index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
fprobe.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-10
tracing: fprobe: Fix RCU warning message in list traversal
Breno Leitao
1
-1
/
+2
2025-04-08
tracing: fprobe: Cleanup fprobe hash when module unloading
Masami Hiramatsu (Google)
1
-2
/
+101
2025-04-02
tracing: fprobe: Fix to lock module while registering fprobe
Masami Hiramatsu (Google)
1
-19
/
+48
2025-02-21
fprobe: Fix accounting of when to unregister from function graph
Steven Rostedt
1
-3
/
+3
2025-02-21
fprobe: Always unregister fgraph function from ops
Steven Rostedt
1
-4
/
+2
2024-12-26
fprobe: Add fprobe_header encoding feature
Masami Hiramatsu (Google)
1
-0
/
+29
2024-12-26
fprobe: Rewrite fprobe on function-graph tracer
Masami Hiramatsu (Google)
1
-180
/
+457
2024-12-26
fprobe: Use ftrace_regs in fprobe exit handler
Masami Hiramatsu (Google)
1
-1
/
+2
2024-12-26
fprobe: Use ftrace_regs in fprobe entry handler
Masami Hiramatsu (Google)
1
-1
/
+2
2024-03-01
fprobe: Fix to allocate entry_data_size buffer with rethook instances
Masami Hiramatsu (Google)
1
-8
/
+6
2023-11-01
Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-18
/
+10
2023-10-18
kprobes: kretprobe scalability improvement
wuqiang.matt
1
-18
/
+10
2023-10-17
fprobe: Fix to ensure the number of active retprobes is not zero
Masami Hiramatsu (Google)
1
-3
/
+3
2023-07-16
Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-0
/
+6
2023-07-14
fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is running
Masami Hiramatsu (Google)
1
-0
/
+6
2023-07-12
Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-8
/
+7
2023-07-11
fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_free()
Masami Hiramatsu (Google)
1
-0
/
+3
2023-07-11
fprobe: add unlock to match a succeeded ftrace_test_recursion_trylock
Ze Gao
1
-1
/
+3
2023-06-27
fprobe: Release rethook after the ftrace_ops is unregistered
Jiri Olsa
1
-9
/
+3
2023-06-06
tracing/probes: Add fprobe events for tracing function entry and exit.
Masami Hiramatsu (Google)
1
-2
/
+9
2023-06-06
fprobe: Pass return address to the handlers
Masami Hiramatsu (Google)
1
-3
/
+3
2023-05-18
fprobe: add recursion detection in fprobe_exit_handler
Ze Gao
1
-0
/
+14
2023-05-18
fprobe: make fprobe_kprobe_handler recursion free
Ze Gao
1
-15
/
+44
2023-05-17
tracing: fprobe: Initialize ret valiable to fix smatch error
Masami Hiramatsu (Google)
1
-1
/
+1
2023-03-28
fprobe: Skip exit_handler if entry_handler returns !0
Masami Hiramatsu (Google)
1
-5
/
+9
2023-03-28
fprobe: Add nr_maxactive to specify rethook_node pool size
Masami Hiramatsu (Google)
1
-1
/
+4
2023-03-28
fprobe: Pass entry_data to handlers
Masami Hiramatsu (Google)
1
-7
/
+14
2022-11-04
tracing/fprobe: Fix to check whether fprobe is registered correctly
Masami Hiramatsu (Google)
1
-1
/
+2
2022-11-04
fprobe: Check rethook_alloc() return in rethook initialization
Rafael Mendonca
1
-0
/
+2
2022-05-10
fprobe: Resolve symbols with ftrace_lookup_symbols
Jiri Olsa
1
-20
/
+12
2022-03-28
fprobe: Fix sparse warning for acccessing __rcu ftrace_hash
Masami Hiramatsu
1
-1
/
+1
2022-03-28
fprobe: Fix smatch type mismatch warning
Masami Hiramatsu
1
-3
/
+3
2022-03-17
fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag for fprobe
Masami Hiramatsu
1
-1
/
+18
2022-03-17
fprobe: Add exit_handler support
Masami Hiramatsu
1
-6
/
+110
2022-03-17
fprobe: Add ftrace based probe APIs
Masami Hiramatsu
1
-0
/
+211