Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/intel_pstate/
H A Daperf.c26 long long tsc, old_tsc, new_tsc; in main() local
66 pread(fd, &old_tsc, sizeof(old_tsc), 0x10); in main()
82 tsc = new_tsc-old_tsc; in main()