aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin1-2/+4
2012-05-07tracing: Provide trace events interface for uprobesSrikar Dronamraju1-1/+1
2012-05-07tracing: Extract out common code for kprobes/uprobes trace eventsSrikar Dronamraju1-871/+18
2012-05-07tracing: Modify is_delete, is_return from int to boolSrikar Dronamraju1-8/+8
2012-02-21ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa1-0/+2
2012-02-21ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa1-1/+5
2011-10-10ftrace/kprobes: Fix not to delete probes if in useMasami Hiramatsu1-9/+49
2011-07-15tracing/kprobe: Update symbol reference when loading moduleMasami Hiramatsu1-1/+36
2011-07-15tracing/kprobes: Support module init function probingMasami Hiramatsu1-26/+138
2011-07-15tracing/kprobes: Merge trace probe enable/disable functionsMasami Hiramatsu1-56/+36
2011-07-14tracing/kprobes: Rename probe_* to trace_probe_*Masami Hiramatsu1-21/+22
2011-07-05Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-2/+4
2011-06-14tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu1-2/+4
2011-06-07kprobes/trace: Fix kprobe selftest for gcc 4.6Steven Rostedt1-2/+6
2011-04-24sched: Get rid of lock_depthJonathan Corbet1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-14tracing/kprobe: Fix NULL pointer deref checkMasami Hiramatsu1-1/+1
2011-02-07tracing/kprobes: Add bitfield typeMasami Hiramatsu1-1/+103
2011-02-07tracing/kprobes: Support longer (>128 bytes) commandMasami Hiramatsu1-1/+1
2011-02-07tracing/kprobes: Cleanup strict_strtol() using codeMasami Hiramatsu1-3/+2
2010-10-27Remove duplicate includes from many filesZimny Lech1-1/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-09-08tracing/kprobe: Fix handling of C-unlike argument namesMasami Hiramatsu1-8/+12
2010-09-08tracing/kprobes: Fix handling of argument namesMasami Hiramatsu1-7/+10
2010-09-08tracing/kprobe: Fix a memory leak in error caseMasami Hiramatsu1-3/+3
2010-08-10Merge branch 'master' into for-nextJiri Kosina1-87/+296
2010-08-09fix printk typo 'faild'Paul Bolle1-1/+1
2010-08-04tracing/kprobes: unregister_trace_probe needs to be called under mutexSrikar Dronamraju1-0/+3
2010-07-05tracing/kprobes: Support "string" typeMasami Hiramatsu1-78/+292
2010-06-28tracing: Remove redundant raw_init callbacksLi Zefan1-9/+1
2010-05-31perf_events, trace: Fix probe unregister racePeter Zijlstra1-2/+2
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