aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_kprobe.c
AgeCommit message (Expand)Author
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan
2009-12-01trace_kprobes: Fix a memory leak bug and check kstrdup() return valueMasami Hiramatsu
2009-11-27trace_kprobes: Don't output zero offsetLai Jiangshan
2009-11-27trace_kprobes: Always show group nameLai Jiangshan
2009-11-27trace_kprobes: Fix memory leakLai Jiangshan
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker
2009-11-04tracing/kprobes: Rename Kprobe-tracer to kprobe-eventMasami Hiramatsu
2009-10-29kprobe-tracer: Compare both of event-name and event-group to find probeMasami Hiramatsu
2009-10-17tracing/kprobes: Add failure messages for debuggingMasami Hiramatsu
2009-10-17tracing/kprobes: Update kprobe-tracer selftest against new syntaxMasami Hiramatsu
2009-10-12tracing/kprobes: Robustify fixed field names against variable field names con...Masami Hiramatsu
2009-10-12tracing/kprobes: Avoid field name conflictionMasami Hiramatsu
2009-10-12tracing/kprobes: Make special variable names more self-explainableMasami Hiramatsu
2009-10-12tracing/kprobes: Remove '$ra' special variableMasami Hiramatsu
2009-10-12tracing/kprobes: Add $ prefix to special variablesMasami Hiramatsu
2009-10-03tracing/kprobes: Use global event perf buffers in kprobe tracerMasami Hiramatsu
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker
2009-09-17tracing/kprobes: Disable kprobe events by default after creationMasami Hiramatsu
2009-09-17tracing/kprobes: Fix profiling alignment for perf_counter bufferMasami Hiramatsu
2009-09-17tracing/kprobes: Add probe handler dispatcher to support perf and ftrace conc...Masami Hiramatsu
2009-09-17tracing/kprobes: Fix trace_probe registration orderMasami Hiramatsu
2009-09-17tracing/kprobes: Support custom subsystem for each kprobe eventMasami Hiramatsu
2009-09-11tracing/kprobes: Show event name in trace outputMasami Hiramatsu
2009-09-11tracing/kprobes: Add argument name supportMasami Hiramatsu
2009-09-11tracing/kprobes: Add event profiling supportMasami Hiramatsu
2009-09-11tracing/kprobes: Cleanup kprobe tracer code.Masami Hiramatsu
2009-09-11tracing/kprobes: Fix probe offset to be unsignedMasami Hiramatsu
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker
2009-08-27tracing/kprobes: Change trace_arg to probe_argMasami Hiramatsu
2009-08-27tracing/kprobes: Fix format typo in trace_kprobesMasami Hiramatsu
2009-08-27tracing: Add kprobes event profiling interfaceMasami Hiramatsu
2009-08-27tracing: Kprobe tracer assigns new event ids for each eventMasami Hiramatsu
2009-08-27tracing: Generate names for each kprobe event automaticallyMasami Hiramatsu
2009-08-27tracing: Kprobe-tracer supports more than 6 argumentsMasami Hiramatsu
2009-08-27tracing: Add kprobe-based event tracerMasami Hiramatsu