index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-05
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-11
tracing: do not disable interrupts for trace_clock_local
Steven Rostedt
1
-3
/
+5
2009-11-11
ring-buffer: Add multiple iterations between benchmark timestamps
Steven Rostedt
1
-9
/
+16
2009-11-11
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
2009-11-04
ftrace: Fix unmatched locking in ftrace_regex_write()
Li Zefan
1
-3
/
+3
2009-11-04
ring-buffer: Synchronize resizing buffer with reader lock
Lai Jiangshan
1
-0
/
+2
2009-11-02
tracing: Fix to use __always_unused attribute
Li Zefan
1
-2
/
+2
2009-10-29
Merge branch 'tracing/urgent' into tracing/core
Ingo Molnar
7
-15
/
+57
2009-10-29
tracing/filters: Fix to make system filter work
Li Zefan
1
-1
/
+1
2009-10-29
kprobe-tracer: Compare both of event-name and event-group to find probe
Masami Hiramatsu
1
-3
/
+5
2009-10-24
tracing: Remove cpu arg from the rb_time_stamp() function
Jiri Olsa
1
-5
/
+5
2009-10-24
tracing: Fix comment typo and documentation example
Jiri Olsa
1
-1
/
+1
2009-10-24
tracing: Fix trace_seq_printf() return value
Jiri Olsa
1
-1
/
+4
2009-10-24
tracing: Update *ppos instead of filp->f_pos
Jiri Olsa
2
-5
/
+5
2009-10-23
Merge branch 'perf/core' into perf/probes
Ingo Molnar
8
-331
/
+707
[next]