/openbmc/linux/tools/perf/arch/x86/include/ |
H A D | arch-tests.h | 5 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_tests[];
|
/openbmc/linux/tools/perf/tests/ |
H A D | builtin-test.c | 42 extern struct test_suite *arch_tests[]; 44 static struct test_suite *arch_tests[] = { 49 static struct test_suite *generic_tests[] = { 130 static struct test_suite **tests[] = { 144 static int num_subtests(const struct test_suite *t) in num_subtests() 158 static bool has_subtests(const struct test_suite *t) in has_subtests() 163 static const char *skip_reason(const struct test_suite *t, int subtest) in skip_reason() 171 static const char *test_description(const struct test_suite *t, int subtest) in test_description() 179 static test_fnptr test_function(const struct test_suite *t, int subtest) in test_function() 211 static int run_test(struct test_suite *test, int subtest) in run_test() [all …]
|
H A D | pfm.c | 26 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 = {
|
H A D | wp.c | 71 static int test__wp_ro(struct test_suite *test __maybe_unused, in test__wp_ro() 95 static int test__wp_wo(struct test_suite *test __maybe_unused, in test__wp_wo() 119 static int test__wp_rw(struct test_suite *test __maybe_unused, in test__wp_rw() 144 static int test__wp_modify(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__wp_modify() 206 struct test_suite suite__wp = {
|
H A D | tests.h | 30 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 = { \
|
H A D | cpumap.c | 103 static int test__cpu_map_synthesize(struct test_suite *test __maybe_unused, int subtest __maybe_unu… in test__cpu_map_synthesize() 147 static int test__cpu_map_print(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_print() 159 static int test__cpu_map_merge(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_merge() 190 static int test__cpu_map_intersect(struct test_suite *test __maybe_unused, in test__cpu_map_intersect() 214 static int test__cpu_map_equal(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_equal() 259 struct test_suite suite__cpu_map = {
|
H A D | stat.c | 50 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() 108 static int test__synthesize_stat_round(struct test_suite *test __maybe_unused, int subtest __maybe_… in test__synthesize_stat_round()
|
H A D | thread-map.c | 23 static int test__thread_map(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__thread_map() 90 static int test__thread_map_synthesize(struct test_suite *test __maybe_unused, int subtest __maybe_… in test__thread_map_synthesize() 110 static int test__thread_map_remove(struct test_suite *test __maybe_unused, int subtest __maybe_unus… in test__thread_map_remove()
|
H A D | mmap-basic.c | 32 static int test__basic_mmap(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__basic_mmap() 269 static int test__mmap_user_read_instr(struct test_suite *test __maybe_unused, in test__mmap_user_read_instr() 275 static int test__mmap_user_read_cycles(struct test_suite *test __maybe_unused, in test__mmap_user_read_cycles() 306 struct test_suite suite__basic_mmap = {
|
H A D | openat-syscall.c | 17 static int test__openat_syscall_event(struct test_suite *test __maybe_unused, in test__openat_syscall_event() 81 struct test_suite suite__openat_syscall_event = {
|
H A D | perf-time-to-tsc.c | 49 static int test__tsc_is_supported(struct test_suite *test __maybe_unused, in test__tsc_is_supported() 68 static int test__perf_time_to_tsc(struct test_suite *test __maybe_unused, int subtest __maybe_unuse… in test__perf_time_to_tsc() 216 struct test_suite suite__perf_time_to_tsc = {
|
H A D | pe-file-parsing.c | 72 static int test__pe_file_parsing(struct test_suite *test __maybe_unused, in test__pe_file_parsing() 93 static int test__pe_file_parsing(struct test_suite *test __maybe_unused, in test__pe_file_parsing()
|
H A D | sdt.c | 79 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()
|
H A D | openat-syscall-all-cpus.c | 22 static int test__openat_syscall_event_on_all_cpus(struct test_suite *test __maybe_unused, in test__openat_syscall_event_on_all_cpus() 135 struct test_suite suite__openat_syscall_event_on_all_cpus = {
|
H A D | pmu-events.c | 470 static int test__pmu_event_table(struct test_suite *test __maybe_unused, in test__pmu_event_table() 707 static int test__aliases(struct test_suite *test __maybe_unused, in test__aliases() 899 static int test__parsing(struct test_suite *test __maybe_unused, in test__parsing() 997 static int test__parsing_fake(struct test_suite *test __maybe_unused, in test__parsing_fake() 1024 static int test__parsing_threshold(struct test_suite *test __maybe_unused, in test__parsing_threshold() 1046 struct test_suite suite__pmu_events = {
|
H A D | dso-data.c | 116 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/magic-enum/magic-enum/ |
H A D | run-ptest | 10 for test_suite in tests/test_* 12 if "./$test_suite" 14 echo "PASS: $test_suite" 16 echo "FAIL: $test_suite"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/memtool/memtool/ |
H A D | run-ptest | 10 for test_suite in tests/test_* 12 if "./$test_suite" 14 echo "PASS: $test_suite" 16 echo "FAIL: $test_suite"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pegtl/pegtl/ |
H A D | run-ptest | 6 for test_suite in src/test/pegtl/pegtl-test-* 8 if "./$test_suite" 10 echo "PASS: $test_suite" 12 echo "FAIL: $test_suite"
|
/openbmc/linux/tools/perf/arch/arm64/include/ |
H A D | arch-tests.h | 5 struct test_suite; 7 int test__cpuid_match(struct test_suite *test, int subtest); 8 extern struct test_suite *arch_tests[];
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | arch-tests.c | 17 struct test_suite suite__intel_pt = { 33 struct test_suite suite__hybrid = { 38 struct test_suite *arch_tests[] = {
|
/openbmc/linux/lib/ |
H A D | slub_kunit.c | 183 static struct kunit_suite test_suite = { variable 188 kunit_test_suite(test_suite);
|
/openbmc/linux/tools/perf/arch/arm/include/ |
H A D | arch-tests.h | 5 extern struct test_suite *arch_tests[];
|
/openbmc/linux/tools/perf/arch/powerpc/include/ |
H A D | arch-tests.h | 5 extern struct test_suite *arch_tests[];
|
/openbmc/linux/tools/perf/arch/powerpc/tests/ |
H A D | arch-tests.c | 7 struct test_suite *arch_tests[] = {
|