index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_eprobe.c
Age
Commit message (
Expand
)
Author
2022-11-20
Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-11-20
tracing: Fix race where eprobes can be called before the event
Steven Rostedt (Google)
2022-11-18
tracing/eprobe: Fix eprobe filter to make a filter correctly
Masami Hiramatsu (Google)
2022-11-18
tracing/eprobe: Fix warning in filter creation
Rafael Mendonca
2022-11-18
tracing/eprobe: Fix memory leak of filter string
Rafael Mendonca
2022-10-12
tracing: Move duplicate code of trace_kprobe/eprobe.c into header
Steven Rostedt (Google)
2022-09-27
tracing/eprobe: Fix alloc event dir failed when event name no set
Tao Chen
2022-09-26
tracing/eprobe: Add eprobe filter support
Masami Hiramatsu (Google)
2022-08-21
tracing/eprobes: Have event probes be consistent with kprobes and uprobes
Steven Rostedt (Google)
2022-08-21
tracing/eprobes: Fix reading of string fields
Steven Rostedt (Google)
2022-08-21
tracing: React to error return from traceprobe_parse_event_name()
Lukas Bulwahn
2022-08-02
tracing/eprobe: Show syntax error logs in error_log file
Masami Hiramatsu (Google)
2022-07-24
tracing: Auto generate event name when creating a group of events
Linyu Yuan
2022-07-24
tracing: eprobe: Remove duplicate is_good_name() operation
Linyu Yuan
2022-07-24
tracing: eprobe: Add missing log index
Linyu Yuan
2022-04-27
tracing: Remove check of list iterator against head past the loop body
Jakob Koschel
2022-04-26
tracing: Have existing event_command.parse() implementations use helpers
Tom Zanussi
2022-04-26
tracing: Remove redundant trigger_ops params
Tom Zanussi
2022-02-25
eprobes: Remove redundant event type information
Steven Rostedt (Google)
2022-01-10
tracing: Remove ops param from event_command reg()/unreg() callbacks
Tom Zanussi
2022-01-10
tracing: Change event_trigger_ops func() to trigger()
Tom Zanussi
2022-01-10
tracing: Change event_command func() to parse()
Tom Zanussi
2021-12-06
tracing: Have eprobes use filtering logic of trace events
Steven Rostedt (VMware)
2021-10-29
tracing: Fix misspelling of "missing"
Steven Rostedt (VMware)
2021-10-27
tracing: Do not warn when connecting eprobe to non existing event
Steven Rostedt (VMware)
2021-10-13
tracing: Fix event probe removal from dynamic events
Steven Rostedt (VMware)
2021-10-10
tracing: Fix memory leak in eprobe_register()
Vamshi K Sthambamkadi
2021-09-07
tracing: Fix some alloc_event_probe() error handling bugs
Dan Carpenter
2021-08-20
tracing: Add a probe that attaches to trace events
Tzvetomir Stoyanov (VMware)