aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-09tracing/kprobes: Fix field creation's bad error handlingFrederic Weisbecker1-2/+2
2009-12-09trace-kprobe: Support delete probe syntaxMasami Hiramatsu1-9/+28
2009-12-01trace_kprobes: Fix a memory leak bug and check kstrdup() return valueMasami Hiramatsu1-7/+19
2009-11-27trace_kprobes: Don't output zero offsetLai Jiangshan1-3/+9
2009-11-27trace_kprobes: Always show group nameLai Jiangshan1-1/+1
2009-11-27trace_kprobes: Fix memory leakLai Jiangshan1-1/+3
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra1-6/+8
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker1-30/+18
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker1-8/+42
2009-11-04tracing/kprobes: Rename Kprobe-tracer to kprobe-eventMasami Hiramatsu1-4/+2
2009-10-29kprobe-tracer: Compare both of event-name and event-group to find probeMasami Hiramatsu1-3/+5
2009-10-17tracing/kprobes: Add failure messages for debuggingMasami Hiramatsu1-8/+27
2009-10-17tracing/kprobes: Update kprobe-tracer selftest against new syntaxMasami Hiramatsu1-2/+2
2009-10-12tracing/kprobes: Robustify fixed field names against variable field names conflictsMasami Hiramatsu1-4/+4
2009-10-12tracing/kprobes: Avoid field name conflictionMasami Hiramatsu1-12/+53
2009-10-12tracing/kprobes: Make special variable names more self-explainableMasami Hiramatsu1-28/+24
2009-10-12tracing/kprobes: Remove '$ra' special variableMasami Hiramatsu1-11/+0
2009-10-12tracing/kprobes: Add $ prefix to special variablesMasami Hiramatsu1-23/+37
2009-10-03tracing/kprobes: Use global event perf buffers in kprobe tracerMasami Hiramatsu1-42/+73
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker1-9/+6
2009-09-17tracing/kprobes: Disable kprobe events by default after creationMasami Hiramatsu1-2/+2
2009-09-17tracing/kprobes: Fix profiling alignment for perf_counter bufferMasami Hiramatsu1-5/+12
2009-09-17tracing/kprobes: Add probe handler dispatcher to support perf and ftrace concurrent useMasami Hiramatsu1-22/+63
2009-09-17tracing/kprobes: Fix trace_probe registration orderMasami Hiramatsu1-23/+19
2009-09-17tracing/kprobes: Support custom subsystem for each kprobe eventMasami Hiramatsu1-6/+27
2009-09-11tracing/kprobes: Show event name in trace outputMasami Hiramatsu1-5/+11
2009-09-11tracing/kprobes: Add argument name supportMasami Hiramatsu1-64/+64
2009-09-11tracing/kprobes: Add event profiling supportMasami Hiramatsu1-2/+108
2009-09-11tracing/kprobes: Cleanup kprobe tracer code.Masami Hiramatsu1-47/+34
2009-09-11tracing/kprobes: Fix probe offset to be unsignedMasami Hiramatsu1-12/+7
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker1-7/+9
2009-08-27tracing/kprobes: Change trace_arg to probe_argMasami Hiramatsu1-9/+9
2009-08-27tracing/kprobes: Fix format typo in trace_kprobesMasami Hiramatsu1-1/+1
2009-08-27tracing: Add kprobes event profiling interfaceMasami Hiramatsu1-0/+43
2009-08-27tracing: Kprobe tracer assigns new event ids for each eventMasami Hiramatsu1-36/+15
2009-08-27tracing: Generate names for each kprobe event automaticallyMasami Hiramatsu1-31/+33
2009-08-27tracing: Kprobe-tracer supports more than 6 argumentsMasami Hiramatsu1-8/+13
2009-08-27tracing: Add kprobe-based event tracerMasami Hiramatsu1-0/+1202