aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/trace/trace_probe.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-07tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)1-1/+27
2024-03-07tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)1-1/+1
2024-02-08tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)1-1/+2
2023-10-20tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel1-0/+1
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-4/+23
2023-08-23tracing/probes: Add string type check with BTFMasami Hiramatsu (Google)1-1/+2
2023-08-23tracing/probes: Support BTF field access from $retvalMasami Hiramatsu (Google)1-0/+1
2023-08-23tracing/probes: Support BTF based data structure field accessMasami Hiramatsu (Google)1-1/+10
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)1-3/+11
2023-08-07bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa1-0/+5
2023-06-06tracing/probes: Add BTF retval type supportMasami Hiramatsu (Google)1-0/+1
2023-06-06tracing/probes: Add $arg* meta argument for all function argsMasami Hiramatsu (Google)1-1/+10
2023-06-06tracing/probes: Support function parameters if BTF is availableMasami Hiramatsu (Google)1-1/+8
2023-06-06tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)1-1/+8
2023-06-06tracing/probes: Add tracepoint support on fprobe_eventsMasami Hiramatsu (Google)1-3/+12
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)1-1/+2
2023-06-06tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURNMasami Hiramatsu (Google)1-0/+5
2023-05-31tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello1-1/+1
2023-02-24kernel/trace: Introduce trace_probe_print_args and use it in *probesSong Chen1-0/+2
2023-02-21tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng1-0/+1
2022-12-15tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)1-1/+2
2022-12-15tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)1-5/+11
2022-09-26tracing/eprobe: Add eprobe filter supportMasami Hiramatsu (Google)1-1/+2
2022-08-02tracing/eprobe: Show syntax error logs in error_log fileMasami Hiramatsu (Google)1-1/+4
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)1-1/+0
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)1-1/+5
2021-08-19tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu1-0/+1
2021-08-19tracing/probe: Change traceprobe_set_print_fmt() to take a typeSteven Rostedt (VMware)1-1/+6
2021-08-18tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)1-1/+1
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-1/+1
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu1-0/+1
2020-10-15tracing: Move is_good_name() from trace_probe.h to trace.hTom Zanussi1-13/+0
2020-09-21tracing/kprobes: Support perf-style return probeMasami Hiramatsu1-0/+1
2020-06-15tracing/probe: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-01-22tracing/uprobe: Fix to make trace_uprobe_filter alignment safeMasami Hiramatsu1-2/+8
2020-01-14tracing/uprobe: Fix double perf_event linking on multiprobe uprobeMasami Hiramatsu1-1/+2
2019-09-19tracing/probe: Reject exactly same probe eventMasami Hiramatsu1-1/+2
2019-08-31tracing/probe: Add immediate string parameter supportMasami Hiramatsu1-0/+2
2019-08-31tracing/probe: Add immediate parameter supportMasami Hiramatsu1-0/+1
2019-08-31tracing/kprobe: Add per-probe delete from eventMasami Hiramatsu1-0/+2
2019-08-31tracing/kprobe: Add multi-probe per event supportMasami Hiramatsu1-1/+13
2019-08-31tracing/probe: Split trace_event related data from trace_probeMasami Hiramatsu1-11/+37
2019-07-16tracing/kprobe: Check registered state using kprobeMasami Hiramatsu1-6/+0
2019-07-16tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu1-0/+6
2019-07-16tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu1-0/+10
2019-07-16tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu1-2/+20
2019-07-16tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu1-16/+20
2019-07-16tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu1-0/+6
2019-07-16tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu1-0/+4
2019-05-25tracing/probe: Support user-space dereferenceMasami Hiramatsu1-0/+2