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

/linux-master/kernel/trace/
H A Dsynth_event_gen_test.c28 * "create_synth_test", "empty_synth_test", and several instances of
38 static struct trace_event_file *empty_synth_test; variable in typeref:struct:trace_event_file
152 * Create the empty_synth_test synthetic event with no fields.
154 ret = synth_event_gen_cmd_start(&cmd, "empty_synth_test", THIS_MODULE);
195 * Now get the empty_synth_test event file. We need to
201 empty_synth_test = trace_get_event_file(NULL, "synthetic",
202 "empty_synth_test");
203 if (IS_ERR(empty_synth_test)) {
204 ret = PTR_ERR(empty_synth_test);
209 ret = trace_array_set_clr_event(empty_synth_test
[all...]

Completed in 112 milliseconds