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

/linux-master/kernel/trace/
H A Dsynth_event_gen_test.c104 ret = trace_array_set_clr_event(gen_synth_test->tr,
209 ret = trace_array_set_clr_event(empty_synth_test->tr,
281 ret = trace_array_set_clr_event(create_synth_test->tr,
448 WARN_ON(trace_array_set_clr_event(gen_synth_test->tr,
458 WARN_ON(trace_array_set_clr_event(gen_synth_test->tr,
464 WARN_ON(trace_array_set_clr_event(empty_synth_test->tr,
482 trace_array_set_clr_event(gen_synth_test->tr,
485 trace_array_set_clr_event(empty_synth_test->tr,
488 trace_array_set_clr_event(create_synth_test->tr,
498 WARN_ON(trace_array_set_clr_event(gen_synth_tes
[all...]
H A Dkprobe_event_gen_test.c136 ret = trace_array_set_clr_event(gen_kprobe_test->tr,
201 ret = trace_array_set_clr_event(gen_kretprobe_test->tr,
229 WARN_ON(trace_array_set_clr_event(gen_kretprobe_test->tr,
244 WARN_ON(trace_array_set_clr_event(gen_kprobe_test->tr,
258 WARN_ON(trace_array_set_clr_event(gen_kretprobe_test->tr,
H A Dtrace_boot.c546 trace_array_set_clr_event(tr, data, NULL, true);
551 trace_array_set_clr_event(tr, NULL, NULL, true);
H A Dtrace_events.c1151 * trace_array_set_clr_event - enable or disable an event for a trace array.
1163 int trace_array_set_clr_event(struct trace_array *tr, const char *system, function
1174 EXPORT_SYMBOL_GPL(trace_array_set_clr_event); variable
/linux-master/samples/ftrace/
H A Dsample-trace-array.c29 trace_array_set_clr_event(tr, "sample-subsystem", "sample_event",
72 trace_array_set_clr_event(tr, "sample-subsystem", "sample_event", true);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_dbg.h428 trace_array_set_clr_event(_tr, "qla", NULL, true)
/linux-master/include/linux/
H A Dtrace_events.h854 int trace_array_set_clr_event(struct trace_array *tr, const char *system,

Completed in 160 milliseconds