Linux Perf
arch-tests.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef ARCH_TESTS_H
3 #define ARCH_TESTS_H
4 
5 #include <linux/compiler.h>
6 struct test;
7 
8 /* Tests */
9 int test__rdpmc(struct test *test __maybe_unused, int subtest);
10 int test__perf_time_to_tsc(struct test *test __maybe_unused, int subtest);
11 int test__insn_x86(struct test *test __maybe_unused, int subtest);
12 
13 #ifdef HAVE_DWARF_UNWIND_SUPPORT
14 struct thread;
15 struct perf_sample;
17  struct thread *thread);
18 #endif
19 
20 extern struct test arch_tests[];
21 
22 #endif
struct test::@31 subtest
int test__insn_x86(struct test *test __maybe_unused, int subtest)
Definition: insn-x86.c:175
int test__rdpmc(struct test *test __maybe_unused, int subtest)
Definition: rdpmc.c:158
Definition: thread.h:18
Definition: tests.h:30
int test__arch_unwind_sample(struct perf_sample *sample, struct thread *thread)
Definition: dwarf-unwind.c:44
int test__perf_time_to_tsc(struct test *test __maybe_unused, int subtest)
struct test arch_tests[]
Definition: arch-tests.c:6