File tree Expand file tree Collapse file tree 5 files changed +1016
-871
lines changed Expand file tree Collapse file tree 5 files changed +1016
-871
lines changed Original file line number Diff line number Diff line change @@ -373,6 +373,7 @@ config KPROBE_EVENT
373
373
depends on HAVE_REGS_AND_STACK_ACCESS_API
374
374
bool "Enable kprobes-based dynamic events"
375
375
select TRACING
376
+ select PROBE_EVENTS
376
377
default y
377
378
help
378
379
This allows the user to add tracing events (similar to tracepoints)
@@ -385,6 +386,9 @@ config KPROBE_EVENT
385
386
This option is also required by perf-probe subcommand of perf tools.
386
387
If you want to use perf tools, this option is strongly recommended.
387
388
389
+ config PROBE_EVENTS
390
+ def_bool n
391
+
388
392
config DYNAMIC_FTRACE
389
393
bool "enable/disable ftrace tracepoints dynamically"
390
394
depends on FUNCTION_TRACER
Original file line number Diff line number Diff line change 61
61
ifeq ($(CONFIG_TRACING ) ,y)
62
62
obj-$(CONFIG_KGDB_KDB) += trace_kdb.o
63
63
endif
64
+ obj-$(CONFIG_PROBE_EVENTS) += trace_probe.o
64
65
65
66
libftrace-y := ftrace.o
You can’t perform that action at this time.
0 commit comments