aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_probe.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-01perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSGravatar Anton Blanchard 1-2/+2
2016-08-23ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalGravatar Masami Hiramatsu 1-1/+1
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesGravatar Masami Hiramatsu 1-0/+9
2016-06-20tracing: expose current->comm to [ku]probe eventsGravatar Omar Sandoval 1-0/+10
2015-09-22kernel/trace_probe: is_good_name can be booleanGravatar Yaowei Bai 1-4/+4
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Gravatar Steven Rostedt (Red Hat) 1-2/+2
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileGravatar Steven Rostedt (Red Hat) 1-2/+2
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-8/+2
2015-03-25trace: Don't use __weak in header filesGravatar Stephen Rothwell 1-8/+2
2015-02-03tracing: Convert the tracing facility over to use tracefsGravatar Steven Rostedt (Red Hat) 1-1/+1
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceGravatar Masami Hiramatsu 1-8/+7
2014-02-20tracing/uprobes: Support ftrace_event_file base multibufferGravatar zhangwei(Jovi) 1-0/+17
2014-01-03tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTGravatar Namhyung Kim 1-0/+8
2014-01-02tracing/uprobes: Add @+file_offset fetch methodGravatar Namhyung Kim 1-0/+2
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesGravatar Namhyung Kim 1-4/+0
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesGravatar Namhyung Kim 1-0/+24
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesGravatar Namhyung Kim 1-4/+10
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableGravatar Namhyung Kim 1-0/+53
2014-01-02tracing/probes: Move fetch function helpers to trace_probe.hGravatar Namhyung Kim 1-0/+65
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Gravatar Namhyung Kim 1-0/+2
2014-01-02tracing/kprobes: Move common functions to trace_probe.hGravatar Namhyung Kim 1-0/+48
2014-01-02tracing/kprobes: Factor out struct trace_probeGravatar Namhyung Kim 1-0/+20
2013-02-08uprobes/tracing: Introduce is_trace_uprobe_enabled()Gravatar Oleg Nesterov 1-1/+0
2012-05-07tracing: Provide trace events interface for uprobesGravatar Srikar Dronamraju 1-1/+2
2012-05-07tracing: Extract out common code for kprobes/uprobes trace eventsGravatar Srikar Dronamraju 1-0/+160