summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_probe.c
AgeCommit message (Expand)Author
2024-02-08tracing/probes: Fix to set arg size and fmt after setting type from BTFMasami Hiramatsu (Google)
2024-02-08tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)
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: Move finding func-proto API and getting func-param API to tra...Masami Hiramatsu (Google)
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)
2023-07-26tracing/probes: Fix to add NULL check for BTF APIsMasami Hiramatsu (Google)
2023-07-16Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-14Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)
2023-06-30Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-06-23tracing/probes: Fix tracepoint event with $arg* to fetch correct argumentMasami Hiramatsu (Google)
2023-06-23tracing/probes: Fix to return NULL and keep using current argcMasami Hiramatsu (Google)
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-05-26tracing: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-04-05tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)
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-21Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
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-12-09tracing/probes: Handle system names with hyphensSteven Rostedt (Google)
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)
2022-07-24tracing: Auto generate event name when creating a group of eventsLinyu Yuan
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)
2022-01-13tracing/probes: check the return value of kstrndup() for pbufXiaoke Wang
2021-12-06tracing: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)
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/probes: Allow for dot delimiter as well as slash for system namesSteven 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-06-16tracing/probe: Fix memleak in fetch_op_data operationsVamshi K Sthambamkadi
2020-05-19tracing/probe: reverse arguments to list_addJulia Lawall
2020-01-27tracing/kprobes: Have uname use __get_str() in print_fmtSteven Rostedt (VMware)
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-28tracing/probe: Fix to check the difference of nr_args before adding probeMasami Hiramatsu
2019-09-17tracing/kprobe: Fix NULL pointer access in trace_porbe_unlink()Masami Hiramatsu
2019-08-31tracing/probe: Add immediate string parameter supportMasami Hiramatsu
2019-08-31tracing/probe: Add immediate parameter supportMasami Hiramatsu