Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-stat.c557 int *time_to_sleep) in compute_tts() argument
559 int tts = *time_to_sleep; in compute_tts()
570 *time_to_sleep = tts; in compute_tts()
576 int time_to_sleep, sleep_time; in dispatch_events() local
586 time_to_sleep = sleep_time; in dispatch_events()
598 if (!(evlist__poll(evsel_list, time_to_sleep) > 0)) { /* poll timeout or EINTR */ in dispatch_events()
601 time_to_sleep = sleep_time; in dispatch_events()
605 compute_tts(&time_start, &time_stop, &time_to_sleep); in dispatch_events()