Symbol: test_suite
drivers/char/misc_minor_kunit.c
661
static struct kunit_suite test_suite = {
drivers/char/misc_minor_kunit.c
666
kunit_test_suite(test_suite);
lib/test_bpf.c
15623
static char test_suite[32];
lib/test_bpf.c
15624
module_param_string(test_suite, test_suite, sizeof(test_suite), 0);
lib/test_bpf.c
15630
if (!strcmp(test_suite, "test_bpf")) {
lib/test_bpf.c
15637
if (!strcmp(test_suite, "test_tail_calls")) {
lib/test_bpf.c
15644
if (!strcmp(test_suite, "test_skb_segment")) {
lib/test_bpf.c
15658
if (!strcmp(test_suite, "test_bpf"))
lib/test_bpf.c
15660
else if (!strcmp(test_suite, "test_tail_calls"))
lib/test_bpf.c
15662
else if (!strcmp(test_suite, "test_skb_segment"))
lib/test_bpf.c
15674
test_suite);
lib/test_bpf.c
15689
test_name, test_suite);
lib/test_bpf.c
15700
test_suite);
lib/test_bpf.c
15718
if (strlen(test_suite) &&
lib/test_bpf.c
15719
strcmp(test_suite, "test_bpf") &&
lib/test_bpf.c
15720
strcmp(test_suite, "test_tail_calls") &&
lib/test_bpf.c
15721
strcmp(test_suite, "test_skb_segment")) {
lib/test_bpf.c
15722
pr_err("test_bpf: invalid test_suite '%s' specified.\n", test_suite);
lib/test_bpf.c
15730
if (!strlen(test_suite) &&
lib/test_bpf.c
15734
strscpy(test_suite, "test_bpf", sizeof(test_suite));
lib/test_bpf.c
15741
if (!strlen(test_suite) || !strcmp(test_suite, "test_bpf")) {
lib/test_bpf.c
15747
if (!strlen(test_suite) || !strcmp(test_suite, "test_tail_calls")) {
lib/test_bpf.c
15757
if (!strlen(test_suite) || !strcmp(test_suite, "test_skb_segment"))
lib/tests/slub_kunit.c
321
static struct kunit_suite test_suite = {
lib/tests/slub_kunit.c
326
kunit_test_suite(test_suite);
security/landlock/audit.c
485
static struct kunit_suite test_suite = {
security/landlock/audit.c
490
kunit_test_suite(test_suite);
security/landlock/domain.c
260
static struct kunit_suite test_suite = {
security/landlock/domain.c
265
kunit_test_suite(test_suite);
security/landlock/fs.c
1999
static struct kunit_suite test_suite = {
security/landlock/fs.c
2004
kunit_test_suite(test_suite);
security/landlock/id.c
288
static struct kunit_suite test_suite = {
security/landlock/id.c
293
kunit_test_init_section_suite(test_suite);
tools/perf/arch/arm/include/arch-tests.h
5
extern struct test_suite *arch_tests[];
tools/perf/arch/arm/tests/arch-tests.c
6
struct test_suite *arch_tests[] = {
tools/perf/arch/arm/tests/vectors-page.c
12
static int test__vectors_page(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/arch/arm64/include/arch-tests.h
5
struct test_suite;
tools/perf/arch/arm64/include/arch-tests.h
7
int test__cpuid_match(struct test_suite *test, int subtest);
tools/perf/arch/arm64/include/arch-tests.h
8
extern struct test_suite *arch_tests[];
tools/perf/arch/arm64/tests/arch-tests.c
9
struct test_suite *arch_tests[] = {
tools/perf/arch/arm64/tests/cpuid-match.c
8
int test__cpuid_match(struct test_suite *test __maybe_unused,
tools/perf/arch/powerpc/include/arch-tests.h
5
extern struct test_suite *arch_tests[];
tools/perf/arch/powerpc/tests/arch-tests.c
7
struct test_suite *arch_tests[] = {
tools/perf/arch/x86/include/arch-tests.h
10
int test__rdpmc(struct test_suite *test, int subtest);
tools/perf/arch/x86/include/arch-tests.h
12
int test__insn_x86(struct test_suite *test, int subtest);
tools/perf/arch/x86/include/arch-tests.h
14
int test__intel_pt_pkt_decoder(struct test_suite *test, int subtest);
tools/perf/arch/x86/include/arch-tests.h
15
int test__intel_pt_hybrid_compat(struct test_suite *test, int subtest);
tools/perf/arch/x86/include/arch-tests.h
16
int test__bp_modify(struct test_suite *test, int subtest);
tools/perf/arch/x86/include/arch-tests.h
17
int test__amd_ibs_via_core_pmu(struct test_suite *test, int subtest);
tools/perf/arch/x86/include/arch-tests.h
18
int test__amd_ibs_period(struct test_suite *test, int subtest);
tools/perf/arch/x86/include/arch-tests.h
19
int test__hybrid(struct test_suite *test, int subtest);
tools/perf/arch/x86/include/arch-tests.h
23
extern struct test_suite *arch_tests[];
tools/perf/arch/x86/include/arch-tests.h
7
struct test_suite;
tools/perf/arch/x86/tests/amd-ibs-period.c
939
int test__amd_ibs_period(struct test_suite *test __maybe_unused,
tools/perf/arch/x86/tests/amd-ibs-via-core-pmu.c
40
int test__amd_ibs_via_core_pmu(struct test_suite *test __maybe_unused,
tools/perf/arch/x86/tests/arch-tests.c
16
struct test_suite suite__intel_pt = {
tools/perf/arch/x86/tests/arch-tests.c
31
struct test_suite suite__hybrid = {
tools/perf/arch/x86/tests/arch-tests.c
36
struct test_suite *arch_tests[] = {
tools/perf/arch/x86/tests/bp-modify.c
201
int test__bp_modify(struct test_suite *test __maybe_unused,
tools/perf/arch/x86/tests/hybrid.c
304
int test__hybrid(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/arch/x86/tests/insn-x86.c
180
int test__insn_x86(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/arch/x86/tests/intel-pt-test.c
308
int test__intel_pt_pkt_decoder(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/arch/x86/tests/intel-pt-test.c
436
int test__intel_pt_hybrid_compat(struct test_suite *test, int subtest)
tools/perf/arch/x86/tests/topdown.c
63
static int test__x86_topdown(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/api-io.c
327
static int test__api_io(struct test_suite *test __maybe_unused,
tools/perf/tests/backward-ring-buffer.c
85
static int test__backward_ring_buffer(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/bitmap.c
44
static int test__bitmap_print(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/bp_account.c
204
static int test__bp_accounting(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/bp_signal.c
165
static int test__bp_signal(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/bp_signal_overflow.c
63
static int test__bp_signal_overflow(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/builtin-test.c
234
static int test_suite__num_test_cases(const struct test_suite *t)
tools/perf/tests/builtin-test.c
243
static const char *skip_reason(const struct test_suite *t, int test_case)
tools/perf/tests/builtin-test.c
251
static const char *test_description(const struct test_suite *t, int test_case)
tools/perf/tests/builtin-test.c
259
static test_fnptr test_function(const struct test_suite *t, int test_case)
tools/perf/tests/builtin-test.c
267
static bool test_exclusive(const struct test_suite *t, int test_case)
tools/perf/tests/builtin-test.c
301
struct test_suite *test;
tools/perf/tests/builtin-test.c
358
static int print_test_result(struct test_suite *t, int curr_suite, int curr_test_case,
tools/perf/tests/builtin-test.c
398
struct test_suite *t;
tools/perf/tests/builtin-test.c
501
static int start_test(struct test_suite *test, int curr_suite, int curr_test_case,
tools/perf/tests/builtin-test.c
564
static int __cmd_test(struct test_suite **suites, int argc, const char *argv[],
tools/perf/tests/builtin-test.c
570
for (struct test_suite **t = suites; *t; t++) {
tools/perf/tests/builtin-test.c
60
extern struct test_suite *arch_tests[];
tools/perf/tests/builtin-test.c
616
for (struct test_suite **t = suites; *t; t++, curr_suite++) {
tools/perf/tests/builtin-test.c
62
static struct test_suite *arch_tests[] = {
tools/perf/tests/builtin-test.c
67
static struct test_suite *generic_tests[] = {
tools/perf/tests/builtin-test.c
679
static int perf_test__list(FILE *fp, struct test_suite **suites, int argc, const char **argv)
tools/perf/tests/builtin-test.c
683
for (struct test_suite **t = suites; *t; t++, curr_suite++) {
tools/perf/tests/builtin-test.c
735
static struct test_suite **build_suites(void)
tools/perf/tests/builtin-test.c
741
static struct test_suite **suites[] = {
tools/perf/tests/builtin-test.c
746
struct test_suite **result;
tools/perf/tests/builtin-test.c
747
struct test_suite *t;
tools/perf/tests/builtin-test.c
760
result = calloc(num_suites + 1, sizeof(struct test_suite *));
tools/perf/tests/builtin-test.c
810
struct test_suite **suites;
tools/perf/tests/code-reading.c
856
static int test__code_reading(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/cpumap.c
103
static int test__cpu_map_synthesize(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/cpumap.c
147
static int test__cpu_map_print(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/cpumap.c
183
static int test__cpu_map_merge(struct test_suite *test __maybe_unused,
tools/perf/tests/cpumap.c
223
static int test__cpu_map_intersect(struct test_suite *test __maybe_unused,
tools/perf/tests/cpumap.c
247
static int test__cpu_map_equal(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/cpumap.c
291
struct test_suite suite__cpu_map = {
tools/perf/tests/demangle-java-test.c
10
static int test__demangle_java(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/demangle-ocaml-test.c
9
static int test__demangle_ocaml(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/demangle-rust-v0-test.c
9
static int test__demangle_rust(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/dlfilter-test.c
431
static int test__dlfilter(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/dso-data.c
128
static int test__dso_data(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/dso-data.c
249
static int test__dso_data_cache(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/dso-data.c
319
static int test__dso_data_reopen(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/dso-data.c
404
struct test_suite suite__dso_data = {
tools/perf/tests/dwarf-unwind.c
181
noinline int test__dwarf_unwind(struct test_suite *test __maybe_unused,
tools/perf/tests/dwarf-unwind.c
52
int test__dwarf_unwind(struct test_suite *test, int subtest);
tools/perf/tests/event-times.c
218
static int test__event_times(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/event_groups.c
121
static int test__event_groups(struct test_suite *text __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/event_update.c
80
static int test__event_update(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/evsel-roundtrip-name.c
84
static int test__perf_evsel__roundtrip_name_test(struct test_suite *test __maybe_unused,
tools/perf/tests/evsel-tp-sched.c
35
static int test__perf_evsel__tp_sched_test(struct test_suite *test __maybe_unused,
tools/perf/tests/evsel-tp-sched.c
99
struct test_suite suite__perf_evsel__tp_sched_test = {
tools/perf/tests/expand-cgroup.c
193
static int test__expand_cgroup_events(struct test_suite *test __maybe_unused,
tools/perf/tests/expr.c
71
static int test__expr(struct test_suite *t __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/fdarray.c
31
static int test__fdarray__filter(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/fdarray.c
92
static int test__fdarray__add(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/genelf.c
19
static int test__jit_write_elf(struct test_suite *test __maybe_unused,
tools/perf/tests/hists_cumulate.c
705
static int test__hists_cumulate(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/hists_filter.c
116
static int test__hists_filter(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/hists_link.c
286
static int test__hists_link(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/hists_output.c
591
static int test__hists_output(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/hwmon_pmu.c
241
static int test__hwmon_pmu_without_pmu(struct test_suite *test __maybe_unused,
tools/perf/tests/hwmon_pmu.c
247
static int test__hwmon_pmu_with_pmu(struct test_suite *test __maybe_unused,
tools/perf/tests/hwmon_pmu.c
253
static int test__parse_hwmon_filename(struct test_suite *test __maybe_unused,
tools/perf/tests/hwmon_pmu.c
354
struct test_suite suite__hwmon_pmu = {
tools/perf/tests/is_printable_array.c
8
static int test__is_printable_array(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/kallsyms-split.c
97
static int test__kallsyms_split(struct test_suite *test __maybe_unused,
tools/perf/tests/keep-tracking.c
64
static int test__keep_tracking(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/kmod-path.c
50
static int test__kmod_path__parse(struct test_suite *t __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/maps.c
165
static int test__maps__fixup_overlap_and_insert(struct test_suite *t __maybe_unused,
tools/perf/tests/maps.c
242
struct test_suite suite__maps = {
tools/perf/tests/maps.c
74
static int test__maps__merge_in(struct test_suite *t __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/mem.c
29
static int test__mem(struct test_suite *text __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/mem2node.c
47
static int test__mem2node(struct test_suite *t __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/mmap-basic.c
35
static int test__basic_mmap(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/mmap-basic.c
375
static int test__mmap_user_read_instr(struct test_suite *test __maybe_unused,
tools/perf/tests/mmap-basic.c
381
static int test__mmap_user_read_cycles(struct test_suite *test __maybe_unused,
tools/perf/tests/mmap-basic.c
387
static int test__mmap_user_read_instr_disabled(struct test_suite *test __maybe_unused,
tools/perf/tests/mmap-basic.c
393
static int test__mmap_user_read_cycles_disabled(struct test_suite *test __maybe_unused,
tools/perf/tests/mmap-basic.c
442
struct test_suite suite__basic_mmap = {
tools/perf/tests/mmap-thread-lookup.c
233
static int test__mmap_thread_lookup(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/openat-syscall-all-cpus.c
135
struct test_suite suite__openat_syscall_event_on_all_cpus = {
tools/perf/tests/openat-syscall-all-cpus.c
22
static int test__openat_syscall_event_on_all_cpus(struct test_suite *test __maybe_unused,
tools/perf/tests/openat-syscall-tp-fields.c
157
struct test_suite suite__syscall_openat_tp_fields = {
tools/perf/tests/openat-syscall-tp-fields.c
26
static int test__syscall_openat_tp_fields(struct test_suite *test __maybe_unused,
tools/perf/tests/openat-syscall.c
17
static int test__openat_syscall_event(struct test_suite *test __maybe_unused,
tools/perf/tests/openat-syscall.c
81
struct test_suite suite__openat_syscall_event = {
tools/perf/tests/parse-events.c
2638
static int test__events2(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/parse-events.c
2679
static int test__terms2(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/parse-events.c
2684
static int test__pmu_events(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/parse-events.c
2803
static int test__pmu_events2(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/parse-events.c
2890
static int test__alias(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/parse-events.c
2905
static int test__pmu_events_alias2(struct test_suite *test __maybe_unused,
tools/perf/tests/parse-events.c
2943
struct test_suite suite__parse_events = {
tools/perf/tests/parse-metric.c
293
static int test__parse_metric(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/parse-no-sample-id-all.c
75
static int test__parse_no_sample_id_all(struct test_suite *test __maybe_unused,
tools/perf/tests/pe-file-parsing.c
72
static int test__pe_file_parsing(struct test_suite *test __maybe_unused,
tools/perf/tests/pe-file-parsing.c
93
static int test__pe_file_parsing(struct test_suite *test __maybe_unused,
tools/perf/tests/perf-hooks.c
29
static int test__perf_hooks(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/perf-record.c
368
struct test_suite suite__PERF_RECORD = {
tools/perf/tests/perf-record.c
48
static int test__PERF_RECORD(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/perf-time-to-tsc.c
218
struct test_suite suite__perf_time_to_tsc = {
tools/perf/tests/perf-time-to-tsc.c
49
static int test__tsc_is_supported(struct test_suite *test __maybe_unused,
tools/perf/tests/perf-time-to-tsc.c
68
static int test__perf_time_to_tsc(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/pfm.c
173
static int test__pfm_events(struct test_suite *test __maybe_unused,
tools/perf/tests/pfm.c
179
static int test__pfm_group(struct test_suite *test __maybe_unused,
tools/perf/tests/pfm.c
192
struct test_suite suite__pfm = {
tools/perf/tests/pfm.c
27
static int test__pfm_events(struct test_suite *test __maybe_unused,
tools/perf/tests/pfm.c
88
static int test__pfm_group(struct test_suite *test __maybe_unused,
tools/perf/tests/pmu-events.c
1003
static int test__parsing_fake(struct test_suite *test __maybe_unused,
tools/perf/tests/pmu-events.c
1030
static int test__parsing_threshold(struct test_suite *test __maybe_unused,
tools/perf/tests/pmu-events.c
1052
struct test_suite suite__pmu_events = {
tools/perf/tests/pmu-events.c
445
static int test__pmu_event_table(struct test_suite *test __maybe_unused,
tools/perf/tests/pmu-events.c
725
static int test__aliases(struct test_suite *test __maybe_unused,
tools/perf/tests/pmu-events.c
906
static int test__parsing(struct test_suite *test __maybe_unused,
tools/perf/tests/pmu.c
158
static int test__pmu_format(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/pmu.c
204
static int test__pmu_usr_chgs(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/pmu.c
295
static int test__pmu_events(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/pmu.c
388
static int test__pmu_event_names(struct test_suite *test __maybe_unused,
tools/perf/tests/pmu.c
501
static int test__name_len(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/pmu.c
519
static int test__name_cmp(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/pmu.c
549
static int test__pmu_match(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/pmu.c
636
struct test_suite suite__pmu = {
tools/perf/tests/sample-parsing.c
395
static int test__sample_parsing(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/sdt.c
117
static int test__sdt_event(struct test_suite *test __maybe_unused, int subtests __maybe_unused)
tools/perf/tests/sdt.c
79
static int test__sdt_event(struct test_suite *test __maybe_unused, int subtests __maybe_unused)
tools/perf/tests/sigtrap.c
219
static int test__sigtrap(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/stat.c
110
static int test__synthesize_stat_round(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/stat.c
50
static int test__synthesize_stat_config(struct test_suite *test __maybe_unused,
tools/perf/tests/stat.c
83
static int test__synthesize_stat(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/subcmd-help.c
131
struct test_suite suite__subcmd_help = {
tools/perf/tests/subcmd-help.c
23
static int test__uniq_cmdnames(struct test_suite *test __maybe_unused,
tools/perf/tests/subcmd-help.c
46
static int test__exclude_cmdnames(struct test_suite *test __maybe_unused,
tools/perf/tests/subcmd-help.c
6
static int test__load_cmdnames(struct test_suite *test __maybe_unused,
tools/perf/tests/subcmd-help.c
98
static int test__exclude_cmdnames_no_overlap(struct test_suite *test __maybe_unused,
tools/perf/tests/sw-clock.c
141
static int test__sw_clock_freq(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/switch-tracking.c
332
static int test__switch_tracking(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/symbols.c
207
static int test__symbols(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/task-exit.c
158
struct test_suite suite__task_exit = {
tools/perf/tests/task-exit.c
42
static int test__task_exit(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/tests-scripts.c
154
static int shell_test__run(struct test_suite *test, int subtest __maybe_unused)
tools/perf/tests/tests-scripts.c
171
struct test_suite ***result,
tools/perf/tests/tests-scripts.c
175
struct test_suite *test_suite, **result_tmp;
tools/perf/tests/tests-scripts.c
202
test_suite = zalloc(sizeof(*test_suite));
tools/perf/tests/tests-scripts.c
203
if (!test_suite) {
tools/perf/tests/tests-scripts.c
208
test_suite->desc = desc;
tools/perf/tests/tests-scripts.c
209
test_suite->test_cases = tests;
tools/perf/tests/tests-scripts.c
210
test_suite->priv = strdup_check(filename);
tools/perf/tests/tests-scripts.c
217
free(test_suite);
tools/perf/tests/tests-scripts.c
222
(*result)[*result_sz] = test_suite;
tools/perf/tests/tests-scripts.c
227
struct test_suite ***result,
tools/perf/tests/tests-scripts.c
270
struct test_suite **create_script_test_suites(void)
tools/perf/tests/tests-scripts.c
272
struct test_suite **result = NULL, **result_tmp;
tools/perf/tests/tests-scripts.h
7
struct test_suite **create_script_test_suites(void);
tools/perf/tests/tests.h
31
struct test_suite;
tools/perf/tests/tests.h
33
typedef int (*test_fnptr)(struct test_suite *, int);
tools/perf/tests/tests.h
50
extern struct test_suite suite__##name;
tools/perf/tests/tests.h
89
struct test_suite suite__##_name = { \
tools/perf/tests/tests.h
99
struct test_suite suite__##_name = { \
tools/perf/tests/thread-map.c
110
static int test__thread_map_remove(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/thread-map.c
23
static int test__thread_map(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/thread-map.c
90
static int test__thread_map_synthesize(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/thread-maps-share.c
7
static int test__thread_maps_share(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/time-utils-test.c
134
static int test__time_utils(struct test_suite *t __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/tool_pmu.c
108
struct test_suite suite__tool_pmu = {
tools/perf/tests/tool_pmu.c
74
static int test__tool_pmu_without_pmu(struct test_suite *test __maybe_unused,
tools/perf/tests/tool_pmu.c
88
static int test__tool_pmu_with_pmu(struct test_suite *test __maybe_unused,
tools/perf/tests/topology.c
202
static int test__session_topology(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/unit_number__scnprintf.c
10
static int test__unit_number__scnprint(struct test_suite *t __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/util.c
89
static int test__util(struct test_suite *t __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/vmlinux-kallsyms.c
188
static int test__vmlinux_matches_kallsyms(struct test_suite *test __maybe_unused,
tools/perf/tests/wp.c
100
static int test__wp_wo(struct test_suite *test __maybe_unused,
tools/perf/tests/wp.c
124
static int test__wp_rw(struct test_suite *test __maybe_unused,
tools/perf/tests/wp.c
149
static int test__wp_modify(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/wp.c
211
struct test_suite suite__wp = {
tools/perf/tests/wp.c
76
static int test__wp_ro(struct test_suite *test __maybe_unused,