Searched refs:test_suite (Results 1 - 25 of 89) sorted by relevance

1234

/linux-master/tools/perf/arch/arm64/include/
H A Darch-tests.h5 struct test_suite;
7 int test__cpuid_match(struct test_suite *test, int subtest);
8 extern struct test_suite *arch_tests[];
/linux-master/tools/perf/arch/x86/include/
H A Darch-tests.h5 struct test_suite;
8 int test__rdpmc(struct test_suite *test, int subtest);
10 int test__insn_x86(struct test_suite *test, int subtest);
12 int test__intel_pt_pkt_decoder(struct test_suite *test, int subtest);
13 int test__intel_pt_hybrid_compat(struct test_suite *test, int subtest);
14 int test__bp_modify(struct test_suite *test, int subtest);
15 int test__x86_sample_parsing(struct test_suite *test, int subtest);
16 int test__amd_ibs_via_core_pmu(struct test_suite *test, int subtest);
17 int test__hybrid(struct test_suite *test, int subtest);
19 extern struct test_suite *arch_test
[all...]
/linux-master/tools/perf/arch/powerpc/include/
H A Darch-tests.h5 extern struct test_suite *arch_tests[];
/linux-master/tools/perf/arch/arm/include/
H A Darch-tests.h5 extern struct test_suite *arch_tests[];
/linux-master/tools/perf/tests/
H A Dtests-scripts.h7 struct test_suite **create_script_test_suites(void);
H A Dpython-use.c12 static int test__python_use(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dtests-scripts.c125 static int shell_test__run(struct test_suite *test, int subtest __maybe_unused)
142 struct test_suite ***result,
146 struct test_suite *test_suite, **result_tmp; local
168 test_suite = zalloc(sizeof(*test_suite));
169 if (!test_suite) {
174 test_suite->desc = desc;
175 test_suite->test_cases = tests;
176 test_suite
[all...]
H A Dpfm.c26 static int test__pfm_events(struct test_suite *test __maybe_unused,
87 static int test__pfm_group(struct test_suite *test __maybe_unused,
172 static int test__pfm_events(struct test_suite *test __maybe_unused,
178 static int test__pfm_group(struct test_suite *test __maybe_unused,
191 struct test_suite suite__pfm = {
H A Dunit_number__scnprintf.c10 static int test__unit_number__scnprint(struct test_suite *t __maybe_unused, int subtest __maybe_unused)
H A Ddemangle-java-test.c10 static int test__demangle_java(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dperf-hooks.c29 static int test__perf_hooks(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dis_printable_array.c8 static int test__is_printable_array(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dutil.c19 static int test__util(struct test_suite *t __maybe_unused, int subtest __maybe_unused)
H A Dbuiltin-test.c56 extern struct test_suite *arch_tests[];
58 static struct test_suite *arch_tests[] = {
63 static struct test_suite *generic_tests[] = {
142 static struct test_suite **tests[] = {
157 static int num_subtests(const struct test_suite *t)
171 static bool has_subtests(const struct test_suite *t)
176 static const char *skip_reason(const struct test_suite *t, int subtest)
184 static const char *test_description(const struct test_suite *t, int subtest)
192 static test_fnptr test_function(const struct test_suite *t, int subtest)
226 struct test_suite *tes
[all...]
H A Dopenat-syscall.c17 static int test__openat_syscall_event(struct test_suite *test __maybe_unused,
81 struct test_suite suite__openat_syscall_event = {
H A Dwp.c71 static int test__wp_ro(struct test_suite *test __maybe_unused,
95 static int test__wp_wo(struct test_suite *test __maybe_unused,
119 static int test__wp_rw(struct test_suite *test __maybe_unused,
144 static int test__wp_modify(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
206 struct test_suite suite__wp = {
H A Dtests.h30 struct test_suite;
32 typedef int (*test_fnptr)(struct test_suite *, int);
41 struct test_suite { struct
48 extern struct test_suite suite__##name;
70 struct test_suite suite__##_name = { \
H A Dstat.c50 static int test__synthesize_stat_config(struct test_suite *test __maybe_unused,
81 static int test__synthesize_stat(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
108 static int test__synthesize_stat_round(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Ddemangle-ocaml-test.c10 static int test__demangle_ocaml(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
/linux-master/tools/perf/arch/powerpc/tests/
H A Darch-tests.c7 struct test_suite *arch_tests[] = {
/linux-master/tools/perf/arch/arm/tests/
H A Darch-tests.c6 struct test_suite *arch_tests[] = {
H A Dvectors-page.c12 static int test__vectors_page(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
/linux-master/tools/perf/arch/arm64/tests/
H A Darch-tests.c9 struct test_suite *arch_tests[] = {
H A Dcpuid-match.c8 int test__cpuid_match(struct test_suite *test __maybe_unused,
/linux-master/tools/perf/arch/x86/tests/
H A Darch-tests.c17 struct test_suite suite__intel_pt = {
33 struct test_suite suite__hybrid = {
38 struct test_suite *arch_tests[] = {

Completed in 143 milliseconds

1234