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