summaryrefslogtreecommitdiffstats
path: root/kernel/trace/fprobe.c
AgeCommit message (Expand)AuthorFilesLines
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