aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker1-14/+14
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker1-2/+3
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-123/+73
2010-02-26Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/coreIngo Molnar1-2/+2
2010-02-26Merge commit 'v2.6.33' into tracing/coreIngo Molnar1-1/+1
2010-02-25tracing: Fix typo of info text in trace_kprobe.cWenji Huang1-2/+2
2010-02-14tracing/kprobes: Fix probe parsingHeiko Carstens1-1/+1
2010-01-29tracing/kprobe: Cleanup unused return value of tracing functionsXiao Guangrong1-17/+10
2010-01-29perf: Factorize trace events raw sample buffer operationsXiao Guangrong1-76/+10
2010-01-17tracing/kprobe: Update kprobe tracing self test for new syntaxMasami Hiramatsu1-8/+47
2010-01-13tracing/kprobe: Drop function argument access syntaxMasami Hiramatsu1-17/+1
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar1-3/+4
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan1-78/+0
2010-01-06tracing/kprobes: Init print_fmt for kprobe eventsLai Jiangshan1-1/+63
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+4
2009-12-30tracing/kprobe: Show sign of fields in trace_kprobe format filesLai Jiangshan1-3/+4
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan1-7/+7
2009-12-17kprobe-tracer: Check new event/group nameMasami Hiramatsu1-6/+25
2009-12-14Merge branch 'linus' into tracing/urgentIngo Molnar1-9/+28
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan1-1/+0
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan1-8/+0
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