aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/fprobe.c
AgeCommit message (Expand)Author
2023-05-18fprobe: add recursion detection in fprobe_exit_handlerZe Gao
2023-05-18fprobe: make fprobe_kprobe_handler recursion freeZe Gao
2023-05-17tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google)
2023-03-28fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)
2023-03-28fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google)
2023-03-28fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)
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