summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_probe.h
Commit message (Expand)AuthorAgeFilesLines
...
* tracing/probe: Support user-space dereferenceMasami Hiramatsu2019-05-251-0/+2
* tracing/probe: Add ustring type for user-space stringMasami Hiramatsu2019-05-251-0/+1
* tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu2019-05-081-0/+1
* tracing: Use tracing error_log with probe eventsMasami Hiramatsu2019-04-021-2/+75
* tracing/probe: Check the size of argument name and bodyMasami Hiramatsu2019-03-141-0/+1
* tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu2018-12-081-0/+2
* tracing: Integrate similar probe argument parsersMasami Hiramatsu2018-12-081-5/+2
* tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu2018-10-101-1/+3
* tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu2018-10-101-1/+8
* tracing: probeevent: Add array type supportMasami Hiramatsu2018-10-101-0/+14
* tracing: probeevent: Add symbol typeMasami Hiramatsu2018-10-101-3/+9
* tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu2018-10-101-1/+1
* tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu2018-10-101-20/+6
* tracing: probeevent: Unify fetch type tablesMasami Hiramatsu2018-10-101-5/+1
* tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu2018-10-101-187/+43
* tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu2018-10-101-0/+2
* tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu2018-10-101-3/+16
* trace_uprobe: support reference counter in fd-based uprobeSong Liu2018-10-101-1/+2
* tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-161-13/+1
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2018-03-291-1/+1
|\
| * tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-03-231-1/+1
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-02-171-0/+12
|\|
| * tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu2018-01-121-6/+6
| * bpf: add a bpf_override_function helperJosef Bacik2017-12-121-0/+12
* | perf/core: Implement the 'perf_uprobe' PMUSong Liu2018-02-061-0/+4
* | perf/core: Implement the 'perf_kprobe' PMUSong Liu2018-02-061-0/+7
|/
* tracing: Make traceprobe parsing code reusableTom Zanussi2017-10-041-7/+0
* perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard2017-03-011-2/+2
* ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu2016-08-231-1/+1
* ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu2016-08-231-0/+9
* tracing: expose current->comm to [ku]probe eventsOmar Sandoval2016-06-201-0/+10
* kernel/trace_probe: is_good_name can be booleanYaowei Bai2015-09-221-4/+4
* tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-131-2/+2
* tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)2015-05-131-2/+2
* Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-04-141-8/+2
|\
| * trace: Don't use __weak in header filesStephen Rothwell2015-03-251-8/+2
* | tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)2015-02-031-1/+1
|/
* kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftraceMasami Hiramatsu2014-04-241-8/+7
* tracing/uprobes: Support ftrace_event_file base multibufferzhangwei(Jovi)2014-02-201-0/+17
* tracing/probes: Fix build break on !CONFIG_KPROBE_EVENTNamhyung Kim2014-01-031-0/+8
* tracing/uprobes: Add @+file_offset fetch methodNamhyung Kim2014-01-021-0/+2
* tracing/probes: Implement 'memory' fetch method for uprobesNamhyung Kim2014-01-021-4/+0
* tracing/probes: Move 'symbol' fetch method to kprobesNamhyung Kim2014-01-021-0/+24
* tracing/probes: Implement 'stack' fetch method for uprobesNamhyung Kim2014-01-021-4/+10
* tracing/probes: Split [ku]probes_fetch_type_tableNamhyung Kim2014-01-021-0/+53
* tracing/probes: Move fetch function helpers to trace_probe.hNamhyung Kim2014-01-021-0/+65
* tracing/probes: Integrate duplicate set_print_fmt()Namhyung Kim2014-01-021-0/+2
* tracing/kprobes: Move common functions to trace_probe.hNamhyung Kim2014-01-021-0/+48
* tracing/kprobes: Factor out struct trace_probeNamhyung Kim2014-01-021-0/+20
* uprobes/tracing: Introduce is_trace_uprobe_enabled()Oleg Nesterov2013-02-081-1/+0