Home
last modified time | relevance | path

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

/linux/tools/power/cpupower/utils/idle_monitor/
H A Damd_fam14h_idle.c238 dbg_timediff = timespec_diff_us(start_time, dbg_time); in amd_fam14h_start()
258 dbg_timediff = timespec_diff_us(end_time, dbg_time); in amd_fam14h_stop()
261 timediff = timespec_diff_us(start_time, end_time); in amd_fam14h_stop()
H A Dmperf_monitor.c177 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()
H A Dcpupower-monitor.h69 extern long long timespec_diff_us(struct timespec start, struct timespec end);
H A Dcpupower-monitor.c53 long long timespec_diff_us(struct timespec start, struct timespec end) in timespec_diff_us() function
316 timediff = timespec_diff_us(start, end); in fork_it()
H A Dcpuidle_sysfs.c65 timediff = timespec_diff_us(start_time, end_time); in cpuidle_stop()