summaryrefslogtreecommitdiff
path: root/kernel/trace/fprobe.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-25fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)1-3/+3
2023-10-25fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google)1-1/+4
2023-10-25fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)1-7/+14
2023-07-23fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)1-0/+3
2023-07-23fprobe: Release rethook after the ftrace_ops is unregisteredJiri Olsa1-9/+3
2022-11-04tracing/fprobe: Fix to check whether fprobe is registered correctlyMasami Hiramatsu (Google)1-1/+2
2022-11-04fprobe: Check rethook_alloc() return in rethook initializationRafael Mendonca1-0/+2
2022-05-10fprobe: Resolve symbols with ftrace_lookup_symbolsJiri Olsa1-20/+12
2022-03-28fprobe: Fix sparse warning for acccessing __rcu ftrace_hashMasami Hiramatsu1-1/+1
2022-03-28fprobe: Fix smatch type mismatch warningMasami Hiramatsu1-3/+3
2022-03-17fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu1-1/+18
2022-03-17fprobe: Add exit_handler supportMasami Hiramatsu1-6/+110
2022-03-17fprobe: Add ftrace based probe APIsMasami Hiramatsu1-0/+211