aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7Steven Rostedt1-9/+8
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track eventsPeter Zijlstra1-3/+6
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interactionPeter Zijlstra1-6/+4
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra1-2/+2
2010-05-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-6Steven Rostedt1-206/+329
2010-05-14tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt1-1/+1
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt1-8/+10
2010-05-14tracing: Move print functions into event classSteven Rostedt1-8/+6
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt1-8/+14
2010-05-14tracing: Move raw_init from events to classSteven Rostedt1-3/+3
2010-05-14tracing: Move fields from event to class structureSteven Rostedt1-4/+4
2010-05-14tracing: Remove per event trace registeringSteven Rostedt1-9/+25
2010-05-14tracing: Create class struct for eventsSteven Rostedt1-6/+6
2010-04-14tracing/kprobes: Support basic types on dynamic eventsMasami Hiramatsu1-206/+329
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