summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_probe.h
AgeCommit message (Expand)Author
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi
2017-03-01perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard
2016-08-23ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu
2016-06-20tracing: expose current->comm to [ku]probe eventsOmar Sandoval
2015-09-22kernel/trace_probe: is_good_name can be booleanYaowei Bai
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-03-25trace: Don't use __weak in header filesStephen Rothwell
2015-02-03tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu
2014-02-20tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)
2014-01-03tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim
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: Move fetch function helpers to trace_probe.hNamhyung 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-02-08uprobes/tracing: Introduce is_trace_uprobe_enabled()Oleg Nesterov
2012-05-07tracing: Provide trace events interface for uprobesSrikar Dronamraju
2012-05-07tracing: Extract out common code for kprobes/uprobes trace eventsSrikar Dronamraju