Linux Perf
arch-tests.c File Reference
#include <string.h>
#include "tests/tests.h"
#include "arch-tests.h"
Include dependency graph for arch-tests.c:

Go to the source code of this file.

Variables

struct test arch_tests []
 

Variable Documentation

◆ arch_tests

struct test arch_tests[]
Initial value:
= {
{
.desc = "x86 rdpmc",
.func = test__rdpmc,
},
{
.desc = "Convert perf time to TSC",
},
{
.func = NULL,
},
}
int test__rdpmc(struct test *test __maybe_unused, int subtest)
Definition: rdpmc.c:158
int test__perf_time_to_tsc(struct test *test __maybe_unused, int subtest)

Definition at line 6 of file arch-tests.c.