Searched refs:synth_event_add_next_val (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/kernel/trace/ |
| 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()
|
| D | trace_events_synth.c | 1988 int synth_event_add_next_val(u64 val, in synth_event_add_next_val() function 1993 EXPORT_SYMBOL_GPL(synth_event_add_next_val);
|
| /Linux-v6.1/Documentation/trace/ |
| D | events.rst | 708 synth_event_add_next_val() or synth_event_add_val() to add the values 837 synth_event_add_next_val() should be used. Each call is passed the 846 ret = synth_event_add_next_val(777, &trace_state); 849 ret = synth_event_add_next_val((u64)"slinky", &trace_state); 852 ret = synth_event_add_next_val(1000000, &trace_state); 855 ret = synth_event_add_next_val(1000, &trace_state); 858 ret = synth_event_add_next_val(smp_processor_id(), &trace_state); 861 ret = synth_event_add_next_val((u64)"thneed_2.01", &trace_state); 864 ret = synth_event_add_next_val(395, &trace_state); 883 Note that synth_event_add_next_val() and synth_event_add_val() are
|
| /Linux-v6.1/include/linux/ |
| D | trace_events.h | 568 extern int synth_event_add_next_val(u64 val,
|