Home
last modified time | relevance | path

Searched refs:test_suite (Results 1 – 25 of 86) sorted by relevance

1234

/linux/tools/perf/arch/x86/include/
A Darch-tests.h5 struct test_suite;
8 int test__rdpmc(struct test_suite *test, int subtest);
9 int test__insn_x86(struct test_suite *test, int subtest);
10 int test__intel_pt_pkt_decoder(struct test_suite *test, int subtest);
11 int test__bp_modify(struct test_suite *test, int subtest);
12 int test__x86_sample_parsing(struct test_suite *test, int subtest);
14 extern struct test_suite *arch_tests[];
/linux/tools/perf/tests/
A Dbuiltin-test.c33 struct test_suite *__weak arch_tests[] = {
37 static struct test_suite *generic_tests[] = {
113 static struct test_suite **tests[] = {
118 static int num_subtests(const struct test_suite *t) in num_subtests()
132 static bool has_subtests(const struct test_suite *t) in has_subtests()
413 struct test_suite test_suite = { in run_shell_tests() local
423 pr_info("%2d: %-*s:", i, width, test_suite.desc); in run_shell_tests()
430 test_and_print(&test_suite, 0); in run_shell_tests()
441 struct test_suite *t; in __cmd_test()
541 struct test_suite t = { in perf_test__list_shell()
[all …]
A Dpfm.c26 static int test__pfm_events(struct test_suite *test __maybe_unused, in test__pfm_events()
87 static int test__pfm_group(struct test_suite *test __maybe_unused, in test__pfm_group()
172 static int test__pfm_events(struct test_suite *test __maybe_unused, in test__pfm_events()
178 static int test__pfm_group(struct test_suite *test __maybe_unused, in test__pfm_group()
191 struct test_suite suite__pfm = {
A Dclang.c7 static int test__clang_to_IR(struct test_suite *test __maybe_unused, in test__clang_to_IR()
13 static int test__clang_to_obj(struct test_suite *test __maybe_unused, in test__clang_to_obj()
29 struct test_suite suite__clang = {
A Dllvm.c153 static int test__llvm__bpf_base_prog(struct test_suite *test __maybe_unused, in test__llvm__bpf_base_prog()
164 static int test__llvm__bpf_test_kbuild_prog(struct test_suite *test __maybe_unused, in test__llvm__bpf_test_kbuild_prog()
175 static int test__llvm__bpf_test_prologue_prog(struct test_suite *test __maybe_unused, in test__llvm__bpf_test_prologue_prog()
186 static int test__llvm__bpf_test_relocation(struct test_suite *test __maybe_unused, in test__llvm__bpf_test_relocation()
216 struct test_suite suite__llvm = {
A Dwp.c67 static int test__wp_ro(struct test_suite *test __maybe_unused, in test__wp_ro()
91 static int test__wp_wo(struct test_suite *test __maybe_unused, in test__wp_wo()
115 static int test__wp_rw(struct test_suite *test __maybe_unused, in test__wp_rw()
140 static int test__wp_modify(struct test_suite *test __maybe_unused, in test__wp_modify()
198 struct test_suite suite__wp = {
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; argument
70 struct test_suite suite__##_name = { \
A Dstat.c50 static int test__synthesize_stat_config(struct test_suite *test __maybe_unused, in test__synthesize_stat_config()
81 static int test__synthesize_stat(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__synthesize_stat()
107 static int test__synthesize_stat_round(struct test_suite *test __maybe_unused, int subtest __maybe_… in test__synthesize_stat_round()
A Dthread-map.c22 static int test__thread_map(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__thread_map()
89 static int test__thread_map_synthesize(struct test_suite *test __maybe_unused, int subtest __maybe_… in test__thread_map_synthesize()
109 static int test__thread_map_remove(struct test_suite *test __maybe_unused, int subtest __maybe_unus… in test__thread_map_remove()
A Dcpumap.c78 static int test__cpu_map_synthesize(struct test_suite *test __maybe_unused, int subtest __maybe_unu… in test__cpu_map_synthesize()
114 static int test__cpu_map_print(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_print()
126 static int test__cpu_map_merge(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_merge()
A Dbpf.c332 static int test__basic_bpf_test(struct test_suite *test __maybe_unused, in test__basic_bpf_test()
343 static int test__bpf_pinning(struct test_suite *test __maybe_unused, in test__bpf_pinning()
354 static int test__bpf_prologue_test(struct test_suite *test __maybe_unused, in test__bpf_prologue_test()
383 struct test_suite suite__bpf = {
A Dpe-file-parsing.c71 static int test__pe_file_parsing(struct test_suite *test __maybe_unused, in test__pe_file_parsing()
92 static int test__pe_file_parsing(struct test_suite *test __maybe_unused, in test__pe_file_parsing()
A Dsdt.c79 static int test__sdt_event(struct test_suite *test __maybe_unused, int subtests __maybe_unused) in test__sdt_event()
117 static int test__sdt_event(struct test_suite *test __maybe_unused, int subtests __maybe_unused) in test__sdt_event()
A Ddso-data.c116 static int test__dso_data(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__dso_data()
251 static int test__dso_data_cache(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__dso_data_cache()
321 static int test__dso_data_reopen(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__dso_data_reopen()
A Dfdarray.c31 static int test__fdarray__filter(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__fdarray__filter()
92 static int test__fdarray__add(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__fdarray__add()
/linux/tools/perf/util/c++/
A Dclang-c.h15 struct test_suite;
16 extern int test__clang_to_IR(struct test_suite *test, int subtest);
17 extern int test__clang_to_obj(struct test_suite *test, int subtest);
A Dclang-test.cpp38 int test__clang_to_IR(struct test_suite *test __maybe_unused, in test__clang_to_IR()
52 int test__clang_to_obj(struct test_suite *test __maybe_unused, in test__clang_to_obj()
/linux/lib/
A Dslub_kunit.c145 static struct kunit_suite test_suite = { variable
150 kunit_test_suite(test_suite);
/linux/tools/perf/arch/arm64/include/
A Darch-tests.h5 extern struct test_suite *arch_tests[];
/linux/tools/perf/arch/arm/include/
A Darch-tests.h5 extern struct test_suite *arch_tests[];
/linux/tools/perf/arch/powerpc/include/
A Darch-tests.h5 extern struct test_suite *arch_tests[];
/linux/tools/perf/arch/powerpc/tests/
A Darch-tests.c7 struct test_suite *arch_tests[] = {
/linux/tools/perf/arch/arm64/tests/
A Darch-tests.c6 struct test_suite *arch_tests[] = {
/linux/tools/perf/arch/arm/tests/
A Darch-tests.c6 struct test_suite *arch_tests[] = {
A Dvectors-page.c12 static int test__vectors_page(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__vectors_page()

Completed in 33 milliseconds

1234