summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_probe.c
Commit message (Expand)AuthorAgeFilesLines
* tracing/probes: Fix a warning message to show correct maximum lengthMasami Hiramatsu2017-02-151-1/+2
* tracing/probe: Show subsystem name in messagesMasami Hiramatsu2017-02-151-0/+1
* tracing: Have traceprobe_probes_write() not access userspace unnecessarilySteven Rostedt (VMware)2017-02-151-19/+29
* ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu2016-08-231-4/+4
* ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu2016-08-231-13/+17
* tracing: expose current->comm to [ku]probe eventsOmar Sandoval2016-06-201-0/+33
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-2/+2
* trace: Don't use __weak in header filesStephen Rothwell2015-03-251-12/+7
* tracing/probes: Do not use return value of trace_seq_printf()Steven Rostedt (Red Hat)2014-11-191-4/+6
* kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu2014-04-241-28/+33
* kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu2014-04-241-2/+2
* tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim2014-01-021-1/+12
* tracing/uprobes: Add support for full argument access methodsNamhyung Kim2014-01-021-12/+22
* tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim2014-01-021-77/+0
* tracing/probes: Add fetch{,_size} member into deref fetch methodHyeoncheol Lee2014-01-021-2/+20
* tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim2014-01-021-59/+0
* tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim2014-01-021-22/+0
* tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim2014-01-021-39/+26
* tracing/probes: Move fetch function helpers to trace_probe.hNamhyung Kim2014-01-021-61/+13
* tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim2014-01-021-0/+62
* tracing/probes: Fix basic print type functionsNamhyung Kim2014-01-021-11/+11
* tracing: Replace strict_strto* with kstrto*Daniel Walter2012-10-311-7/+7
* tracing: Provide trace events interface for uprobesSrikar Dronamraju2012-05-071-4/+10
* tracing: Extract out common code for kprobes/uprobes trace eventsSrikar Dronamraju2012-05-071-0/+833