summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_probe.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-27tracing/probes: fix error check in parse_btf_field()Carlos López1-0/+4
2024-05-18Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+63
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-05-01tracing/probes: support '%pD' type for print struct file's nameYe Bin1-22/+35
2024-05-01tracing/probes: support '%pd' type for print struct dentry's nameYe Bin1-0/+50
2024-04-29tracing/probes: Fix memory leak in traceprobe_parse_probe_arg_body()LuMingYin1-1/+1
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin1-2/+0
2024-03-25tracing: probes: Fix to zero initialize a local variableMasami Hiramatsu (Google)1-1/+1
2024-03-06tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)1-21/+156
2024-03-06tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)1-4/+6
2024-03-06tracing/probes: Cleanup probe argument parserMasami Hiramatsu (Google)1-93/+137
2024-02-08tracing/probes: Fix to set arg size and fmt after setting type from BTFMasami Hiramatsu (Google)1-12/+13
2024-02-08tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)1-2/+5
2023-08-23tracing/probes: Add string type check with BTFMasami Hiramatsu (Google)1-2/+87
2023-08-23tracing/probes: Support BTF field access from $retvalMasami Hiramatsu (Google)1-102/+85
2023-08-23tracing/probes: Support BTF based data structure field accessMasami Hiramatsu (Google)1-26/+204
2023-08-23tracing/probes: Move finding func-proto API and getting func-param API to tra...Masami Hiramatsu (Google)1-40/+11
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)1-42/+58
2023-07-26tracing/probes: Fix to add NULL check for BTF APIsMasami Hiramatsu (Google)1-4/+4
2023-07-16Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-07-13Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)1-1/+1
2023-06-30Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-90/+569
2023-06-23tracing/probes: Fix tracepoint event with $arg* to fetch correct argumentMasami Hiramatsu (Google)1-2/+8
2023-06-23tracing/probes: Fix to return NULL and keep using current argcMasami Hiramatsu (Google)1-1/+2
2023-06-06tracing/probes: Add BTF retval type supportMasami Hiramatsu (Google)1-7/+62
2023-06-06tracing/probes: Add $arg* meta argument for all function argsMasami Hiramatsu (Google)1-4/+165
2023-06-06tracing/probes: Support function parameters if BTF is availableMasami Hiramatsu (Google)1-2/+209
2023-06-06tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)1-87/+131
2023-06-06tracing/probes: Add tracepoint support on fprobe_eventsMasami Hiramatsu (Google)1-5/+10
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)1-2/+2
2023-05-26tracing: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-04-05tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)1-1/+1
2023-02-24kernel/trace: Introduce trace_probe_print_args and use it in *probesSong Chen1-0/+27
2023-02-21tracing/probe: add a char type to show the character value of traced argumentsDonglin Peng1-0/+2
2022-12-22Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-23/+42
2022-12-15tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)1-8/+13
2022-12-15tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)1-15/+29
2022-12-10tracing/probes: Handle system names with hyphensSteven Rostedt (Google)1-1/+1
2022-08-21tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)1-2/+3
2022-08-21tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)1-2/+3
2022-08-21tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)1-8/+13
2022-07-25tracing: Auto generate event name when creating a group of eventsLinyu Yuan1-0/+4
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)1-5/+5
2022-01-14tracing/probes: check the return value of kstrndup() for pbufXiaoke Wang1-0/+2
2021-12-07tracing: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)1-2/+1
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)1-2/+14
2021-08-19tracing/probes: Reject events which have the same name of existing oneMasami Hiramatsu1-0/+25
2021-08-19tracing/probe: Change traceprobe_set_print_fmt() to take a typeSteven Rostedt (VMware)1-6/+12
2021-08-19tracing/probes: Allow for dot delimiter as well as slash for system namesSteven Rostedt (VMware)1-0/+3
2021-08-19tracing/probe: Have traceprobe_parse_probe_arg() take a const argSteven Rostedt (VMware)1-19/+28