summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c
AgeCommit message (Expand)AuthorLines
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker-14/+14
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker-2/+3
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-123/+73
2010-02-26Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-2/+2
2010-02-26Merge commit 'v2.6.33' into tracing/coreIngo Molnar-1/+1
2010-02-25tracing: Fix typo of info text in trace_kprobe.cWenji Huang-2/+2
2010-02-14tracing/kprobes: Fix probe parsingHeiko Carstens-1/+1
2010-01-29tracing/kprobe: Cleanup unused return value of tracing functionsXiao Guangrong-17/+10
2010-01-29perf: Factorize trace events raw sample buffer operationsXiao Guangrong-76/+10
2010-01-17tracing/kprobe: Update kprobe tracing self test for new syntaxMasami Hiramatsu-8/+47
2010-01-13tracing/kprobe: Drop function argument access syntaxMasami Hiramatsu-17/+1
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar-3/+4
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan-78/+0
2010-01-06tracing/kprobes: Init print_fmt for kprobe eventsLai Jiangshan-1/+63
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+4
2009-12-30tracing/kprobe: Show sign of fields in trace_kprobe format filesLai Jiangshan-3/+4
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan-7/+7
2009-12-17kprobe-tracer: Check new event/group nameMasami Hiramatsu-6/+25
2009-12-14Merge branch 'linus' into tracing/urgentIngo Molnar-9/+28
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan-1/+0
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan-8/+0
2009-12-09tracing/kprobes: Fix field creation's bad error handlingFrederic Weisbecker-2/+2
2009-12-09trace-kprobe: Support delete probe syntaxMasami Hiramatsu-9/+28
2009-12-01trace_kprobes: Fix a memory leak bug and check kstrdup() return valueMasami Hiramatsu-7/+19
2009-11-27trace_kprobes: Don't output zero offsetLai Jiangshan-3/+9
2009-11-27trace_kprobes: Always show group nameLai Jiangshan-1/+1
2009-11-27trace_kprobes: Fix memory leakLai Jiangshan-1/+3
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra-6/+8
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker-30/+18
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker-8/+42
2009-11-04tracing/kprobes: Rename Kprobe-tracer to kprobe-eventMasami Hiramatsu-4/+2
2009-10-29kprobe-tracer: Compare both of event-name and event-group to find probeMasami Hiramatsu-3/+5
2009-10-17tracing/kprobes: Add failure messages for debuggingMasami Hiramatsu-8/+27
2009-10-17tracing/kprobes: Update kprobe-tracer selftest against new syntaxMasami Hiramatsu-2/+2
2009-10-12tracing/kprobes: Robustify fixed field names against variable field names con...Masami Hiramatsu-4/+4
2009-10-12tracing/kprobes: Avoid field name conflictionMasami Hiramatsu-12/+53
2009-10-12tracing/kprobes: Make special variable names more self-explainableMasami Hiramatsu-28/+24
2009-10-12tracing/kprobes: Remove '$ra' special variableMasami Hiramatsu-11/+0
2009-10-12tracing/kprobes: Add $ prefix to special variablesMasami Hiramatsu-23/+37
2009-10-03tracing/kprobes: Use global event perf buffers in kprobe tracerMasami Hiramatsu-42/+73
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker-9/+6
2009-09-17tracing/kprobes: Disable kprobe events by default after creationMasami Hiramatsu-2/+2
2009-09-17tracing/kprobes: Fix profiling alignment for perf_counter bufferMasami Hiramatsu-5/+12
2009-09-17tracing/kprobes: Add probe handler dispatcher to support perf and ftrace conc...Masami Hiramatsu-22/+63
2009-09-17tracing/kprobes: Fix trace_probe registration orderMasami Hiramatsu-23/+19
2009-09-17tracing/kprobes: Support custom subsystem for each kprobe eventMasami Hiramatsu-6/+27
2009-09-11tracing/kprobes: Show event name in trace outputMasami Hiramatsu-5/+11
2009-09-11tracing/kprobes: Add argument name supportMasami Hiramatsu-64/+64
2009-09-11tracing/kprobes: Add event profiling supportMasami Hiramatsu-2/+108
2009-09-11tracing/kprobes: Cleanup kprobe tracer code.Masami Hiramatsu-47/+34