index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
fprobe.h
Age
Commit message (
Expand
)
Author
2024-12-26
tracing/fprobe: Remove nr_maxactive from fprobe
Masami Hiramatsu (Google)
2024-12-26
fprobe: Rewrite fprobe on function-graph tracer
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-05-01
fprobe: Add entry/exit callbacks types
Jiri Olsa
2023-06-06
tracing/probes: Add fprobe events for tracing function entry and exit.
Masami Hiramatsu (Google)
2023-06-06
fprobe: Pass return address to the handlers
Masami Hiramatsu (Google)
2023-03-28
fprobe: Skip exit_handler if entry_handler returns !0
Masami Hiramatsu (Google)
2023-03-28
fprobe: Add nr_maxactive to specify rethook_node pool size
Masami Hiramatsu (Google)
2023-03-28
fprobe: Pass entry_data to handlers
Masami Hiramatsu (Google)
2022-03-17
fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobe
Masami Hiramatsu
2022-03-17
fprobe: Add exit_handler support
Masami Hiramatsu
2022-03-17
fprobe: Add ftrace based probe APIs
Masami Hiramatsu