Searched refs:time_start (Results 1 – 3 of 3) sorted by relevance
/tools/power/cpupower/utils/idle_monitor/ |
D | mperf_monitor.c | 36 static struct timespec time_start, time_end; variable 177 timediff = max_frequency * timespec_diff_us(time_start, time_end); in mperf_get_count_percent() 210 time_diff = timespec_diff_us(time_start, time_end); in mperf_get_count_freq() 229 clock_gettime(CLOCK_REALTIME, &time_start); in mperf_start()
|
/tools/testing/selftests/net/mptcp/ |
D | mptcp_connect.sh | 6 time_start=$(date +%s) 693 time_run=$((time_end-time_start))
|
/tools/perf/ |
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 640 clock_gettime(CLOCK_MONOTONIC, &time_start); in dispatch_events() 648 compute_tts(&time_start, &time_stop, &time_to_sleep); in dispatch_events()
|