summaryrefslogtreecommitdiffstats
path: root/kernel/trace/fprobe.c
Commit message (Expand)AuthorAgeFilesLines
* fprobe: Fix to allocate entry_data_size buffer with rethook instancesMasami Hiramatsu (Google)2024-03-011-8/+6
* Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-11-011-18/+10
|\
| * kprobes: kretprobe scalability improvementwuqiang.matt2023-10-181-18/+10
* | fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)2023-10-171-3/+3
|/
* Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-161-0/+6
|\
| * fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is runningMasami Hiramatsu (Google)2023-07-141-0/+6
* | Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-121-8/+7
|\|
| * fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...Masami Hiramatsu (Google)2023-07-111-0/+3
| * fprobe: add unlock to match a succeeded ftrace_test_recursion_trylockZe Gao2023-07-111-1/+3
| * fprobe: Release rethook after the ftrace_ops is unregisteredJiri Olsa2023-06-271-9/+3
* | tracing/probes: Add fprobe events for tracing function entry and exit.Masami Hiramatsu (Google)2023-06-061-2/+9
* | fprobe: Pass return address to the handlersMasami Hiramatsu (Google)2023-06-061-3/+3
|/
* fprobe: add recursion detection in fprobe_exit_handlerZe Gao2023-05-181-0/+14
* fprobe: make fprobe_kprobe_handler recursion freeZe Gao2023-05-181-15/+44
* tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google)2023-05-171-1/+1
* fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)2023-03-281-5/+9
* fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google)2023-03-281-1/+4
* fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)2023-03-281-7/+14
* tracing/fprobe: Fix to check whether fprobe is registered correctlyMasami Hiramatsu (Google)2022-11-041-1/+2
* fprobe: Check rethook_alloc() return in rethook initializationRafael Mendonca2022-11-041-0/+2
* fprobe: Resolve symbols with ftrace_lookup_symbolsJiri Olsa2022-05-101-20/+12
* fprobe: Fix sparse warning for acccessing __rcu ftrace_hashMasami Hiramatsu2022-03-281-1/+1
* fprobe: Fix smatch type mismatch warningMasami Hiramatsu2022-03-281-3/+3
* fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobeMasami Hiramatsu2022-03-171-1/+18
* fprobe: Add exit_handler supportMasami Hiramatsu2022-03-171-6/+110
* fprobe: Add ftrace based probe APIsMasami Hiramatsu2022-03-171-0/+211