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