Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dsynth_event_gen_test.c425 ret = synth_event_trace(create_synth_test, 9, /* number of values */ in test_trace_synth_event()
H A Dtrace_events_synth.c1714 int synth_event_trace(struct trace_event_file *file, unsigned int n_vals, ...) in synth_event_trace() function
1798 EXPORT_SYMBOL_GPL(synth_event_trace);
/openbmc/linux/Documentation/trace/
H A Devents.rst729 option is to trace the event in one call, using synth_event_trace()
740 To trace a synthetic event all at once, the synth_event_trace() or
743 The synth_event_trace() function is passed the trace_event_file
753 ret = synth_event_trace(create_synth_test, 7, /* number of values */
/openbmc/linux/include/linux/
H A Dtrace_events.h578 extern int synth_event_trace(struct trace_event_file *file,