summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_probe.c
AgeCommit message (Expand)Author
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi
2017-02-15tracing/probes: Fix a warning message to show correct maximum lengthMasami Hiramatsu
2017-02-15tracing/probe: Show subsystem name in messagesMasami Hiramatsu
2017-02-15tracing: Have traceprobe_probes_write() not access userspace unnecessarilySteven Rostedt (VMware)
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
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches
2015-03-25trace: Don't use __weak in header filesStephen Rothwell
2014-11-19tracing/probes: Do not use return value of trace_seq_printf()Steven Rostedt (Red Hat)
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu
2014-04-24kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim
2014-01-02tracing/uprobes: Add support for full argument access methodsNamhyung Kim
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim
2014-01-02tracing/probes: Add fetch{,_size} member into deref fetch methodHyeoncheol Lee
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/probes: Fix basic print type functionsNamhyung Kim
2012-10-31tracing: Replace strict_strto* with kstrto*Daniel Walter
2012-05-07tracing: Provide trace events interface for uprobesSrikar Dronamraju
2012-05-07tracing: Extract out common code for kprobes/uprobes trace eventsSrikar Dronamraju