Searched refs:time_stop (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-stat.c | 599 static void compute_tts(struct timespec *time_start, struct timespec *time_stop, in compute_tts() argument 605 diff_timespec(&time_diff, time_stop, time_start); in compute_tts() 620 struct timespec time_start, time_stop; in dispatch_events() local 647 clock_gettime(CLOCK_MONOTONIC, &time_stop); in dispatch_events() 648 compute_tts(&time_start, &time_stop, &time_to_sleep); in dispatch_events()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-stat.c | 571 static void compute_tts(struct timespec *time_start, struct timespec *time_stop, in compute_tts() argument 577 diff_timespec(&time_diff, time_stop, time_start); in compute_tts() 592 struct timespec time_start, time_stop; in dispatch_events() local 619 clock_gettime(CLOCK_MONOTONIC, &time_stop); in dispatch_events() 620 compute_tts(&time_start, &time_stop, &time_to_sleep); in dispatch_events()
|
Completed in 8 milliseconds