summaryrefslogtreecommitdiff
path: root/kernel/trace/fprobe.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-10fprobe: add unlock to match a succeeded ftrace_test_recursion_trylockZe Gao1-1/+3
2023-06-27fprobe: Release rethook after the ftrace_ops is unregisteredJiri Olsa1-9/+3
2023-05-18fprobe: add recursion detection in fprobe_exit_handlerZe Gao1-0/+14
2023-05-18fprobe: make fprobe_kprobe_handler recursion freeZe Gao1-15/+44
2023-05-17tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google)1-1/+1
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