Searched refs:synth_event_add_next_val (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/trace/ |
H A D | synth_event_gen_test.c | 328 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 D | trace_events_synth.c | 2055 int synth_event_add_next_val(u64 val, in synth_event_add_next_val() function 2060 EXPORT_SYMBOL_GPL(synth_event_add_next_val);
|
/linux/Documentation/trace/ |
H A D | events.rst | 758 synth_event_add_next_val() or synth_event_add_val() to add the values 887 synth_event_add_next_val() should be used. Each call is passed the 896 ret = synth_event_add_next_val(777, &trace_state); 899 ret = synth_event_add_next_val((u64)"slinky", &trace_state); 902 ret = synth_event_add_next_val(1000000, &trace_state); 905 ret = synth_event_add_next_val(1000, &trace_state); 908 ret = synth_event_add_next_val(smp_processor_id(), &trace_state); 911 ret = synth_event_add_next_val((u64)"thneed_2.01", &trace_state); 914 ret = synth_event_add_next_val(395, &trace_state); 933 Note that synth_event_add_next_val() and synth_event_add_val() are
|
/linux/include/linux/ |
H A D | trace_events.h | 578 extern int synth_event_add_next_val(u64 val,
|