Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
Dsynth_event_gen_test.c429 ret = synth_event_trace(create_synth_test, 9, /* number of values */ in test_trace_synth_event()
Dtrace_events_synth.c1521 int synth_event_trace(struct trace_event_file *file, unsigned int n_vals, ...) in synth_event_trace() function
1605 EXPORT_SYMBOL_GPL(synth_event_trace);
/Linux-v5.10/include/linux/
Dtrace_events.h450 extern int synth_event_trace(struct trace_event_file *file,
/Linux-v5.10/Documentation/trace/
Devents.rst684 option is to trace the event in one call, using synth_event_trace()
695 To trace a synthetic event all at once, the synth_event_trace() or
698 The synth_event_trace() function is passed the trace_event_file
708 ret = synth_event_trace(create_synth_test, 7, /* number of values */