Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/
Dbuiltin-stat.c637 int *time_to_sleep) in compute_tts() argument
639 int tts = *time_to_sleep; in compute_tts()
650 *time_to_sleep = tts; in compute_tts()
656 int time_to_sleep, sleep_time; in dispatch_events() local
666 time_to_sleep = sleep_time; in dispatch_events()
678 if (!(evlist__poll(evsel_list, time_to_sleep) > 0)) { /* poll timeout or EINTR */ in dispatch_events()
681 time_to_sleep = sleep_time; in dispatch_events()
685 compute_tts(&time_start, &time_stop, &time_to_sleep); in dispatch_events()