aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_kprobe.c
Commit message (Expand)AuthorAge
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-12
|\
| * kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu2014-04-24
| * kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu2014-04-24
* | tracing/kprobes: Avoid self tests if tracing is disabled on boot upYoshihiro YUNOMAE2014-06-06
|/
* tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers2014-04-08
* tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)2014-02-20
* tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)2014-01-09
* tracing/kprobes: Add trace event trigger invocationsTom Zanussi2014-01-06
* tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim2014-01-02
* tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim2014-01-02
* tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim2014-01-02
* tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim2014-01-02
* tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim2014-01-02
* tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim2014-01-02
* tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim2014-01-02
* tracing/kprobes: Factor out struct trace_probeNamhyung Kim2014-01-02
* tracing: Update event filters for multibufferTom Zanussi2013-11-05
* tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)2013-07-31
* tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu2013-07-18
* tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov2013-07-18
* tracing/kprobes: Don't pass addr=ip to perf_trace_buf_submit()Oleg Nesterov2013-07-01
* tracing/kprobes: Turn trace_probe->files into list_headOleg Nesterov2013-07-01
* tracing/kprobes: Kill probe_enable_lockOleg Nesterov2013-07-01
* tracing/kprobes: Avoid perf_trace_buf_*() if ->perf_events is emptyOleg Nesterov2013-07-01
* tracing/kprobes: Remove unnecessary checking of trace_probe_is_enabledzhangwei(Jovi)2013-06-19
* tracing/kprobes: Make print_*probe_event staticMasami Hiramatsu2013-05-15
* tracing/kprobes: Fix a sparse warning for incorrect type in assignmentMasami Hiramatsu2013-05-15
* tracing/kprobes: Use rcu_dereference_raw for tp->filesMasami Hiramatsu2013-05-15
* tracing/kprobes: Support soft-mode disablingMasami Hiramatsu2013-05-09
* tracing/kprobes: Support ftrace_event_file base multibufferMasami Hiramatsu2013-05-09
* tracing/kprobes: Pass trace_probe directly from dispatcherMasami Hiramatsu2013-05-09
* tracing/kprobes: Increment probe hit-count even if it is used by perfMasami Hiramatsu2013-05-09
* tracing/kprobes: Use bool for retprobe checkerMasami Hiramatsu2013-05-09
* tracing/kprobes: Fix to increment return event probe hit-countMasami Hiramatsu2013-05-09
* tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-02
* tracing: Replace strict_strto* with kstrto*Daniel Walter2012-10-31
* perf/trace: Add ability to set a target task for eventsAndrew Vagin2012-07-31
* tracing: Provide trace events interface for uprobesSrikar Dronamraju2012-05-07
* tracing: Extract out common code for kprobes/uprobes trace eventsSrikar Dronamraju2012-05-07
* tracing: Modify is_delete, is_return from int to boolSrikar Dronamraju2012-05-07
* ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa2012-02-21
* ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa2012-02-21
* ftrace/kprobes: Fix not to delete probes if in useMasami Hiramatsu2011-10-10
* tracing/kprobe: Update symbol reference when loading moduleMasami Hiramatsu2011-07-15
* tracing/kprobes: Support module init function probingMasami Hiramatsu2011-07-15
* tracing/kprobes: Merge trace probe enable/disable functionsMasami Hiramatsu2011-07-15
* tracing/kprobes: Rename probe_* to trace_probe_*Masami Hiramatsu2011-07-14
* Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-07-05
|\
| * tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu2011-06-14
* | kprobes/trace: Fix kprobe selftest for gcc 4.6Steven Rostedt2011-06-07
|/