index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_fprobe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-23
tracing/probes: Fix MAX_TRACE_ARGS limit handling
Mikel Rychliski
1
-1
/
+5
2024-09-25
tracing/fprobe: Support raw tracepoints on future loaded modules
Masami Hiramatsu (Google)
1
-50
/
+101
2024-09-25
tracing/fprobe: Support raw tracepoint events on modules
Masami Hiramatsu (Google)
1
-8
/
+38
2024-05-01
tracing/probes: support '%pd' type for print struct dentry's name
Ye Bin
1
-0
/
+6
2024-03-07
tracing/probes: Support $argN in return probe (kprobe and fprobe)
Masami Hiramatsu (Google)
1
-16
/
+39
2024-03-07
tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_init
Masami Hiramatsu (Google)
1
-1
/
+1
2024-03-07
tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe event
Masami Hiramatsu (Google)
1
-1
/
+1
2023-11-10
tracing: fprobe-event: Fix to check tracepoint event and return
Masami Hiramatsu (Google)
1
-4
/
+5
2023-08-23
tracing/fprobe-event: Assume fprobe is a return event by $retval
Masami Hiramatsu (Google)
1
-14
/
+44
2023-08-23
tracing/probes: Support BTF argument on module functions
Masami Hiramatsu (Google)
1
-0
/
+1
2023-06-06
tracing/probes: Add $arg* meta argument for all function args
Masami Hiramatsu (Google)
1
-3
/
+18
2023-06-06
tracing/probes: Support function parameters if BTF is available
Masami Hiramatsu (Google)
1
-22
/
+31
2023-06-06
tracing/probes: Move event parameter fetching code to common parser
Masami Hiramatsu (Google)
1
-1
/
+3
2023-06-06
tracing/probes: Add tracepoint support on fprobe_events
Masami Hiramatsu (Google)
1
-7
/
+127
2023-06-06
tracing/probes: Add fprobe events for tracing function entry and exit.
Masami Hiramatsu (Google)
1
-0
/
+1053