| /tools/perf/arch/x86/include/ |
| A D | arch-tests.h | 7 struct test_suite; 10 int test__rdpmc(struct test_suite *test, int subtest); 12 int test__insn_x86(struct test_suite *test, int subtest); 14 int test__intel_pt_pkt_decoder(struct test_suite *test, int subtest); 15 int test__intel_pt_hybrid_compat(struct test_suite *test, int subtest); 16 int test__bp_modify(struct test_suite *test, int subtest); 17 int test__amd_ibs_via_core_pmu(struct test_suite *test, int subtest); 18 int test__amd_ibs_period(struct test_suite *test, int subtest); 19 int test__hybrid(struct test_suite *test, int subtest); 23 extern struct test_suite *arch_tests[];
|
| /tools/perf/tests/ |
| A D | tests-scripts.c | 171 struct test_suite ***result, in append_script() 175 struct test_suite *test_suite, **result_tmp; in append_script() local 202 test_suite = zalloc(sizeof(*test_suite)); in append_script() 203 if (!test_suite) { in append_script() 208 test_suite->desc = desc; in append_script() 209 test_suite->test_cases = tests; in append_script() 210 test_suite->priv = strdup_check(filename); in append_script() 217 free(test_suite); in append_script() 222 (*result)[*result_sz] = test_suite; in append_script() 227 struct test_suite ***result, in append_scripts_in_dir() [all …]
|
| A D | builtin-test.c | 60 extern struct test_suite *arch_tests[]; 62 static struct test_suite *arch_tests[] = { 67 static struct test_suite *generic_tests[] = { 295 struct test_suite *test; 392 struct test_suite *t; in finish_test() 564 for (struct test_suite **t = suites; *t; t++) { in __cmd_test() 729 static struct test_suite **build_suites(void) in build_suites() 735 static struct test_suite **suites[] = { in build_suites() 740 struct test_suite **result; in build_suites() 741 struct test_suite *t; in build_suites() [all …]
|
| 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 = {
|
| A D | subcmd-help.c | 6 static int test__load_cmdnames(struct test_suite *test __maybe_unused, in test__load_cmdnames() 23 static int test__uniq_cmdnames(struct test_suite *test __maybe_unused, in test__uniq_cmdnames() 46 static int test__exclude_cmdnames(struct test_suite *test __maybe_unused, in test__exclude_cmdnames() 105 struct test_suite suite__subcmd_help = {
|
| A D | tests.h | 31 struct test_suite; 33 typedef int (*test_fnptr)(struct test_suite *, int); 43 struct test_suite { struct 50 extern struct test_suite suite__##name; argument 89 struct test_suite suite__##_name = { \ 99 struct test_suite suite__##_name = { \
|
| A D | wp.c | 76 static int test__wp_ro(struct test_suite *test __maybe_unused, in test__wp_ro() 100 static int test__wp_wo(struct test_suite *test __maybe_unused, in test__wp_wo() 124 static int test__wp_rw(struct test_suite *test __maybe_unused, in test__wp_rw() 149 static int test__wp_modify(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__wp_modify() 211 struct test_suite suite__wp = {
|
| A D | tool_pmu.c | 74 static int test__tool_pmu_without_pmu(struct test_suite *test __maybe_unused, in test__tool_pmu_without_pmu() 88 static int test__tool_pmu_with_pmu(struct test_suite *test __maybe_unused, in test__tool_pmu_with_pmu() 108 struct test_suite suite__tool_pmu = {
|
| A D | stat.c | 50 static int test__synthesize_stat_config(struct test_suite *test __maybe_unused, in test__synthesize_stat_config() 83 static int test__synthesize_stat(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__synthesize_stat() 110 static int test__synthesize_stat_round(struct test_suite *test __maybe_unused, int subtest __maybe_… in test__synthesize_stat_round()
|
| A D | pmu.c | 158 static int test__pmu_format(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__pmu_format() 206 static int test__pmu_events(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__pmu_events() 299 static int test__pmu_event_names(struct test_suite *test __maybe_unused, in test__pmu_event_names() 412 static int test__name_len(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__name_len() 430 static int test__name_cmp(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__name_cmp() 460 static int test__pmu_match(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__pmu_match() 546 struct test_suite suite__pmu = {
|
| 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 = {
|
| 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() 183 static int test__cpu_map_merge(struct test_suite *test __maybe_unused, in test__cpu_map_merge() 223 static int test__cpu_map_intersect(struct test_suite *test __maybe_unused, in test__cpu_map_intersect() 247 static int test__cpu_map_equal(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_equal() 291 struct test_suite suite__cpu_map = {
|
| 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()
|
| A D | tests-scripts.h | 7 struct test_suite **create_script_test_suites(void);
|
| 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()
|
| A D | evsel-tp-sched.c | 35 static int test__perf_evsel__tp_sched_test(struct test_suite *test __maybe_unused, in test__perf_evsel__tp_sched_test() 99 struct test_suite suite__perf_evsel__tp_sched_test = {
|
| 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()
|
| A D | mmap-basic.c | 35 static int test__basic_mmap(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__basic_mmap() 375 static int test__mmap_user_read_instr(struct test_suite *test __maybe_unused, in test__mmap_user_read_instr() 381 static int test__mmap_user_read_cycles(struct test_suite *test __maybe_unused, in test__mmap_user_read_cycles() 387 static int test__mmap_user_read_instr_disabled(struct test_suite *test __maybe_unused, in test__mmap_user_read_instr_disabled() 393 static int test__mmap_user_read_cycles_disabled(struct test_suite *test __maybe_unused, in test__mmap_user_read_cycles_disabled() 442 struct test_suite suite__basic_mmap = {
|
| /tools/perf/arch/arm64/include/ |
| 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[];
|
| /tools/perf/arch/x86/tests/ |
| A D | arch-tests.c | 17 struct test_suite suite__intel_pt = { 33 struct test_suite suite__hybrid = { 38 struct test_suite *arch_tests[] = {
|
| /tools/perf/arch/arm/include/ |
| A D | arch-tests.h | 5 extern struct test_suite *arch_tests[];
|
| /tools/perf/arch/powerpc/include/ |
| A D | arch-tests.h | 5 extern struct test_suite *arch_tests[];
|
| /tools/perf/arch/powerpc/tests/ |
| A D | arch-tests.c | 7 struct test_suite *arch_tests[] = {
|
| /tools/perf/arch/arm/tests/ |
| A D | arch-tests.c | 6 struct test_suite *arch_tests[] = {
|
| /tools/perf/arch/arm64/tests/ |
| A D | arch-tests.c | 9 struct test_suite *arch_tests[] = {
|