aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-19tracing/probes: Do not use return value of trace_seq_printf()Steven Rostedt (Red Hat)1-4/+6
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu1-28/+33
2014-04-24kprobes, ftrace: Allow probing on some functionsMasami Hiramatsu1-2/+2
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim1-1/+12
2014-01-02tracing/uprobes: Add support for full argument access methodsNamhyung Kim1-12/+22
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim1-77/+0
2014-01-02tracing/probes: Add fetch{,_size} member into deref fetch methodHyeoncheol Lee1-2/+20
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim1-59/+0
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim1-22/+0
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim1-39/+26
2014-01-02tracing/probes: Move fetch function helpers to trace_probe.hNamhyung Kim1-61/+13
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim1-0/+62
2014-01-02tracing/probes: Fix basic print type functionsNamhyung Kim1-11/+11
2012-10-31tracing: Replace strict_strto* with kstrto*Daniel Walter1-7/+7
2012-05-07tracing: Provide trace events interface for uprobesSrikar Dronamraju1-4/+10
2012-05-07tracing: Extract out common code for kprobes/uprobes trace eventsSrikar Dronamraju1-0/+833