summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_probe.h
Commit message (Expand)AuthorAgeFilesLines
* eprobes: Remove redundant event type informationSteven Rostedt (Google)2022-02-251-1/+0
* tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)2021-08-201-1/+5
* tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu2021-08-191-0/+1
* tracing/probe: Change traceprobe_set_print_fmt() to take a typeSteven Rostedt (VMware)2021-08-191-1/+6
* tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)2021-08-181-1/+1
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu2021-02-091-0/+1
* tracing: Move is_good_name() from trace_probe.h to trace.hTom Zanussi2020-10-151-13/+0
* tracing/kprobes: Support perf-style return probeMasami Hiramatsu2020-09-211-0/+1
* tracing/probe: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
* tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu2020-01-221-2/+8
* tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu2020-01-141-1/+2
* tracing/probe: Reject exactly same probe eventMasami Hiramatsu2019-09-191-1/+2
* tracing/probe: Add immediate string parameter supportMasami Hiramatsu2019-08-311-0/+2
* tracing/probe: Add immediate parameter supportMasami Hiramatsu2019-08-311-0/+1
* tracing/kprobe: Add per-probe delete from eventMasami Hiramatsu2019-08-311-0/+2
* tracing/kprobe: Add multi-probe per event supportMasami Hiramatsu2019-08-311-1/+13
* tracing/probe: Split trace_event related data from trace_probeMasami Hiramatsu2019-08-311-11/+37
* tracing/kprobe: Check registered state using kprobeMasami Hiramatsu2019-07-161-6/+0
* tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu2019-07-161-0/+6
* tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu2019-07-161-0/+10
* tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu2019-07-161-2/+20
* tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu2019-07-161-16/+20
* tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu2019-07-161-0/+6
* tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu2019-07-161-0/+4
* 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