summary refs log tree commit diff
path: root/kernel/trace/rethook.c
AgeCommit message (Expand)Author
2023-07-23fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)
2023-05-24rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao
2022-11-18rethook: fix a potential memleak in rethook_alloc()Yi Yang
2022-06-17rethook: Reject getting a rethook if RCU is not watchingMasami Hiramatsu (Google)
2022-03-30rethook: Fix to use WRITE_ONCE() for rethook:: HandlerMasami Hiramatsu
2022-03-17rethook: Add a generic return hookMasami Hiramatsu