Home
last modified time | relevance | path

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

/tools/power/cpupower/utils/idle_monitor/
Dmperf_monitor.c36 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/
Dmptcp_connect.sh6 time_start=$(date +%s)
693 time_run=$((time_end-time_start))
/tools/perf/
Dbuiltin-stat.c599 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()