Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
Dsynth_event_gen_test.c38 static struct trace_event_file *empty_synth_test; variable
203 empty_synth_test = trace_get_event_file(NULL, "synthetic", in test_empty_synth_event()
205 if (IS_ERR(empty_synth_test)) { in test_empty_synth_event()
206 ret = PTR_ERR(empty_synth_test); in test_empty_synth_event()
211 ret = trace_array_set_clr_event(empty_synth_test->tr, in test_empty_synth_event()
214 trace_put_event_file(empty_synth_test); in test_empty_synth_event()
229 ret = synth_event_trace_array(empty_synth_test, vals, ARRAY_SIZE(vals)); in test_empty_synth_event()
468 WARN_ON(trace_array_set_clr_event(empty_synth_test->tr, in synth_event_gen_test_init()
471 trace_put_event_file(empty_synth_test); in synth_event_gen_test_init()
502 WARN_ON(trace_array_set_clr_event(empty_synth_test->tr, in synth_event_gen_test_exit()
[all …]