File tree 3 files changed +537
-0
lines changed 3 files changed +537
-0
lines changed Original file line number Diff line number Diff line change @@ -774,6 +774,19 @@ config PREEMPTIRQ_DELAY_TEST
774
774
775
775
If unsure, say N
776
776
777
+ config SYNTH_EVENT_GEN_TEST
778
+ tristate "Test module for in-kernel synthetic event generation"
779
+ depends on HIST_TRIGGERS
780
+ help
781
+ This option creates a test module to check the base
782
+ functionality of in-kernel synthetic event definition and
783
+ generation.
784
+
785
+ To test, insert the module, and then check the trace buffer
786
+ for the generated sample events.
787
+
788
+ If unsure, say N.
789
+
777
790
config TRACE_EVAL_MAP_FILE
778
791
bool "Show eval mappings for trace events"
779
792
depends on TRACING
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ obj-$(CONFIG_TRACING) += trace_stat.o
44
44
obj-$(CONFIG_TRACING) += trace_printk.o
45
45
obj-$(CONFIG_TRACING_MAP) += tracing_map.o
46
46
obj-$(CONFIG_PREEMPTIRQ_DELAY_TEST) += preemptirq_delay_test.o
47
+ obj-$(CONFIG_SYNTH_EVENT_GEN_TEST) += synth_event_gen_test.o
47
48
obj-$(CONFIG_CONTEXT_SWITCH_TRACER) += trace_sched_switch.o
48
49
obj-$(CONFIG_FUNCTION_TRACER) += trace_functions.o
49
50
obj-$(CONFIG_PREEMPTIRQ_TRACEPOINTS) += trace_preemptirq.o
You can’t perform that action at this time.
0 commit comments