summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_kprobe.c
AgeCommit message (Expand)Author
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu
2014-04-24kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu
2014-04-08tracepoint: Use struct pointer instead of name hash for reg/unreg tracepointsMathieu Desnoyers
2014-02-20tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)
2014-01-09tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)
2014-01-06tracing/kprobes: Add trace event trigger invocationsTom Zanussi
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim
2014-01-02tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim
2014-01-02tracing/kprobes: Factor out struct trace_probeNamhyung Kim
2013-11-05tracing: Update event filters for multibufferTom Zanussi
2013-07-31tracing/kprobes: Fail to unregister if probe event files are in useSteven Rostedt (Red Hat)
2013-07-18tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu
2013-07-18tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov
2013-07-01tracing/kprobes: Don't pass addr=ip to perf_trace_buf_submit()Oleg Nesterov
2013-07-01tracing/kprobes: Turn trace_probe->files into list_headOleg Nesterov
2013-07-01tracing/kprobes: Kill probe_enable_lockOleg Nesterov
2013-07-01tracing/kprobes: Avoid perf_trace_buf_*() if ->perf_events is emptyOleg Nesterov
2013-06-19tracing/kprobes: Remove unnecessary checking of trace_probe_is_enabledzhangwei(Jovi)
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