aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_probe.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-08tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu1-0/+2
2018-12-08tracing: Integrate similar probe argument parsersMasami Hiramatsu1-5/+2
2018-10-10tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu1-1/+3
2018-10-10tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu1-1/+8
2018-10-10tracing: probeevent: Add array type supportMasami Hiramatsu1-0/+14
2018-10-10tracing: probeevent: Add symbol typeMasami Hiramatsu1-3/+9
2018-10-10tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu1-1/+1
2018-10-10tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu1-20/+6
2018-10-10tracing: probeevent: Unify fetch type tablesMasami Hiramatsu1-5/+1
2018-10-10tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu1-187/+43
2018-10-10tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu1-0/+2
2018-10-10tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu1-3/+16
2018-10-10trace_uprobe: support reference counter in fd-based uprobeSong Liu1-1/+2
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)1-13/+1
2018-03-29Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+1
2018-03-23tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu1-1/+1
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-0/+12
2018-02-06perf/core: Implement the 'perf_uprobe' PMUSong Liu1-0/+4
2018-02-06perf/core: Implement the 'perf_kprobe' PMUSong Liu1-0/+7
2018-01-12tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu1-6/+6
2017-12-12bpf: add a bpf_override_function helperJosef Bacik1-0/+12
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi1-7/+0
2017-03-01perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard1-2/+2
2016-08-23ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu1-1/+1
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu1-0/+9
2016-06-20tracing: expose current->comm to [ku]probe eventsOmar Sandoval1-0/+10
2015-09-22kernel/trace_probe: is_good_name can be booleanYaowei Bai1-4/+4
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)1-2/+2
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)1-2/+2
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-8/+2
2015-03-25trace: Don't use __weak in header filesStephen Rothwell1-8/+2
2015-02-03tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)1-1/+1
2014-04-24kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu1-8/+7
2014-02-20tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)1-0/+17
2014-01-03tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim1-0/+8
2014-01-02tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim1-0/+2
2014-01-02tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim1-4/+0
2014-01-02tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim1-0/+24
2014-01-02tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim1-4/+10
2014-01-02tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim1-0/+53
2014-01-02tracing/probes: Move fetch function helpers to trace_probe.hNamhyung Kim1-0/+65
2014-01-02tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim1-0/+2
2014-01-02tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim1-0/+48
2014-01-02tracing/kprobes: Factor out struct trace_probeNamhyung Kim1-0/+20
2013-02-08uprobes/tracing: Introduce is_trace_uprobe_enabled()Oleg Nesterov1-1/+0
2012-05-07tracing: Provide trace events interface for uprobesSrikar Dronamraju1-1/+2
2012-05-07tracing: Extract out common code for kprobes/uprobes trace eventsSrikar Dronamraju1-0/+160