aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_kprobe.c
AgeCommit message (Expand)Author
2013-05-15tracing/kprobes: Make print_*probe_event staticMasami Hiramatsu
2013-05-15tracing/kprobes: Fix a sparse warning for incorrect type in assignmentMasami Hiramatsu
2013-05-15tracing/kprobes: Use rcu_dereference_raw for tp->filesMasami Hiramatsu
2013-05-09tracing/kprobes: Support soft-mode disablingMasami Hiramatsu
2013-05-09tracing/kprobes: Support ftrace_event_file base multibufferMasami Hiramatsu
2013-05-09tracing/kprobes: Pass trace_probe directly from dispatcherMasami Hiramatsu
2013-05-09tracing/kprobes: Increment probe hit-count even if it is used by perfMasami Hiramatsu
2013-05-09tracing/kprobes: Use bool for retprobe checkerMasami Hiramatsu
2013-05-09tracing/kprobes: Fix to increment return event probe hit-countMasami Hiramatsu
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt
2012-10-31tracing: Replace strict_strto* with kstrto*Daniel Walter
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin
2012-05-07tracing: Provide trace events interface for uprobesSrikar Dronamraju
2012-05-07tracing: Extract out common code for kprobes/uprobes trace eventsSrikar Dronamraju
2012-05-07tracing: Modify is_delete, is_return from int to boolSrikar Dronamraju
2012-02-21ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa
2012-02-21ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa
2011-10-10ftrace/kprobes: Fix not to delete probes if in useMasami Hiramatsu
2011-07-15tracing/kprobe: Update symbol reference when loading moduleMasami Hiramatsu
2011-07-15tracing/kprobes: Support module init function probingMasami Hiramatsu
2011-07-15tracing/kprobes: Merge trace probe enable/disable functionsMasami Hiramatsu
2011-07-14tracing/kprobes: Rename probe_* to trace_probe_*Masami Hiramatsu
2011-07-05Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2011-06-14tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu
2011-06-07kprobes/trace: Fix kprobe selftest for gcc 4.6Steven Rostedt
2011-04-24sched: Get rid of lock_depthJonathan Corbet
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-14tracing/kprobe: Fix NULL pointer deref checkMasami Hiramatsu
2011-02-07tracing/kprobes: Add bitfield typeMasami Hiramatsu
2011-02-07tracing/kprobes: Support longer (>128 bytes) commandMasami Hiramatsu
2011-02-07tracing/kprobes: Cleanup strict_strtol() using codeMasami Hiramatsu
2010-10-27Remove duplicate includes from many filesZimny Lech
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-09-08tracing/kprobe: Fix handling of C-unlike argument namesMasami Hiramatsu
2010-09-08tracing/kprobes: Fix handling of argument namesMasami Hiramatsu
2010-09-08tracing/kprobe: Fix a memory leak in error caseMasami Hiramatsu
2010-08-10Merge branch 'master' into for-nextJiri Kosina
2010-08-09fix printk typo 'faild'Paul Bolle
2010-08-04tracing/kprobes: unregister_trace_probe needs to be called under mutexSrikar Dronamraju
2010-07-05tracing/kprobes: Support "string" typeMasami Hiramatsu
2010-06-28tracing: Remove redundant raw_init callbacksLi Zefan
2010-05-31perf_events, trace: Fix probe unregister racePeter Zijlstra
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra
2010-05-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt
2010-05-14tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt
2010-05-14tracing: Move print functions into event classSteven Rostedt