/Linux-v6.1/tools/perf/arch/x86/include/ |
D | arch-tests.h | 5 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-v6.1/tools/perf/tests/ |
D | builtin-test.c | 35 struct test_suite *__weak arch_tests[] = { 39 static struct test_suite *generic_tests[] = { 116 static struct test_suite **tests[] = { 121 static int num_subtests(const struct test_suite *t) in num_subtests() 135 static bool has_subtests(const struct test_suite *t) in has_subtests() 140 static const char *skip_reason(const struct test_suite *t, int subtest) in skip_reason() 148 static const char *test_description(const struct test_suite *t, int subtest) in test_description() 156 static test_fnptr test_function(const struct test_suite *t, int subtest) in test_function() 188 static int run_test(struct test_suite *test, int subtest) in run_test() 244 static int test_and_print(struct test_suite *t, int subtest) in test_and_print() [all …]
|
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 = {
|
D | clang.c | 7 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 = {
|
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 = { \
|
D | llvm.c | 153 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 = {
|
D | wp.c | 69 static int test__wp_ro(struct test_suite *test __maybe_unused, in test__wp_ro() 93 static int test__wp_wo(struct test_suite *test __maybe_unused, in test__wp_wo() 117 static int test__wp_rw(struct test_suite *test __maybe_unused, in test__wp_rw() 142 static int test__wp_modify(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__wp_modify() 204 struct test_suite suite__wp = {
|
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()
|
D | thread-map.c | 22 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()
|
D | mmap-basic.c | 30 static int test__basic_mmap(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__basic_mmap() 267 static int test__mmap_user_read_instr(struct test_suite *test __maybe_unused, in test__mmap_user_read_instr() 273 static int test__mmap_user_read_cycles(struct test_suite *test __maybe_unused, in test__mmap_user_read_cycles() 302 struct test_suite suite__basic_mmap = {
|
D | openat-syscall.c | 16 static int test__openat_syscall_event(struct test_suite *test __maybe_unused, in test__openat_syscall_event() 80 struct test_suite suite__openat_syscall_event = {
|
D | perf-time-to-tsc.c | 48 static int test__tsc_is_supported(struct test_suite *test __maybe_unused, in test__tsc_is_supported() 67 static int test__perf_time_to_tsc(struct test_suite *test __maybe_unused, int subtest __maybe_unuse… in test__perf_time_to_tsc() 215 struct test_suite suite__perf_time_to_tsc = {
|
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()
|
D | pe-file-parsing.c | 71 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()
|
D | bpf.c | 330 static int test__basic_bpf_test(struct test_suite *test __maybe_unused, in test__basic_bpf_test() 341 static int test__bpf_pinning(struct test_suite *test __maybe_unused, in test__bpf_pinning() 352 static int test__bpf_prologue_test(struct test_suite *test __maybe_unused, in test__bpf_prologue_test() 383 struct test_suite suite__bpf = {
|
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()
|
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 = {
|
/Linux-v6.1/tools/perf/util/c++/ |
D | clang-c.h | 15 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);
|
D | clang-test.cpp | 38 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-v6.1/lib/ |
D | slub_kunit.c | 145 static struct kunit_suite test_suite = { variable 150 kunit_test_suite(test_suite);
|
/Linux-v6.1/tools/perf/arch/powerpc/include/ |
D | arch-tests.h | 5 extern struct test_suite *arch_tests[];
|
/Linux-v6.1/tools/perf/arch/arm/include/ |
D | arch-tests.h | 5 extern struct test_suite *arch_tests[];
|
/Linux-v6.1/tools/perf/arch/arm64/include/ |
D | arch-tests.h | 5 extern struct test_suite *arch_tests[];
|
/Linux-v6.1/tools/perf/arch/arm64/tests/ |
D | arch-tests.c | 6 struct test_suite *arch_tests[] = {
|
/Linux-v6.1/tools/perf/arch/powerpc/tests/ |
D | arch-tests.c | 7 struct test_suite *arch_tests[] = {
|