Home
last modified time | relevance | path

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

1234

/linux-6.12.1/tools/perf/arch/x86/include/
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_tests[];
/linux-6.12.1/tools/perf/tests/
Dtests-scripts.c154 static int shell_test__run(struct test_suite *test, int subtest __maybe_unused) in shell_test__run()
171 struct test_suite ***result, in append_script()
175 struct test_suite *test_suite, **result_tmp; in append_script() local
197 test_suite = zalloc(sizeof(*test_suite)); in append_script()
198 if (!test_suite) { in append_script()
203 test_suite->desc = desc; in append_script()
204 test_suite->test_cases = tests; in append_script()
205 test_suite->priv = strdup_check(filename); in append_script()
212 free(test_suite); in append_script()
217 (*result)[*result_sz] = test_suite; in append_script()
[all …]
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[] = {
158 static int num_subtests(const struct test_suite *t) in num_subtests()
172 static bool has_subtests(const struct test_suite *t) in has_subtests()
177 static const char *skip_reason(const struct test_suite *t, int subtest) in skip_reason()
185 static const char *test_description(const struct test_suite *t, int subtest) in test_description()
193 static test_fnptr test_function(const struct test_suite *t, int subtest) in test_function()
227 struct test_suite *test;
[all …]
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 = {
Dwp.c76 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 = {
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 = { \
Dcpumap.c103 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 = {
Dpmu.c158 static int test__pmu_format(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__pmu_format()
205 static int test__pmu_events(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__pmu_events()
298 static int test__pmu_event_names(struct test_suite *test __maybe_unused, in test__pmu_event_names()
411 static int test__name_len(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__name_len()
429 static int test__name_cmp(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__name_cmp()
459 static int test__pmu_match(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__pmu_match()
542 struct test_suite suite__pmu = {
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()
108 static int test__synthesize_stat_round(struct test_suite *test __maybe_unused, int subtest __maybe_… in test__synthesize_stat_round()
Dthread-map.c23 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()
Dmmap-basic.c32 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 = {
Dopenat-syscall.c17 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 = {
Dperf-time-to-tsc.c49 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 = {
Dpe-file-parsing.c72 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()
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()
Ddso-data.c117 static int test__dso_data(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__dso_data()
249 static int test__dso_data_cache(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__dso_data_cache()
319 static int test__dso_data_reopen(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__dso_data_reopen()
404 struct test_suite suite__dso_data = {
Dopenat-syscall-all-cpus.c22 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 = {
Dtests-scripts.h7 struct test_suite **create_script_test_suites(void);
/linux-6.12.1/tools/perf/arch/arm64/include/
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-6.12.1/tools/perf/arch/x86/tests/
Darch-tests.c17 struct test_suite suite__intel_pt = {
33 struct test_suite suite__hybrid = {
38 struct test_suite *arch_tests[] = {
/linux-6.12.1/tools/perf/arch/arm/include/
Darch-tests.h5 extern struct test_suite *arch_tests[];
/linux-6.12.1/tools/perf/arch/powerpc/include/
Darch-tests.h5 extern struct test_suite *arch_tests[];
/linux-6.12.1/tools/perf/arch/powerpc/tests/
Darch-tests.c7 struct test_suite *arch_tests[] = {
/linux-6.12.1/tools/perf/arch/arm/tests/
Darch-tests.c6 struct test_suite *arch_tests[] = {
/linux-6.12.1/tools/perf/arch/arm64/tests/
Darch-tests.c9 struct test_suite *arch_tests[] = {

1234