Lines Matching refs:func
19 .func = NULL,
26 .func = test__vmlinux_matches_kallsyms,
30 .func = test__openat_syscall_event,
34 .func = test__openat_syscall_event_on_all_cpus,
38 .func = test__basic_mmap,
42 .func = test__parse_events,
46 .func = test__PERF_RECORD,
50 .func = test__pmu,
54 .func = test__dso_data,
58 .func = test__dso_data_cache,
62 .func = test__dso_data_reopen,
66 .func = test__perf_evsel__roundtrip_name_test,
70 .func = test__perf_evsel__tp_sched_test,
74 .func = test__syscall_openat_tp_fields,
78 .func = test__attr,
82 .func = test__hists_link,
86 .func = test__python_use,
90 .func = test__bp_signal,
94 .func = test__bp_signal_overflow,
98 .func = test__task_exit,
102 .func = test__sw_clock_freq,
106 .func = test__code_reading,
110 .func = test__sample_parsing,
114 .func = test__keep_tracking,
118 .func = test__parse_no_sample_id_all,
122 .func = test__hists_filter,
126 .func = test__mmap_thread_lookup,
130 .func = test__thread_mg_share,
134 .func = test__hists_output,
138 .func = test__hists_cumulate,
142 .func = test__switch_tracking,
146 .func = test__fdarray__filter,
150 .func = test__fdarray__add,
154 .func = test__kmod_path__parse,
158 .func = test__thread_map,
162 .func = test__llvm,
166 .func = test_session_topology,
170 .func = test__bpf,
173 .func = NULL,
219 err = test->func(); in run_test()
238 for (t = &tests[j][0]; t->func; t++)