Home
last modified time | relevance | path

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

/tools/perf/tests/
A Dperf-time-to-tsc.c89 u64 test_time, comm1_time = 0, comm2_time = 0; in test__perf_time_to_tsc() local
182 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()
189 test_time, test_tsc); in test__perf_time_to_tsc()
193 if (test_time <= comm1_time || in test__perf_time_to_tsc()
194 test_time >= comm2_time) in test__perf_time_to_tsc()
/tools/testing/selftests/x86/
A Dtest_vsyscall.c175 static void test_time(void) in test_time() function
519 test_time(); in main()
/tools/testing/ktest/
A Dktest.pl226 my $test_time;
733 if ($test_time) {
735 show_time($test_time);
748 $test_time = 0;
2909 $test_time = $end_time - $start_time;
4466 $test_time = 0;

Completed in 8 milliseconds