index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-06
sched/core: Fix trace_sched_switch()
Peter Zijlstra
3
-3
/
+4
2015-10-01
ftrace: Remove redundant swap function
Rasmus Villemoes
1
-12
/
+1
2015-10-01
tracing: Use kstrdup_const instead of private implementation
Rasmus Villemoes
1
-16
/
+8
2015-09-30
tracing: Add trace options for tracer options to instances
Steven Rostedt (Red Hat)
2
-22
/
+67
2015-09-30
tracing: Add trace options for core options to instances
Steven Rostedt (Red Hat)
1
-5
/
+14
2015-09-30
tracing: Make ftrace_trace_stack() depend on general trace_array flag
Steven Rostedt (Red Hat)
2
-13
/
+16
2015-09-30
tracing: Add a method to pass in trace_array descriptor to option files
Steven Rostedt (Red Hat)
2
-7
/
+63
2015-09-30
tracing: Move trace_flags from global to a trace_array field
Steven Rostedt (Red Hat)
10
-101
/
+135
2015-09-30
tracing: Move sleep-time and graph-time options out of the core trace_flags
Steven Rostedt (Red Hat)
4
-10
/
+35
2015-09-30
tracing: Remove access to trace_flags in trace_printk.c
Steven Rostedt (Red Hat)
3
-5
/
+14
2015-09-30
tracing: Add build bug if we have more trace_flags than bits
Steven Rostedt (Red Hat)
2
-1
/
+11
2015-09-30
tracing: Always show all tracer options in the options directory
Steven Rostedt (Red Hat)
2
-34
/
+27
2015-09-29
tracing: Only create stacktrace option when STACKTRACE is configured
Steven Rostedt (Red Hat)
2
-14
/
+23
2015-09-29
tracing: Do not create function tracer options when not compiled in
Steven Rostedt (Red Hat)
4
-22
/
+63
2015-09-29
tracing: Only create branch tracer options when compiled in
Steven Rostedt (Red Hat)
1
-2
/
+9
2015-09-29
tracing: Only create function graph options when it is compiled in
Steven Rostedt (Red Hat)
4
-11
/
+32
2015-09-29
tracing: Use TRACE_FLAGS macro to keep enums and strings matched
Steven Rostedt (Red Hat)
2
-83
/
+55
2015-09-29
tracing: Use enums instead of hard coded bitmasks for TRACE_ITER flags
Steven Rostedt (Red Hat)
1
-26
/
+55
2015-09-29
tracing: Remove unused tracing option "ftrace_preempt"
Steven Rostedt (Red Hat)
2
-18
/
+16
2015-09-29
tracing: Move "display-graph" option to main options
Steven Rostedt (Red Hat)
4
-64
/
+30
2015-09-28
tracing: Turn seq_print_user_ip() into a static function
Steven Rostedt (Red Hat)
2
-4
/
+2
2015-09-28
tracing: Inject seq_print_userip_objs() into its only user
Steven Rostedt (Red Hat)
2
-47
/
+36
2015-09-28
tracing: Make ftrace_trace_stack() static
Steven Rostedt (Red Hat)
2
-9
/
+9
2015-09-26
tracing: Pass trace_array into trace_buffer_unlock_commit()
Steven Rostedt (Red Hat)
5
-20
/
+19
2015-09-25
tracing: Remove unused function trace_current_buffer_lock_reserve()
Steven Rostedt (Red Hat)
1
-8
/
+0
2015-09-25
tracing: Remove ftrace_trace_stack_regs()
Steven Rostedt (Red Hat)
2
-19
/
+14
2015-09-22
kernel/trace_probe: is_good_name can be boolean
Yaowei Bai
1
-4
/
+4
2015-09-09
Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
8
-416
/
+516
2015-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-18
/
+65
2015-09-03
ring-buffer: Revert "ring-buffer: Get timestamp after event is allocated"
Steven Rostedt (Red Hat)
1
-106
/
+50
2015-09-02
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+3
2015-09-01
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+2
2015-08-29
bpf: add support for %s specifier to bpf_trace_printk()
Alexei Starovoitov
1
-2
/
+30
2015-08-29
lib: introduce strncpy_from_unsafe()
Alexei Starovoitov
1
-16
/
+4
2015-08-26
tracing/uprobes: Do not print '0x (null)' when offset is 0
Wang Nan
1
-1
/
+16
2015-08-12
tracing: Allow triggers to filter for CPU ids and process names
Daniel Wagner
2
-2
/
+77
2015-08-10
bpf: Implement function bpf_perf_event_read() that get the selected hardware ...
Kaixu Xia
1
-0
/
+31
2015-08-06
tracing, perf: Implement BPF programs attached to uprobes
Wang Nan
2
-1
/
+6
2015-08-03
sched: Introduce the 'trace_sched_waking' tracepoint
Peter Zijlstra
2
-2
/
+2
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
1
-7
/
+3
2015-07-24
ftrace: Fix breakage of set_ftrace_pid
Steven Rostedt (Red Hat)
1
-18
/
+34
2015-07-21
tracing: Introduce two additional marks for delay
Jungseok Lee
1
-1
/
+3
2015-07-21
ftrace: Fix function_graph duration spacing with 7-digits
Steven Rostedt (Red Hat)
1
-2
/
+2
2015-07-21
ftrace: add tracing_thresh to function profile
Umesh Tiwari
1
-2
/
+7
2015-07-21
tracing: Clean up stack tracing and fix fentry updates
Steven Rostedt (Red Hat)
1
-45
/
+23
2015-07-21
ring-buffer: Reorganize function locations
Steven Rostedt (Red Hat)
1
-411
/
+403
2015-07-21
ring-buffer: Make sure event has enough room for extend and padding
Steven Rostedt (Red Hat)
1
-0
/
+15
2015-07-21
ring-buffer: Get timestamp after event is allocated
Steven Rostedt (Red Hat)
1
-47
/
+114
2015-07-21
ring-buffer: Move the adding of the extended timestamp out of line
Steven Rostedt (Red Hat)
1
-16
/
+25
2015-07-21
ring-buffer: Add event descriptor to simplify passing data
Steven Rostedt (Red Hat)
1
-39
/
+52
[prev]
[next]