summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_probe.h
AgeCommit message (Expand)Author
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)
2021-08-19tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu
2021-08-19tracing/probe: Change traceprobe_set_print_fmt() to take a typeSteven Rostedt (VMware)
2021-08-18tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)
2021-03-23tracing: Fix various typos in commentsIngo Molnar
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu
2020-10-15tracing: Move is_good_name() from trace_probe.h to trace.hTom Zanussi
2020-09-21tracing/kprobes: Support perf-style return probeMasami Hiramatsu
2020-06-15tracing/probe: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-01-22tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu
2020-01-14tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu
2019-09-19tracing/probe: Reject exactly same probe eventMasami Hiramatsu
2019-08-31tracing/probe: Add immediate string parameter supportMasami Hiramatsu
2019-08-31tracing/probe: Add immediate parameter supportMasami Hiramatsu
2019-08-31tracing/kprobe: Add per-probe delete from eventMasami Hiramatsu
2019-08-31tracing/kprobe: Add multi-probe per event supportMasami Hiramatsu
2019-08-31tracing/probe: Split trace_event related data from trace_probeMasami Hiramatsu
2019-07-16tracing/kprobe: Check registered state using kprobeMasami Hiramatsu
2019-07-16tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu
2019-07-16tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu
2019-07-16tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu
2019-07-16tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu
2019-07-16tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu
2019-07-16tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu
2019-05-25tracing/probe: Support user-space dereferenceMasami Hiramatsu
2019-05-25tracing/probe: Add ustring type for user-space stringMasami Hiramatsu
2019-05-08tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu
2019-04-02tracing: Use tracing error_log with probe eventsMasami Hiramatsu
2019-03-14tracing/probe: Check the size of argument name and bodyMasami Hiramatsu
2018-12-08tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu
2018-12-08tracing: Integrate similar probe argument parsersMasami Hiramatsu
2018-10-10tracing/kprobes: Allow kprobe-events to record module symbolMasami Hiramatsu
2018-10-10tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu
2018-10-10tracing: probeevent: Add array type supportMasami Hiramatsu
2018-10-10tracing: probeevent: Add symbol typeMasami Hiramatsu
2018-10-10tracing: probeevent: Append traceprobe_ for exported functionMasami Hiramatsu
2018-10-10tracing: probeevent: Return consumed bytes of dynamic areaMasami Hiramatsu
2018-10-10tracing: probeevent: Unify fetch type tablesMasami Hiramatsu
2018-10-10tracing: probeevent: Introduce new argument fetching codeMasami Hiramatsu
2018-10-10tracing: probeevent: Cleanup argument field definitionMasami Hiramatsu
2018-10-10tracing: probeevent: Cleanup print argument functionsMasami Hiramatsu
2018-10-10trace_uprobe: support reference counter in fd-based uprobeSong Liu
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)
2018-03-29Merge branch 'perf/urgent' into perf/coreIngo Molnar
2018-03-23tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-02-06perf/core: Implement the 'perf_uprobe' PMUSong Liu
2018-02-06perf/core: Implement the 'perf_kprobe' PMUSong Liu
2018-01-12tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu
2017-12-12bpf: add a bpf_override_function helperJosef Bacik