Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dsynth_event_gen_test.c328 ret = synth_event_add_next_val(777, &trace_state); in test_add_next_synth_val()
333 ret = synth_event_add_next_val((u64)(long)"slinky", &trace_state); in test_add_next_synth_val()
338 ret = synth_event_add_next_val(1000000, &trace_state); in test_add_next_synth_val()
343 ret = synth_event_add_next_val(1000, &trace_state); in test_add_next_synth_val()
348 ret = synth_event_add_next_val(raw_smp_processor_id(), &trace_state); in test_add_next_synth_val()
353 ret = synth_event_add_next_val((u64)(long)"thneed_2.01", &trace_state); in test_add_next_synth_val()
358 ret = synth_event_add_next_val(395, &trace_state); in test_add_next_synth_val()
H A Dtrace_events_synth.c2089 int synth_event_add_next_val(u64 val, in synth_event_add_next_val() function
2094 EXPORT_SYMBOL_GPL(synth_event_add_next_val);
/linux/include/linux/
H A Dtrace_events.h578 extern int synth_event_add_next_val(u64 val,