Lines Matching refs:func
31 .func = NULL,
38 .func = test__vmlinux_matches_kallsyms,
42 .func = test__openat_syscall_event,
46 .func = test__openat_syscall_event_on_all_cpus,
50 .func = test__basic_mmap,
54 .func = test__mem,
58 .func = test__parse_events,
62 .func = test__expr,
66 .func = test__PERF_RECORD,
70 .func = test__pmu,
74 .func = test__dso_data,
78 .func = test__dso_data_cache,
82 .func = test__dso_data_reopen,
86 .func = test__perf_evsel__roundtrip_name_test,
90 .func = test__perf_evsel__tp_sched_test,
94 .func = test__syscall_openat_tp_fields,
98 .func = test__attr,
102 .func = test__hists_link,
106 .func = test__python_use,
110 .func = test__bp_signal,
115 .func = test__bp_signal_overflow,
120 .func = test__bp_accounting,
125 .func = test__task_exit,
129 .func = test__sw_clock_freq,
133 .func = test__code_reading,
137 .func = test__sample_parsing,
141 .func = test__keep_tracking,
145 .func = test__parse_no_sample_id_all,
149 .func = test__hists_filter,
153 .func = test__mmap_thread_lookup,
157 .func = test__thread_mg_share,
161 .func = test__hists_output,
165 .func = test__hists_cumulate,
169 .func = test__switch_tracking,
173 .func = test__fdarray__filter,
177 .func = test__fdarray__add,
181 .func = test__kmod_path__parse,
185 .func = test__thread_map,
189 .func = test__llvm,
198 .func = test__session_topology,
202 .func = test__bpf,
211 .func = test__thread_map_synthesize,
215 .func = test__thread_map_remove,
219 .func = test__cpu_map_synthesize,
223 .func = test__synthesize_stat_config,
227 .func = test__synthesize_stat,
231 .func = test__synthesize_stat_round,
235 .func = test__event_update,
239 .func = test__event_times,
243 .func = test__backward_ring_buffer,
247 .func = test__cpu_map_print,
251 .func = test__sdt_event,
255 .func = test__is_printable_array,
259 .func = test__bitmap_print,
263 .func = test__perf_hooks,
267 .func = test__clang,
276 .func = test__unit_number__scnprint,
280 .func = test__mem2node,
283 .func = NULL,
348 err = test->func(test, subtest); in run_test()
370 for (t = &tests[j][0]; t->func; t++)
521 .func = shell_test__run, in run_shell_tests()