Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/trace/
Dsynth_event_gen_test.c104 ret = trace_array_set_clr_event(gen_synth_test->tr, in test_gen_synth_cmd()
209 ret = trace_array_set_clr_event(empty_synth_test->tr, in test_empty_synth_event()
281 ret = trace_array_set_clr_event(create_synth_test->tr, in test_create_synth_event()
448 WARN_ON(trace_array_set_clr_event(gen_synth_test->tr, in synth_event_gen_test_init()
458 WARN_ON(trace_array_set_clr_event(gen_synth_test->tr, in synth_event_gen_test_init()
464 WARN_ON(trace_array_set_clr_event(empty_synth_test->tr, in synth_event_gen_test_init()
482 trace_array_set_clr_event(gen_synth_test->tr, in synth_event_gen_test_init()
485 trace_array_set_clr_event(empty_synth_test->tr, in synth_event_gen_test_init()
488 trace_array_set_clr_event(create_synth_test->tr, in synth_event_gen_test_init()
498 WARN_ON(trace_array_set_clr_event(gen_synth_test->tr, in synth_event_gen_test_exit()
[all …]
Dkprobe_event_gen_test.c136 ret = trace_array_set_clr_event(gen_kprobe_test->tr, in test_gen_kprobe_cmd()
201 ret = trace_array_set_clr_event(gen_kretprobe_test->tr, in test_gen_kretprobe_cmd()
229 WARN_ON(trace_array_set_clr_event(gen_kretprobe_test->tr, in kprobe_event_gen_test_init()
244 WARN_ON(trace_array_set_clr_event(gen_kprobe_test->tr, in kprobe_event_gen_test_exit()
258 WARN_ON(trace_array_set_clr_event(gen_kretprobe_test->tr, in kprobe_event_gen_test_exit()
Dtrace_boot.c546 trace_array_set_clr_event(tr, data, NULL, true); in trace_boot_init_events()
551 trace_array_set_clr_event(tr, NULL, NULL, true); in trace_boot_init_events()
Dtrace_events.c1163 int trace_array_set_clr_event(struct trace_array *tr, const char *system, in trace_array_set_clr_event() function
1174 EXPORT_SYMBOL_GPL(trace_array_set_clr_event);
/linux-6.12.1/samples/ftrace/
Dsample-trace-array.c29 trace_array_set_clr_event(tr, "sample-subsystem", "sample_event", in trace_work_fn()
72 trace_array_set_clr_event(tr, "sample-subsystem", "sample_event", true); in simple_thread()
/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_dbg.h428 trace_array_set_clr_event(_tr, "qla", NULL, true)
/linux-6.12.1/Documentation/trace/
Devents.rst807 To enable a synthetic event from the kernel, trace_array_set_clr_event()
813 trace_array_set_clr_event(schedtest_event_file->tr,
818 trace_array_set_clr_event(schedtest_event_file->tr,
830 trace_array_set_clr_event(schedtest_event_file->tr,
990 ret = trace_array_set_clr_event(gen_kprobe_test->tr,
/linux-6.12.1/include/linux/
Dtrace_events.h858 int trace_array_set_clr_event(struct trace_array *tr, const char *system,