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
15786
static char test_suite[32];
lib/test_bpf.c
15787
module_param_string(test_suite, test_suite, sizeof(test_suite), 0);
lib/test_bpf.c
15793
if (!strcmp(test_suite, "test_bpf")) {
lib/test_bpf.c
15800
if (!strcmp(test_suite, "test_tail_calls")) {
lib/test_bpf.c
15807
if (!strcmp(test_suite, "test_skb_segment")) {
lib/test_bpf.c
15821
if (!strcmp(test_suite, "test_bpf"))
lib/test_bpf.c
15823
else if (!strcmp(test_suite, "test_tail_calls"))
lib/test_bpf.c
15825
else if (!strcmp(test_suite, "test_skb_segment"))
lib/test_bpf.c
15837
test_suite);
lib/test_bpf.c
15852
test_name, test_suite);
lib/test_bpf.c
15863
test_suite);
lib/test_bpf.c
15881
if (strlen(test_suite) &&
lib/test_bpf.c
15882
strcmp(test_suite, "test_bpf") &&
lib/test_bpf.c
15883
strcmp(test_suite, "test_tail_calls") &&
lib/test_bpf.c
15884
strcmp(test_suite, "test_skb_segment")) {
lib/test_bpf.c
15885
pr_err("test_bpf: invalid test_suite '%s' specified.\n", test_suite);
lib/test_bpf.c
15893
if (!strlen(test_suite) &&
lib/test_bpf.c
15897
strscpy(test_suite, "test_bpf", sizeof(test_suite));
lib/test_bpf.c
15904
if (!strlen(test_suite) || !strcmp(test_suite, "test_bpf")) {
lib/test_bpf.c
15910
if (!strlen(test_suite) || !strcmp(test_suite, "test_tail_calls")) {
lib/test_bpf.c
15920
if (!strlen(test_suite) || !strcmp(test_suite, "test_skb_segment"))
lib/tests/slub_kunit.c
413
static struct kunit_suite test_suite = {
lib/tests/slub_kunit.c
418
kunit_test_suite(test_suite);
security/landlock/audit.c
727
static struct kunit_suite test_suite = {
security/landlock/audit.c
732
kunit_test_suite(test_suite);
security/landlock/domain.c
300
static struct kunit_suite test_suite = {
security/landlock/domain.c
305
kunit_test_suite(test_suite);
security/landlock/fs.c
2030
static struct kunit_suite test_suite = {
security/landlock/fs.c
2035
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
938
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
182
static int test__x86_topdown_sorting(struct test_suite *test __maybe_unused,
tools/perf/arch/x86/tests/topdown.c
207
static int test__x86_topdown_slots_injection(struct test_suite *test __maybe_unused,
tools/perf/arch/x86/tests/topdown.c
239
struct test_suite suite__x86_topdown = {
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
1150
static int start_test(struct test_suite *test, int curr_suite, int curr_test_case,
tools/perf/tests/builtin-test.c
1273
static int __cmd_test(struct test_suite **suites, int argc, const char *argv[],
tools/perf/tests/builtin-test.c
1279
for (struct test_suite **t = suites; *t; t++) {
tools/perf/tests/builtin-test.c
1325
for (struct test_suite **t = suites; *t; t++, curr_suite++) {
tools/perf/tests/builtin-test.c
1417
static int perf_test__list(FILE *fp, struct test_suite **suites, int argc, const char **argv)
tools/perf/tests/builtin-test.c
1421
for (struct test_suite **t = suites; *t; t++, curr_suite++) {
tools/perf/tests/builtin-test.c
1645
static struct test_suite **build_suites(void)
tools/perf/tests/builtin-test.c
1651
static struct test_suite **suites[] = {
tools/perf/tests/builtin-test.c
1656
struct test_suite **result;
tools/perf/tests/builtin-test.c
1657
struct test_suite *t;
tools/perf/tests/builtin-test.c
1679
result = calloc(num_suites + 1, sizeof(struct test_suite *));
tools/perf/tests/builtin-test.c
1737
struct test_suite **suites;
tools/perf/tests/builtin-test.c
253
static int test_suite__num_test_cases(const struct test_suite *t)
tools/perf/tests/builtin-test.c
262
static const char *skip_reason(const struct test_suite *t, int test_case)
tools/perf/tests/builtin-test.c
270
static const char *test_description(const struct test_suite *t, int test_case)
tools/perf/tests/builtin-test.c
278
static test_fnptr test_function(const struct test_suite *t, int test_case)
tools/perf/tests/builtin-test.c
286
static bool test_exclusive(const struct test_suite *t, int test_case)
tools/perf/tests/builtin-test.c
320
struct test_suite *test;
tools/perf/tests/builtin-test.c
437
static int print_test_result(struct test_suite *t, int curr_suite, int curr_test_case,
tools/perf/tests/builtin-test.c
69
extern struct test_suite *arch_tests[];
tools/perf/tests/builtin-test.c
71
static struct test_suite *arch_tests[] = {
tools/perf/tests/builtin-test.c
742
struct test_suite *t;
tools/perf/tests/builtin-test.c
76
static struct test_suite *generic_tests[] = {
tools/perf/tests/code-reading.c
860
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
184
static int test__cpu_map_merge(struct test_suite *test __maybe_unused,
tools/perf/tests/cpumap.c
225
static int test__cpu_map_intersect(struct test_suite *test __maybe_unused,
tools/perf/tests/cpumap.c
249
static int test__cpu_map_equal(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/cpumap.c
293
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
435
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
81
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
195
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
704
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
590
static int test__hists_output(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/hwmon_pmu.c
246
static int test__hwmon_pmu_without_pmu(struct test_suite *test __maybe_unused,
tools/perf/tests/hwmon_pmu.c
252
static int test__hwmon_pmu_with_pmu(struct test_suite *test __maybe_unused,
tools/perf/tests/hwmon_pmu.c
258
static int test__parse_hwmon_filename(struct test_suite *test __maybe_unused,
tools/perf/tests/hwmon_pmu.c
359
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
381
static int test__mmap_user_read_instr(struct test_suite *test __maybe_unused,
tools/perf/tests/mmap-basic.c
387
static int test__mmap_user_read_cycles(struct test_suite *test __maybe_unused,
tools/perf/tests/mmap-basic.c
39
static int test__basic_mmap(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/mmap-basic.c
393
static int test__mmap_user_read_instr_disabled(struct test_suite *test __maybe_unused,
tools/perf/tests/mmap-basic.c
399
static int test__mmap_user_read_cycles_disabled(struct test_suite *test __maybe_unused,
tools/perf/tests/mmap-basic.c
448
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
136
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
160
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
2645
static int test__events2(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/parse-events.c
2686
static int test__terms2(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/parse-events.c
2691
static int test__pmu_events(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/parse-events.c
2810
static int test__pmu_events2(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/parse-events.c
2897
static int test__alias(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/parse-events.c
2912
static int test__pmu_events_alias2(struct test_suite *test __maybe_unused,
tools/perf/tests/parse-events.c
2950
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
372
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
1030
static int test__parsing_fake_static(struct test_suite *test __maybe_unused,
tools/perf/tests/pmu-events.c
1044
static int test__parsing_fake(struct test_suite *test, int subtest)
tools/perf/tests/pmu-events.c
1077
static int test__parsing_threshold(struct test_suite *test __maybe_unused,
tools/perf/tests/pmu-events.c
1137
static int setup_pmu_events_suite(struct test_suite *suite)
tools/perf/tests/pmu-events.c
1211
struct test_suite suite__pmu_events = {
tools/perf/tests/pmu-events.c
446
static int test__pmu_event_table(struct test_suite *test __maybe_unused,
tools/perf/tests/pmu-events.c
726
static int test__aliases(struct test_suite *test __maybe_unused,
tools/perf/tests/pmu-events.c
926
static int test__parsing(struct test_suite *test, int subtest)
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_config_helpers(struct test_suite *test __maybe_unused,
tools/perf/tests/pmu.c
302
static int test__pmu_events(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/pmu.c
395
static int test__pmu_event_names(struct test_suite *test __maybe_unused,
tools/perf/tests/pmu.c
508
static int test__name_len(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/pmu.c
526
static int test__name_cmp(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/pmu.c
556
static int test__pmu_match(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/pmu.c
643
struct test_suite suite__pmu = {
tools/perf/tests/sample-parsing.c
396
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
337
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
166
static int shell_test__run(struct test_suite *test, int subtest __maybe_unused)
tools/perf/tests/tests-scripts.c
183
struct test_suite ***result,
tools/perf/tests/tests-scripts.c
187
struct test_suite *test_suite, **result_tmp;
tools/perf/tests/tests-scripts.c
214
test_suite = zalloc(sizeof(*test_suite));
tools/perf/tests/tests-scripts.c
215
if (!test_suite) {
tools/perf/tests/tests-scripts.c
220
test_suite->desc = desc;
tools/perf/tests/tests-scripts.c
221
test_suite->test_cases = tests;
tools/perf/tests/tests-scripts.c
222
test_suite->priv = strdup_check(filename);
tools/perf/tests/tests-scripts.c
229
free(test_suite);
tools/perf/tests/tests-scripts.c
234
(*result)[*result_sz] = test_suite;
tools/perf/tests/tests-scripts.c
239
struct test_suite ***result,
tools/perf/tests/tests-scripts.c
282
struct test_suite **create_script_test_suites(void)
tools/perf/tests/tests-scripts.c
284
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
101
struct test_suite suite__##_name = { \
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
48
int (*setup)(struct test_suite *suite);
tools/perf/tests/tests.h
52
extern struct test_suite suite__##name;
tools/perf/tests/tests.h
91
struct test_suite suite__##_name = { \
tools/perf/tests/thread-map.c
109
static int test__thread_map_remove(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/thread-map.c
22
static int test__thread_map(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/thread-map.c
89
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
209
static int test__session_topology(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/uncore-event-sorting.c
81
static int test__uncore_event_sorting(struct test_suite *test __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
112
struct test_suite suite__util = {
tools/perf/tests/util.c
89
static int test__blake2s_case(struct test_suite *t __maybe_unused, int subtest __maybe_unused)
tools/perf/tests/util.c
94
static int test__strreplace(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,