summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_fprobe.c
AgeCommit message (Expand)AuthorLines
2025-11-07tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobeMasami Hiramatsu (Google)-0/+4
2025-11-07tracing: tprobe-events: Fix to register tracepoint correctlyMasami Hiramatsu (Google)-1/+2
2025-10-02tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen-4/+6
2025-07-29tracing: trace_fprobe: Fix typo of the semicolonMasami Hiramatsu (Google)-1/+1
2025-07-24tracing: fprobe-event: Allocate string buffers from heapMasami Hiramatsu (Google)-13/+26
2025-07-24tracing: probe: Allocate traceprobe_parse_context from heapMasami Hiramatsu (Google)-5/+8
2025-07-24tracing: probes: Sort #include alphabeticallyMasami Hiramatsu (Google)-1/+2
2025-07-02tracing: tprobe-events: Register tracepoint when enable tprobe eventMasami Hiramatsu (Google)-165/+217
2025-07-02tracing: fprobe-events: Register fprobe-events only when it is enabledMasami Hiramatsu (Google)-121/+116
2025-07-02tracing: tprobe-events: Support multiple tprobes on the same tracepointMasami Hiramatsu (Google)-50/+201
2025-07-02tracing: tprobe-events: Remove mod field from tprobe-eventMasami Hiramatsu (Google)-14/+9
2025-04-08Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+17
2025-04-02tracing: fprobe events: Fix possible UAF on modulesMasami Hiramatsu (Google)-9/+17
2025-03-27tracing: probe-events: Log error for exceeding the number of argumentsMasami Hiramatsu (Google)-1/+4
2025-03-15tracing: tprobe-events: Fix leakage of module refcountMasami Hiramatsu (Google)-13/+8
2025-03-15tracing: tprobe-events: Fix to clean up tprobe correctly when module unloadMasami Hiramatsu (Google)-3/+6
2025-02-27tracing: fprobe-events: Log error for exceeding the number of entry argsMasami Hiramatsu (Google)-0/+5
2025-02-27tracing: tprobe-events: Reject invalid tracepoint nameMasami Hiramatsu (Google)-0/+13
2025-02-27tracing: tprobe-events: Fix a memory leak when tprobe with $retvalMasami Hiramatsu (Google)-0/+2
2025-01-16tracing: Adopt __free() and guard() for trace_fprobe.cMasami Hiramatsu (Google)-66/+58
2024-12-26tracing/fprobe: Remove nr_maxactive from fprobeMasami Hiramatsu (Google)-37/+6
2024-12-26tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGSMasami Hiramatsu (Google)-40/+68
2024-12-26fprobe: Use ftrace_regs in fprobe exit handlerMasami Hiramatsu (Google)-1/+5
2024-12-26fprobe: Use ftrace_regs in fprobe entry handlerMasami Hiramatsu (Google)-3/+8
2024-10-23tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski-1/+5
2024-09-25tracing/fprobe: Support raw tracepoints on future loaded modulesMasami Hiramatsu (Google)-50/+101
2024-09-25tracing/fprobe: Support raw tracepoint events on modulesMasami Hiramatsu (Google)-8/+38
2024-05-01tracing/probes: support '%pd' type for print struct dentry's nameYe Bin-0/+6
2024-03-07tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)-16/+39
2024-03-07tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)-1/+1
2024-03-07tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe eventMasami Hiramatsu (Google)-1/+1
2023-11-10tracing: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (Google)-4/+5
2023-08-23tracing/fprobe-event: Assume fprobe is a return event by $retvalMasami Hiramatsu (Google)-14/+44
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)-0/+1
2023-06-06tracing/probes: Add $arg* meta argument for all function argsMasami Hiramatsu (Google)-3/+18
2023-06-06tracing/probes: Support function parameters if BTF is availableMasami Hiramatsu (Google)-22/+31
2023-06-06tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)-1/+3
2023-06-06tracing/probes: Add tracepoint support on fprobe_eventsMasami Hiramatsu (Google)-7/+127
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)-0/+1053