summaryrefslogtreecommitdiff
path: root/kernel/trace/fprobe.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-29fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)1-5/+9
2023-03-29fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google)1-1/+4
2023-03-29fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)1-7/+14
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-11fprobe: Resolve symbols with ftrace_lookup_symbolsJiri Olsa1-20/+12
2022-03-29fprobe: Fix sparse warning for acccessing __rcu ftrace_hashMasami Hiramatsu1-1/+1
2022-03-29fprobe: Fix smatch type mismatch warningMasami Hiramatsu1-3/+3
2022-03-18fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu1-1/+18
2022-03-18fprobe: Add exit_handler supportMasami Hiramatsu1-6/+110
2022-03-18fprobe: Add ftrace based probe APIsMasami Hiramatsu1-0/+211