aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/fprobe.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01fprobe: Fix to allocate entry_data_size buffer with rethook instancesGravatar Masami Hiramatsu (Google) 1-8/+6
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 1-18/+10
2023-10-18kprobes: kretprobe scalability improvementGravatar wuqiang.matt 1-18/+10
2023-10-17fprobe: Fix to ensure the number of active retprobes is not zeroGravatar Masami Hiramatsu (Google) 1-3/+3
2023-07-16Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+6
2023-07-14fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is runningGravatar Masami Hiramatsu (Google) 1-0/+6
2023-07-12Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-8/+7
2023-07-11fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Gravatar Masami Hiramatsu (Google) 1-0/+3
2023-07-11fprobe: add unlock to match a succeeded ftrace_test_recursion_trylockGravatar Ze Gao 1-1/+3
2023-06-27fprobe: Release rethook after the ftrace_ops is unregisteredGravatar Jiri Olsa 1-9/+3
2023-06-06tracing/probes: Add fprobe events for tracing function entry and exit.Gravatar Masami Hiramatsu (Google) 1-2/+9
2023-06-06fprobe: Pass return address to the handlersGravatar Masami Hiramatsu (Google) 1-3/+3
2023-05-18fprobe: add recursion detection in fprobe_exit_handlerGravatar Ze Gao 1-0/+14
2023-05-18fprobe: make fprobe_kprobe_handler recursion freeGravatar Ze Gao 1-15/+44
2023-05-17tracing: fprobe: Initialize ret valiable to fix smatch errorGravatar Masami Hiramatsu (Google) 1-1/+1
2023-03-28fprobe: Skip exit_handler if entry_handler returns !0Gravatar Masami Hiramatsu (Google) 1-5/+9
2023-03-28fprobe: Add nr_maxactive to specify rethook_node pool sizeGravatar Masami Hiramatsu (Google) 1-1/+4
2023-03-28fprobe: Pass entry_data to handlersGravatar Masami Hiramatsu (Google) 1-7/+14
2022-11-04tracing/fprobe: Fix to check whether fprobe is registered correctlyGravatar Masami Hiramatsu (Google) 1-1/+2
2022-11-04fprobe: Check rethook_alloc() return in rethook initializationGravatar Rafael Mendonca 1-0/+2
2022-05-10fprobe: Resolve symbols with ftrace_lookup_symbolsGravatar Jiri Olsa 1-20/+12
2022-03-28fprobe: Fix sparse warning for acccessing __rcu ftrace_hashGravatar Masami Hiramatsu 1-1/+1
2022-03-28fprobe: Fix smatch type mismatch warningGravatar Masami Hiramatsu 1-3/+3
2022-03-17fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeGravatar Masami Hiramatsu 1-1/+18
2022-03-17fprobe: Add exit_handler supportGravatar Masami Hiramatsu 1-6/+110
2022-03-17fprobe: Add ftrace based probe APIsGravatar Masami Hiramatsu 1-0/+211