index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_eprobe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-12
Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+16
2023-07-11
kernel/trace: Fix cleanup logic of enable_trace_eprobe
Tzvetomir Stoyanov (VMware)
1
-2
/
+16
2023-06-06
tracing/probes: Move event parameter fetching code to common parser
Masami Hiramatsu (Google)
1
-39
/
+5
2023-06-06
tracing/probes: Add tracepoint support on fprobe_events
Masami Hiramatsu (Google)
1
-1
/
+1
2023-02-24
kernel/trace: extract common part in process_fetch_insn
Song Chen
1
-20
/
+6
2023-02-24
kernel/trace: Provide default impelentations defined in trace_probe_tmpl.h
Song Chen
1
-53
/
+2
2023-02-24
kernel/trace: Introduce trace_probe_print_args and use it in *probes
Song Chen
1
-1
/
+1
2023-02-21
tracing/eprobe: no need to check for negative ret value for snprintf
Quanfa Fu
1
-8
/
+4
2022-11-20
Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+3
2022-11-20
tracing: Fix race where eprobes can be called before the event
Steven Rostedt (Google)
1
-0
/
+3
2022-11-18
tracing/eprobe: Fix eprobe filter to make a filter correctly
Masami Hiramatsu (Google)
1
-1
/
+1
2022-11-18
tracing/eprobe: Fix warning in filter creation
Rafael Mendonca
1
-1
/
+1
2022-11-18
tracing/eprobe: Fix memory leak of filter string
Rafael Mendonca
1
-0
/
+1
2022-10-12
tracing: Move duplicate code of trace_kprobe/eprobe.c into header
Steven Rostedt (Google)
1
-55
/
+5
2022-09-27
tracing/eprobe: Fix alloc event dir failed when event name no set
Tao Chen
1
-2
/
+1
2022-09-26
tracing/eprobe: Add eprobe filter support
Masami Hiramatsu (Google)
1
-8
/
+96
2022-08-21
tracing/eprobes: Have event probes be consistent with kprobes and uprobes
Steven Rostedt (Google)
1
-6
/
+64
2022-08-21
tracing/eprobes: Fix reading of string fields
Steven Rostedt (Google)
1
-0
/
+21
2022-08-21
tracing: React to error return from traceprobe_parse_event_name()
Lukas Bulwahn
1
-1
/
+1
2022-08-02
tracing/eprobe: Show syntax error logs in error_log file
Masami Hiramatsu (Google)
1
-2
/
+9
2022-07-24
tracing: Auto generate event name when creating a group of events
Linyu Yuan
1
-12
/
+13
2022-07-24
tracing: eprobe: Remove duplicate is_good_name() operation
Linyu Yuan
1
-2
/
+0
2022-07-24
tracing: eprobe: Add missing log index
Linyu Yuan
1
-0
/
+1
2022-04-27
tracing: Remove check of list iterator against head past the loop body
Jakob Koschel
1
-6
/
+8
2022-04-26
tracing: Have existing event_command.parse() implementations use helpers
Tom Zanussi
1
-1
/
+2
2022-04-26
tracing: Remove redundant trigger_ops params
Tom Zanussi
1
-5
/
+2
2022-02-25
eprobes: Remove redundant event type information
Steven Rostedt (Google)
1
-9
/
+7
2022-01-10
tracing: Remove ops param from event_command reg()/unreg() callbacks
Tom Zanussi
1
-6
/
+6
2022-01-10
tracing: Change event_trigger_ops func() to trigger()
Tom Zanussi
1
-1
/
+1
2022-01-10
tracing: Change event_command func() to parse()
Tom Zanussi
1
-4
/
+4
2021-12-06
tracing: Have eprobes use filtering logic of trace events
Steven Rostedt (VMware)
1
-11
/
+5
2021-10-29
tracing: Fix misspelling of "missing"
Steven Rostedt (VMware)
1
-1
/
+1
2021-10-27
tracing: Do not warn when connecting eprobe to non existing event
Steven Rostedt (VMware)
1
-2
/
+2
2021-10-13
tracing: Fix event probe removal from dynamic events
Steven Rostedt (VMware)
1
-3
/
+51
2021-10-10
tracing: Fix memory leak in eprobe_register()
Vamshi K Sthambamkadi
1
-0
/
+7
2021-09-07
tracing: Fix some alloc_event_probe() error handling bugs
Dan Carpenter
1
-2
/
+3
2021-08-20
tracing: Add a probe that attaches to trace events
Tzvetomir Stoyanov (VMware)
1
-0
/
+903