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
starfive-6.6.48-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
2009-12-12
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-57
/
+242
2009-12-12
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-13
/
+33
2009-12-09
tracing: Remove comparing of NULL to va_list in trace_array_vprintk()
Carsten Emde
1
-6
/
+12
2009-12-09
tracing: Fix function graph trace_pipe to properly display failed entries
Jiri Olsa
1
-34
/
+131
2009-12-09
tracing: Add full state to trace_seq
Johannes Berg
1
-11
/
+50
2009-12-09
tracing: Buffer the output of seq_file in case of filled buffer
Steven Rostedt
2
-6
/
+43
2009-12-09
tracing: Only call pipe_close if pipe_close is defined
Steven Rostedt
1
-1
/
+1
2009-12-09
tracing/kprobes: Fix field creation's bad error handling
Frederic Weisbecker
1
-2
/
+2
2009-12-09
trace-kprobe: Support delete probe syntax
Masami Hiramatsu
1
-9
/
+28
2009-12-07
tracing: Add pipe_close interface
Steven Rostedt
2
-0
/
+6
2009-12-06
hw-breakpoints: Use overflow handler instead of the event callback
Frederic Weisbecker
1
-2
/
+3
2009-12-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
13
-347
/
+2645
2009-12-05
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
10
-206
/
+587
2009-12-01
trace_syscalls: Remove unused syscall_name_to_nr()
Lai Jiangshan
1
-16
/
+0
2009-12-01
trace_syscalls: Simplify syscall profile
Lai Jiangshan
1
-16
/
+8
2009-12-01
trace_syscalls: Remove duplicate init_enter_##sname()
Lai Jiangshan
1
-0
/
+12
2009-12-01
trace_syscalls: Add syscall_nr field to struct syscall_metadata
Lai Jiangshan
1
-13
/
+9
2009-12-01
trace_syscalls: Remove enter_id exit_id
Lai Jiangshan
1
-20
/
+10
2009-12-01
trace_syscalls: Set event_enter_##sname->data to its metadata
Lai Jiangshan
1
-25
/
+11
2009-12-01
trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit
Lai Jiangshan
1
-8
/
+0
2009-12-01
trace_kprobes: Fix a memory leak bug and check kstrdup() return value
Masami Hiramatsu
1
-7
/
+19
2009-11-27
trace_kprobes: Don't output zero offset
Lai Jiangshan
1
-3
/
+9
2009-11-27
trace_kprobes: Always show group name
Lai Jiangshan
1
-1
/
+1
2009-11-27
trace_kprobes: Fix memory leak
Lai Jiangshan
1
-1
/
+3
2009-11-27
trace_syscalls: Add syscall nr field
Lai Jiangshan
1
-0
/
+8
2009-11-27
hw-breakpoints: Use struct perf_event_attr to define kernel breakpoints
Frederic Weisbecker
1
-22
/
+20
2009-11-26
hw-breakpoints: Simplify error handling in breakpoint creation requests
Frederic Weisbecker
1
-12
/
+4
2009-11-26
ksym_tracer: Fix breakpoint removal after modification
Frederic Weisbecker
1
-2
/
+8
2009-11-25
ring-buffer-benchmark: Add parameters to set produce/consumer priorities
Steven Rostedt
1
-2
/
+56
2009-11-25
trace/syscalls: Change ret param in struct syscall_trace_exit to long
Tom Zanussi
1
-1
/
+1
2009-11-23
perf_events: Undo some recursion damage
Peter Zijlstra
2
-12
/
+16
2009-11-23
tracing, function tracer: Clean up strstrip() usage
Ingo Molnar
1
-5
/
+4
2009-11-23
ring-buffer benchmark: Run producer/consumer threads at nice +19
Ingo Molnar
1
-0
/
+6
2009-11-22
tracing: Forget about the NMI buffer for syscall events
Frederic Weisbecker
1
-8
/
+2
2009-11-22
tracing: Use the perf recursion protection from trace event
Frederic Weisbecker
3
-66
/
+43
2009-11-21
Merge branch 'tracing/hw-breakpoints' into perf/core
Ingo Molnar
6
-0
/
+654
2009-11-17
tracing: Prevent build warning: 'ftrace_graph_buf' defined but not used
Lai Jiangshan
1
-1
/
+1
2009-11-17
tracing: Fix trace_marker output
Carsten Emde
1
-25
/
+14
2009-11-17
ring-buffer: Move access to commit_page up into function used
Steven Rostedt
1
-6
/
+3
2009-11-17
Merge branch 'perf/core' into perf/probes
Ingo Molnar
5
-16
/
+21
2009-11-15
Merge commit 'v2.6.32-rc7' into perf/core
Ingo Molnar
2
-3
/
+5
2009-11-12
tracing: do not disable interrupts for trace_clock_local
Steven Rostedt
1
-3
/
+5
2009-11-12
ring-buffer: Add multiple iterations between benchmark timestamps
Steven Rostedt
1
-9
/
+16
2009-11-12
tracing: Fix return value of tracing_stats_read()
Roel Kluin
1
-1
/
+1
2009-11-10
ksym_tracer: Support read accesses independent of read/write.
Paul Mundt
1
-1
/
+10
2009-11-08
ksym_tracer: Remove KSYM_SELFTEST_ENTRY
Li Zefan
2
-2
/
+2
2009-11-08
hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events
Frederic Weisbecker
4
-74
/
+66
2009-11-08
tracing, perf_events: Protect the buffer from recursion in perf
Frederic Weisbecker
3
-39
/
+96
2009-11-04
tracing/kprobes: Rename Kprobe-tracer to kprobe-event
Masami Hiramatsu
3
-12
/
+15
2009-11-04
Merge commit 'v2.6.32-rc6' into perf/core
Ingo Molnar
4
-12
/
+15
[next]