summaryrefslogtreecommitdiffstats
path: root/kernel/trace/fprobe.c
AgeCommit message (Expand)AuthorLines
2023-05-18fprobe: add recursion detection in fprobe_exit_handlerZe Gao-0/+14
2023-05-18fprobe: make fprobe_kprobe_handler recursion freeZe Gao-15/+44
2023-05-17tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google)-1/+1
2023-03-28fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)-5/+9
2023-03-28fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google)-1/+4
2023-03-28fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)-7/+14
2022-11-04tracing/fprobe: Fix to check whether fprobe is registered correctlyMasami Hiramatsu (Google)-1/+2
2022-11-04fprobe: Check rethook_alloc() return in rethook initializationRafael Mendonca-0/+2
2022-05-10fprobe: Resolve symbols with ftrace_lookup_symbolsJiri Olsa-20/+12
2022-03-28fprobe: Fix sparse warning for acccessing __rcu ftrace_hashMasami Hiramatsu-1/+1
2022-03-28fprobe: Fix smatch type mismatch warningMasami Hiramatsu-3/+3
2022-03-17fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu-1/+18
2022-03-17fprobe: Add exit_handler supportMasami Hiramatsu-6/+110
2022-03-17fprobe: Add ftrace based probe APIsMasami Hiramatsu-0/+211