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

/linux-master/kernel/trace/
H A Dsynth_event_gen_test.c328 ret = synth_event_add_next_val(777, &trace_state);
333 ret = synth_event_add_next_val((u64)(long)"slinky", &trace_state);
338 ret = synth_event_add_next_val(1000000, &trace_state);
343 ret = synth_event_add_next_val(1000, &trace_state);
348 ret = synth_event_add_next_val(raw_smp_processor_id(), &trace_state);
353 ret = synth_event_add_next_val((u64)(long)"thneed_2.01", &trace_state);
358 ret = synth_event_add_next_val(395, &trace_state);
H A Dtrace_events_synth.c1903 * synth_event_add_next_val() or synth_event_add_val().
1915 * using either synth_event_add_next_val() or synth_event_add_val()
2035 * synth_event_add_next_val - Add the next field's value to an open synth trace
2052 * Note however that synth_event_add_next_val() and
2062 int synth_event_add_next_val(u64 val, function
2067 EXPORT_SYMBOL_GPL(synth_event_add_next_val); variable
2083 * expensive than synth_event_add_next_val(), so use that or the
2087 * Note however that synth_event_add_next_val() and
/linux-master/include/linux/
H A Dtrace_events.h590 extern int synth_event_add_next_val(u64 val,

Completed in 197 milliseconds