summary refs log tree commit diff
path: root/kernel/trace/fprobe.c
AgeCommit message (Expand)Author
2023-07-23fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)
2023-07-23fprobe: Release rethook after the ftrace_ops is unregisteredJiri Olsa
2022-11-04tracing/fprobe: Fix to check whether fprobe is registered correctlyMasami Hiramatsu (Google)
2022-11-04fprobe: Check rethook_alloc() return in rethook initializationRafael Mendonca
2022-05-10fprobe: Resolve symbols with ftrace_lookup_symbolsJiri Olsa
2022-03-28fprobe: Fix sparse warning for acccessing __rcu ftrace_hashMasami Hiramatsu
2022-03-28fprobe: Fix smatch type mismatch warningMasami Hiramatsu
2022-03-17fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu
2022-03-17fprobe: Add exit_handler supportMasami Hiramatsu
2022-03-17fprobe: Add ftrace based probe APIsMasami Hiramatsu