summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_probe.h
Commit message (Expand)AuthorAgeFilesLines
* tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)2024-03-071-1/+27
* tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)2024-03-071-1/+1
* tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)2024-02-081-1/+2
* tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel2023-10-201-0/+1
* Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-09-021-4/+23
|\
| * tracing/probes: Add string type check with BTFMasami Hiramatsu (Google)2023-08-231-1/+2
| * tracing/probes: Support BTF field access from $retvalMasami Hiramatsu (Google)2023-08-231-0/+1
| * tracing/probes: Support BTF based data structure field accessMasami Hiramatsu (Google)2023-08-231-1/+10
| * tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)2023-08-231-3/+11
* | bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa2023-08-071-0/+5
|/
* tracing/probes: Add BTF retval type supportMasami Hiramatsu (Google)2023-06-061-0/+1
* tracing/probes: Add $arg* meta argument for all function argsMasami Hiramatsu (Google)2023-06-061-1/+10
* tracing/probes: Support function parameters if BTF is availableMasami Hiramatsu (Google)2023-06-061-1/+8
* tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)2023-06-061-1/+8
* tracing/probes: Add tracepoint support on fprobe_eventsMasami Hiramatsu (Google)2023-06-061-3/+12
* tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)2023-06-061-1/+2
* tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURNMasami Hiramatsu (Google)2023-06-061-0/+5
* tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello2023-05-311-1/+1
* kernel/trace: Introduce trace_probe_print_args and use it in *probesSong Chen2023-02-241-0/+2
* tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng2023-02-211-0/+1
* tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)2022-12-151-1/+2
* tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)2022-12-151-5/+11
* tracing/eprobe: Add eprobe filter supportMasami Hiramatsu (Google)2022-09-261-1/+2
* tracing/eprobe: Show syntax error logs in error_log fileMasami Hiramatsu (Google)2022-08-021-1/+4
* 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