#include <string.h>
#include "tests/tests.h"
#include "arch-tests.h"
Go to the source code of this file.
◆ arch_tests
Initial value:= {
{
.desc = "x86 rdpmc",
},
{
.desc = "Convert perf time to TSC",
},
{
.func = NULL,
},
}
int test__rdpmc(struct test *test __maybe_unused, int subtest)
int test__perf_time_to_tsc(struct test *test __maybe_unused, int subtest)
Definition at line 6 of file arch-tests.c.