aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_eprobe.c
AgeCommit message (Expand)Author
2023-10-10tracing/eprobe: drop unneeded breaksJulia Lawall
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)
2023-08-23tracing/eprobe: Iterate trace_eprobe directlyChuang Wang
2023-07-12Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-07-11kernel/trace: Fix cleanup logic of enable_trace_eprobeTzvetomir Stoyanov (VMware)
2023-06-06tracing/probes: Move event parameter fetching code to common parserMasami Hiramatsu (Google)
2023-06-06tracing/probes: Add tracepoint support on fprobe_eventsMasami Hiramatsu (Google)
2023-02-24kernel/trace: extract common part in process_fetch_insnSong Chen
2023-02-24kernel/trace: Provide default impelentations defined in trace_probe_tmpl.hSong Chen
2023-02-24kernel/trace: Introduce trace_probe_print_args and use it in *probesSong Chen
2023-02-21tracing/eprobe: no need to check for negative ret value for snprintfQuanfa Fu
2022-11-20Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-11-20tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)
2022-11-18tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)
2022-11-18tracing/eprobe: Fix warning in filter creationRafael Mendonca
2022-11-18tracing/eprobe: Fix memory leak of filter stringRafael Mendonca
2022-10-12tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)
2022-09-27tracing/eprobe: Fix alloc event dir failed when event name no setTao Chen
2022-09-26tracing/eprobe: Add eprobe filter supportMasami Hiramatsu (Google)
2022-08-21tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)
2022-08-21tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)
2022-08-21tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn
2022-08-02tracing/eprobe: Show syntax error logs in error_log fileMasami Hiramatsu (Google)
2022-07-24tracing: Auto generate event name when creating a group of eventsLinyu Yuan
2022-07-24tracing: eprobe: Remove duplicate is_good_name() operationLinyu Yuan
2022-07-24tracing: eprobe: Add missing log indexLinyu Yuan
2022-04-27tracing: Remove check of list iterator against head past the loop bodyJakob Koschel
2022-04-26tracing: Have existing event_command.parse() implementations use helpersTom Zanussi
2022-04-26tracing: Remove redundant trigger_ops paramsTom Zanussi
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)
2022-01-10tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi
2022-01-10tracing: Change event_trigger_ops func() to trigger()Tom Zanussi
2022-01-10tracing: Change event_command func() to parse()Tom Zanussi
2021-12-06tracing: Have eprobes use filtering logic of trace eventsSteven Rostedt (VMware)
2021-10-29tracing: Fix misspelling of "missing"Steven Rostedt (VMware)
2021-10-27tracing: Do not warn when connecting eprobe to non existing eventSteven Rostedt (VMware)
2021-10-13tracing: Fix event probe removal from dynamic eventsSteven Rostedt (VMware)
2021-10-10tracing: Fix memory leak in eprobe_register()Vamshi K Sthambamkadi
2021-09-07tracing: Fix some alloc_event_probe() error handling bugsDan Carpenter
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)