Home
last modified time | relevance | path

Searched refs:empty_synth_test (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dsynth_event_gen_test.c38 static struct trace_event_file *empty_synth_test; variable
201 empty_synth_test = trace_get_event_file(NULL, "synthetic", in test_empty_synth_event()
203 if (IS_ERR(empty_synth_test)) { in test_empty_synth_event()
204 ret = PTR_ERR(empty_synth_test); in test_empty_synth_event()
209 ret = trace_array_set_clr_event(empty_synth_test->tr, in test_empty_synth_event()
212 trace_put_event_file(empty_synth_test); in test_empty_synth_event()
464 WARN_ON(trace_array_set_clr_event(empty_synth_test->tr, in synth_event_gen_test_init()
467 trace_put_event_file(empty_synth_test); in synth_event_gen_test_init()
485 trace_array_set_clr_event(empty_synth_test->tr, in synth_event_gen_test_init()
509 WARN_ON(trace_array_set_clr_event(empty_synth_test->tr, in synth_event_gen_test_exit()
[all …]