aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_probe.h
AgeCommit message (Expand)Author
2024-02-08tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)
2023-10-20tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-08-23tracing/probes: Add string type check with BTFMasami Hiramatsu (Google)
2023-08-23tracing/probes: Support BTF field access from $retvalMasami Hiramatsu (Google)
2023-08-23tracing/probes: Support BTF based data structure field accessMasami Hiramatsu (Google)
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)
2023-08-07bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa
2023-06-06tracing/probes: Add BTF retval type supportMasami Hiramatsu (Google)
2023-06-06tracing/probes: Add $arg* meta argument for all function argsMasami Hiramatsu (Google)
2023-06-06tracing/probes: Support function parameters if BTF is availableMasami Hiramatsu (Google)
2023-06-06tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)
2023-06-06tracing/probes: Add tracepoint support on fprobe_eventsMasami Hiramatsu (Google)
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)
2023-06-06tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURNMasami Hiramatsu (Google)
2023-05-31tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello
2023-02-24kernel/trace: Introduce trace_probe_print_args and use it in *probesSong Chen
2023-02-21tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng
2022-12-15tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)
2022-12-15tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)
2022-09-26tracing/eprobe: Add eprobe filter supportMasami Hiramatsu (Google)
2022-08-02tracing/eprobe: Show syntax error logs in error_log fileMasami Hiramatsu (Google)
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)
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