Searched refs:tv_odd (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 576 struct timeval tv_even, tv_odd, tv_delta; variable 3579 gettimeofday(&tv_odd, (struct timezone *)NULL); in turbostat_loop() 3580 timersub(&tv_odd, &tv_even, &tv_delta); in turbostat_loop() 3603 timersub(&tv_even, &tv_odd, &tv_delta); in turbostat_loop() 6203 gettimeofday(&tv_odd, (struct timezone *)NULL); in fork_it() 6204 timersub(&tv_odd, &tv_even, &tv_delta); in fork_it()
|