summaryrefslogtreecommitdiffstats
path: root/kernel/trace/rethook.c
AgeCommit message (Expand)AuthorLines
2024-05-01rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()Andrii Nakryiko-0/+2
2024-05-01rethook: Remove warning messages printed for finding return address of a frame.Kui-Feng Lee-1/+1
2023-12-01rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)-9/+14
2023-10-24kprobes: unused header files removedwuqiang.matt-2/+0
2023-10-18kprobes: kretprobe scalability improvementwuqiang.matt-50/+40
2023-07-12Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+13
2023-07-11fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)-0/+13
2023-06-06fprobe: Pass return address to the handlersMasami Hiramatsu (Google)-1/+2
2023-05-18rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao-2/+2
2022-11-18rethook: fix a potential memleak in rethook_alloc()Yi Yang-1/+3
2022-06-17rethook: Reject getting a rethook if RCU is not watchingMasami Hiramatsu (Google)-0/+9
2022-03-30rethook: Fix to use WRITE_ONCE() for rethook:: HandlerMasami Hiramatsu-1/+1
2022-03-17rethook: Add a generic return hookMasami Hiramatsu-0/+317