Home
last modified time | relevance | path

Searched defs:tsc_start (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
H A Dvmx_nested_tsc_scaling_test.c57 uint64_t tsc_start, tsc_end, tsc_freq; in check_tsc_freq() local
146 uint64_t tsc_start, tsc_end; in main() local
H A Dxapic_ipi_test.c134 uint64_t tsc_start; in sender_guest_code() local
/aosp_15_r20/external/ltp/testcases/realtime/func/measurement/
H A Drdtsc-latency.c88 unsigned long long tsc_start, tsc_end; in tsc_period_ps() local
/aosp_15_r20/external/ltp/testcases/realtime/func/async_handler/
H A Dasync_handler_tsc.c100 unsigned long long tsc_start, tsc_end; in tsc_period_ps() local
/aosp_15_r20/external/ltp/testcases/realtime/lib/
H A Dlibrttest.c508 unsigned long long tsc_minus(unsigned long long tsc_start, in tsc_minus()