Searched refs:create_synth_test (Results 1 – 1 of 1) sorted by relevance
37 static struct trace_event_file *create_synth_test; variable273 create_synth_test = trace_get_event_file(NULL, "synthetic", in test_create_synth_event()275 if (IS_ERR(create_synth_test)) { in test_create_synth_event()276 ret = PTR_ERR(create_synth_test); in test_create_synth_event()281 ret = trace_array_set_clr_event(create_synth_test->tr, in test_create_synth_event()284 trace_put_event_file(create_synth_test); in test_create_synth_event()301 ret = synth_event_trace_array(create_synth_test, vals, ARRAY_SIZE(vals)); in test_create_synth_event()425 ret = synth_event_trace(create_synth_test, 9, /* number of values */ in test_trace_synth_event()488 trace_array_set_clr_event(create_synth_test->tr, in synth_event_gen_test_init()520 WARN_ON(trace_array_set_clr_event(create_synth_test->tr, in synth_event_gen_test_exit()[all …]