Searched refs:time_to_sleep (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-stat.c | 600 int *time_to_sleep) in compute_tts() 602 int tts = *time_to_sleep; in compute_tts() 613 *time_to_sleep = tts; in compute_tts() 619 int time_to_sleep, sleep_time; in dispatch_events() local 629 time_to_sleep = sleep_time; in dispatch_events() 641 if (!(evlist__poll(evsel_list, time_to_sleep) > 0)) { /* poll timeout or EINTR */ in dispatch_events() 644 time_to_sleep = sleep_time; in dispatch_events() 648 compute_tts(&time_start, &time_stop, &time_to_sleep); in dispatch_events() 599 compute_tts(struct timespec *time_start, struct timespec *time_stop, int *time_to_sleep) compute_tts() argument
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-stat.c | 572 int *time_to_sleep) in compute_tts() 574 int tts = *time_to_sleep; in compute_tts() 585 *time_to_sleep = tts; in compute_tts() 591 int time_to_sleep, sleep_time; in dispatch_events() local 601 time_to_sleep = sleep_time; in dispatch_events() 613 if (!(evlist__poll(evsel_list, time_to_sleep) > 0)) { /* poll timeout or EINTR */ in dispatch_events() 616 time_to_sleep = sleep_time; in dispatch_events() 620 compute_tts(&time_start, &time_stop, &time_to_sleep); in dispatch_events() 571 compute_tts(struct timespec *time_start, struct timespec *time_stop, int *time_to_sleep) compute_tts() argument
|
Completed in 7 milliseconds