Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/cpupower/utils/idle_monitor/
H A Damd_fam14h_idle.c89 struct timespec dbg_time; variable
237 clock_gettime(CLOCK_REALTIME, &dbg_time); in amd_fam14h_start()
238 dbg_timediff = timespec_diff_us(start_time, dbg_time); in amd_fam14h_start()
257 clock_gettime(CLOCK_REALTIME, &dbg_time); in amd_fam14h_stop()
258 dbg_timediff = timespec_diff_us(end_time, dbg_time); in amd_fam14h_stop()