index
:
git.armlinux.org.uk/linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_fprobe.c
Age
Commit message (
Expand
)
Author
2025-11-07
tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobe
Masami Hiramatsu (Google)
2025-11-07
tracing: tprobe-events: Fix to register tracepoint correctly
Masami Hiramatsu (Google)
2025-10-02
tracing: Fix race condition in kprobe initialization causing NULL pointer der...
Yuan Chen
2025-07-29
tracing: trace_fprobe: Fix typo of the semicolon
Masami Hiramatsu (Google)
2025-07-24
tracing: fprobe-event: Allocate string buffers from heap
Masami Hiramatsu (Google)
2025-07-24
tracing: probe: Allocate traceprobe_parse_context from heap
Masami Hiramatsu (Google)
2025-07-24
tracing: probes: Sort #include alphabetically
Masami Hiramatsu (Google)
2025-07-02
tracing: tprobe-events: Register tracepoint when enable tprobe event
Masami Hiramatsu (Google)
2025-07-02
tracing: fprobe-events: Register fprobe-events only when it is enabled
Masami Hiramatsu (Google)
2025-07-02
tracing: tprobe-events: Support multiple tprobes on the same tracepoint
Masami Hiramatsu (Google)
2025-07-02
tracing: tprobe-events: Remove mod field from tprobe-event
Masami Hiramatsu (Google)
2025-04-08
Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-04-02
tracing: fprobe events: Fix possible UAF on modules
Masami Hiramatsu (Google)
2025-03-27
tracing: probe-events: Log error for exceeding the number of arguments
Masami Hiramatsu (Google)
2025-03-15
tracing: tprobe-events: Fix leakage of module refcount
Masami Hiramatsu (Google)
2025-03-15
tracing: tprobe-events: Fix to clean up tprobe correctly when module unload
Masami Hiramatsu (Google)
2025-02-27
tracing: fprobe-events: Log error for exceeding the number of entry args
Masami Hiramatsu (Google)
2025-02-27
tracing: tprobe-events: Reject invalid tracepoint name
Masami Hiramatsu (Google)
2025-02-27
tracing: tprobe-events: Fix a memory leak when tprobe with $retval
Masami Hiramatsu (Google)
2025-01-16
tracing: Adopt __free() and guard() for trace_fprobe.c
Masami Hiramatsu (Google)
2024-12-26
tracing/fprobe: Remove nr_maxactive from fprobe
Masami Hiramatsu (Google)
2024-12-26
tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
Masami Hiramatsu (Google)
2024-12-26
fprobe: Use ftrace_regs in fprobe exit handler
Masami Hiramatsu (Google)
2024-12-26
fprobe: Use ftrace_regs in fprobe entry handler
Masami Hiramatsu (Google)
2024-10-23
tracing/probes: Fix MAX_TRACE_ARGS limit handling
Mikel Rychliski
2024-09-25
tracing/fprobe: Support raw tracepoints on future loaded modules
Masami Hiramatsu (Google)
2024-09-25
tracing/fprobe: Support raw tracepoint events on modules
Masami Hiramatsu (Google)
2024-05-01
tracing/probes: support '%pd' type for print struct dentry's name
Ye Bin
2024-03-07
tracing/probes: Support $argN in return probe (kprobe and fprobe)
Masami Hiramatsu (Google)
2024-03-07
tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_init
Masami Hiramatsu (Google)
2024-03-07
tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe event
Masami Hiramatsu (Google)
2023-11-10
tracing: fprobe-event: Fix to check tracepoint event and return
Masami Hiramatsu (Google)
2023-08-23
tracing/fprobe-event: Assume fprobe is a return event by $retval
Masami Hiramatsu (Google)
2023-08-23
tracing/probes: Support BTF argument on module functions
Masami Hiramatsu (Google)
2023-06-06
tracing/probes: Add $arg* meta argument for all function args
Masami Hiramatsu (Google)
2023-06-06
tracing/probes: Support function parameters if BTF is available
Masami Hiramatsu (Google)
2023-06-06
tracing/probes: Move event parameter fetching code to common parser
Masami Hiramatsu (Google)
2023-06-06
tracing/probes: Add tracepoint support on fprobe_events
Masami Hiramatsu (Google)
2023-06-06
tracing/probes: Add fprobe events for tracing function entry and exit.
Masami Hiramatsu (Google)