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
/
trace_kprobe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-14
Merge branch 'linus' into tracing/urgent
Ingo Molnar
1
-9
/
+28
2009-12-13
tracing: Change event->profile_count to be int type
Li Zefan
1
-1
/
+0
2009-12-13
tracing: Pull up calls to trace_define_common_fields()
Li Zefan
1
-8
/
+0
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-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-23
perf_events: Undo some recursion damage
Peter Zijlstra
1
-6
/
+8
2009-11-22
tracing: Use the perf recursion protection from trace event
Frederic Weisbecker
1
-30
/
+18
2009-11-08
tracing, perf_events: Protect the buffer from recursion in perf
Frederic Weisbecker
1
-8
/
+42
2009-11-04
tracing/kprobes: Rename Kprobe-tracer to kprobe-event
Masami Hiramatsu
1
-4
/
+2
2009-10-29
kprobe-tracer: Compare both of event-name and event-group to find probe
Masami Hiramatsu
1
-3
/
+5
2009-10-17
tracing/kprobes: Add failure messages for debugging
Masami Hiramatsu
1
-8
/
+27
2009-10-17
tracing/kprobes: Update kprobe-tracer selftest against new syntax
Masami Hiramatsu
1
-2
/
+2
2009-10-12
tracing/kprobes: Robustify fixed field names against variable field names con...
Masami Hiramatsu
1
-4
/
+4
2009-10-12
tracing/kprobes: Avoid field name confliction
Masami Hiramatsu
1
-12
/
+53
2009-10-12
tracing/kprobes: Make special variable names more self-explainable
Masami Hiramatsu
1
-28
/
+24
2009-10-12
tracing/kprobes: Remove '$ra' special variable
Masami Hiramatsu
1
-11
/
+0
2009-10-12
tracing/kprobes: Add $ prefix to special variables
Masami Hiramatsu
1
-23
/
+37
2009-10-03
tracing/kprobes: Use global event perf buffers in kprobe tracer
Masami Hiramatsu
1
-42
/
+73
2009-09-23
Merge commit 'linus/master' into tracing/kprobes
Frederic Weisbecker
1
-9
/
+6
2009-09-17
tracing/kprobes: Disable kprobe events by default after creation
Masami Hiramatsu
1
-2
/
+2
2009-09-17
tracing/kprobes: Fix profiling alignment for perf_counter buffer
Masami Hiramatsu
1
-5
/
+12
2009-09-17
tracing/kprobes: Add probe handler dispatcher to support perf and ftrace conc...
Masami Hiramatsu
1
-22
/
+63
2009-09-17
tracing/kprobes: Fix trace_probe registration order
Masami Hiramatsu
1
-23
/
+19
2009-09-17
tracing/kprobes: Support custom subsystem for each kprobe event
Masami Hiramatsu
1
-6
/
+27
2009-09-11
tracing/kprobes: Show event name in trace output
Masami Hiramatsu
1
-5
/
+11
2009-09-11
tracing/kprobes: Add argument name support
Masami Hiramatsu
1
-64
/
+64
2009-09-11
tracing/kprobes: Add event profiling support
Masami Hiramatsu
1
-2
/
+108
2009-09-11
tracing/kprobes: Cleanup kprobe tracer code.
Masami Hiramatsu
1
-47
/
+34
2009-09-11
tracing/kprobes: Fix probe offset to be unsigned
Masami Hiramatsu
1
-12
/
+7
2009-09-11
Merge commit 'tracing/core' into tracing/kprobes
Frederic Weisbecker
1
-7
/
+9
2009-08-27
tracing/kprobes: Change trace_arg to probe_arg
Masami Hiramatsu
1
-9
/
+9
2009-08-27
tracing/kprobes: Fix format typo in trace_kprobes
Masami Hiramatsu
1
-1
/
+1
2009-08-27
tracing: Add kprobes event profiling interface
Masami Hiramatsu
1
-0
/
+43
2009-08-27
tracing: Kprobe tracer assigns new event ids for each event
Masami Hiramatsu
1
-36
/
+15
2009-08-27
tracing: Generate names for each kprobe event automatically
Masami Hiramatsu
1
-31
/
+33
2009-08-27
tracing: Kprobe-tracer supports more than 6 arguments
Masami Hiramatsu
1
-8
/
+13
2009-08-27
tracing: Add kprobe-based event tracer
Masami Hiramatsu
1
-0
/
+1202