linux_dsm_epyc7002/kernel/trace
Masami Hiramatsu eb5bf81330 tracing/kprobe: Add per-probe delete from event
Allow user to delete a probe from event. This is done by head
match. For example, if we have 2 probes on an event

$ cat kprobe_events
p:kprobes/testprobe _do_fork r1=%ax r2=%dx
p:kprobes/testprobe idle_fork r1=%ax r2=%cx

Then you can remove one of them by passing the head of definition
which identify the probe.

$ echo "-:kprobes/testprobe idle_fork" >> kprobe_events

Link: http://lkml.kernel.org/r/156095688848.28024.15798690082378432435.stgit@devnote2

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2019-08-31 12:19:38 -04:00
..
blktrace.c blktrace: no need to check return value of debugfs_create functions 2019-06-03 15:39:39 +02:00
bpf_trace.c bpf: fix compiler warning with CONFIG_MODULES=n 2019-06-26 14:44:07 +02:00
fgraph.c
ftrace_internal.h
ftrace.c ftrace: Check for successful allocation of hash 2019-08-30 16:49:07 -04:00
Kconfig The main changes in this release include: 2019-07-18 11:51:00 -07:00
Makefile
power-traces.c
preemptirq_delay_test.c
ring_buffer_benchmark.c
ring_buffer.c ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS 2019-05-28 09:36:19 -04:00
rpm-traces.c
trace_benchmark.c
trace_benchmark.h
trace_branch.c
trace_clock.c
trace_dynevent.c tracing/dynevent: Pass extra arguments to match operation 2019-08-31 12:19:38 -04:00
trace_dynevent.h tracing/dynevent: Pass extra arguments to match operation 2019-08-31 12:19:38 -04:00
trace_entries.h
trace_event_perf.c tracing: Pass type into tracing_generic_entry_update() 2019-07-16 15:14:48 -04:00
trace_events_filter_test.h
trace_events_filter.c The main changes in this release include: 2019-07-18 11:51:00 -07:00
trace_events_hist.c tracing/dynevent: Pass extra arguments to match operation 2019-08-31 12:19:38 -04:00
trace_events_trigger.c
trace_events.c tracing: Make exported ftrace_set_clr_event non-static 2019-08-31 06:51:49 -04:00
trace_export.c
trace_functions_graph.c fgraph: Remove redundant ftrace_graph_notrace_addr() test 2019-07-30 21:50:03 -04:00
trace_functions.c
trace_hwlat.c sched/core: Provide a pointer to the valid CPU mask 2019-06-03 11:49:37 +02:00
trace_irqsoff.c
trace_kdb.c
trace_kprobe_selftest.c
trace_kprobe_selftest.h
trace_kprobe.c tracing/kprobe: Add per-probe delete from event 2019-08-31 12:19:38 -04:00
trace_mmiotrace.c
trace_nop.c
trace_output.c Eiichi Tsukata found a small bug from the fixup of the stack code 2019-07-19 12:18:46 -07:00
trace_output.h
trace_preemptirq.c
trace_printk.c
trace_probe_tmpl.h tracing/probe: Support user-space dereference 2019-05-25 23:04:42 -04:00
trace_probe.c tracing/kprobe: Add per-probe delete from event 2019-08-31 12:19:38 -04:00
trace_probe.h tracing/kprobe: Add per-probe delete from event 2019-08-31 12:19:38 -04:00
trace_sched_switch.c
trace_sched_wakeup.c
trace_selftest_dynamic.c
trace_selftest.c
trace_seq.c
trace_stack.c
trace_stat.c
trace_stat.h
trace_syscalls.c
trace_uprobe.c tracing/uprobe: Add multi-probe per uprobe event support 2019-08-31 12:19:38 -04:00
trace.c tracing/uprobe: Add multi-probe per uprobe event support 2019-08-31 12:19:38 -04:00
trace.h
tracing_map.c
tracing_map.h