Searched refs:synth_event_add_next_val (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/kernel/trace/ |
| D | synth_event_gen_test.c | 332 ret = synth_event_add_next_val(777, &trace_state); in test_add_next_synth_val() 337 ret = synth_event_add_next_val((u64)(long)"slinky", &trace_state); in test_add_next_synth_val() 342 ret = synth_event_add_next_val(1000000, &trace_state); in test_add_next_synth_val() 347 ret = synth_event_add_next_val(1000, &trace_state); in test_add_next_synth_val() 352 ret = synth_event_add_next_val(raw_smp_processor_id(), &trace_state); in test_add_next_synth_val() 357 ret = synth_event_add_next_val((u64)(long)"thneed_2.01", &trace_state); in test_add_next_synth_val() 362 ret = synth_event_add_next_val(395, &trace_state); in test_add_next_synth_val()
|
| D | trace_events_synth.c | 1869 int synth_event_add_next_val(u64 val, in synth_event_add_next_val() function 1874 EXPORT_SYMBOL_GPL(synth_event_add_next_val);
|
| /Linux-v5.10/Documentation/trace/ |
| D | events.rst | 689 synth_event_add_next_val() or synth_event_add_val() to add the values 818 synth_event_add_next_val() should be used. Each call is passed the 827 ret = synth_event_add_next_val(777, &trace_state); 830 ret = synth_event_add_next_val((u64)"slinky", &trace_state); 833 ret = synth_event_add_next_val(1000000, &trace_state); 836 ret = synth_event_add_next_val(1000, &trace_state); 839 ret = synth_event_add_next_val(smp_processor_id(), &trace_state); 842 ret = synth_event_add_next_val((u64)"thneed_2.01", &trace_state); 845 ret = synth_event_add_next_val(395, &trace_state); 864 Note that synth_event_add_next_val() and synth_event_add_val() are
|
| /Linux-v5.10/include/linux/ |
| D | trace_events.h | 456 extern int synth_event_add_next_val(u64 val,
|