Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
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()
Dtrace_events_synth.c2061 int synth_event_add_next_val(u64 val, in synth_event_add_next_val() function
2066 EXPORT_SYMBOL_GPL(synth_event_add_next_val);
/Linux-v6.6/Documentation/trace/
Devents.rst734 synth_event_add_next_val() or synth_event_add_val() to add the values
863 synth_event_add_next_val() should be used. Each call is passed the
872 ret = synth_event_add_next_val(777, &trace_state);
875 ret = synth_event_add_next_val((u64)"slinky", &trace_state);
878 ret = synth_event_add_next_val(1000000, &trace_state);
881 ret = synth_event_add_next_val(1000, &trace_state);
884 ret = synth_event_add_next_val(smp_processor_id(), &trace_state);
887 ret = synth_event_add_next_val((u64)"thneed_2.01", &trace_state);
890 ret = synth_event_add_next_val(395, &trace_state);
909 Note that synth_event_add_next_val() and synth_event_add_val() are
/Linux-v6.6/include/linux/
Dtrace_events.h583 extern int synth_event_add_next_val(u64 val,