Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dtsc.c667 u64 tsc1, tsc2, delta, ref1, ref2; in native_calibrate_tsc() local
725 tsc1 = tsc_read_refs(&ref1, hpet); in native_calibrate_tsc()
738 if (tsc1 == ULLONG_MAX || tsc2 == ULLONG_MAX) in native_calibrate_tsc()
741 tsc2 = (tsc2 - tsc1) * 1000000LL; in native_calibrate_tsc()
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c2205 static int intel_pt_tsc_cmp(uint64_t tsc1, uint64_t tsc2) in intel_pt_tsc_cmp() argument
2209 if (tsc1 == tsc2) in intel_pt_tsc_cmp()
2212 if (tsc1 < tsc2) { in intel_pt_tsc_cmp()
2213 if (tsc2 - tsc1 < halfway) in intel_pt_tsc_cmp()
2218 if (tsc1 - tsc2 < halfway) in intel_pt_tsc_cmp()