Lines Matching refs:func
34 .func = NULL,
41 .func = test__vmlinux_matches_kallsyms,
45 .func = test__openat_syscall_event,
49 .func = test__openat_syscall_event_on_all_cpus,
53 .func = test__basic_mmap,
57 .func = test__mem,
61 .func = test__parse_events,
65 .func = test__expr,
69 .func = test__PERF_RECORD,
73 .func = test__pmu,
77 .func = test__dso_data,
81 .func = test__dso_data_cache,
85 .func = test__dso_data_reopen,
89 .func = test__perf_evsel__roundtrip_name_test,
93 .func = test__perf_evsel__tp_sched_test,
97 .func = test__syscall_openat_tp_fields,
101 .func = test__attr,
105 .func = test__hists_link,
109 .func = test__python_use,
113 .func = test__bp_signal,
118 .func = test__bp_signal_overflow,
123 .func = test__bp_accounting,
128 .func = test__wp,
138 .func = test__task_exit,
142 .func = test__sw_clock_freq,
146 .func = test__code_reading,
150 .func = test__sample_parsing,
154 .func = test__keep_tracking,
158 .func = test__parse_no_sample_id_all,
162 .func = test__hists_filter,
166 .func = test__mmap_thread_lookup,
170 .func = test__thread_mg_share,
174 .func = test__hists_output,
178 .func = test__hists_cumulate,
182 .func = test__switch_tracking,
186 .func = test__fdarray__filter,
190 .func = test__fdarray__add,
194 .func = test__kmod_path__parse,
198 .func = test__thread_map,
202 .func = test__llvm,
211 .func = test__session_topology,
215 .func = test__bpf,
224 .func = test__thread_map_synthesize,
228 .func = test__thread_map_remove,
232 .func = test__cpu_map_synthesize,
236 .func = test__synthesize_stat_config,
240 .func = test__synthesize_stat,
244 .func = test__synthesize_stat_round,
248 .func = test__event_update,
252 .func = test__event_times,
256 .func = test__backward_ring_buffer,
260 .func = test__cpu_map_print,
264 .func = test__sdt_event,
268 .func = test__is_printable_array,
272 .func = test__bitmap_print,
276 .func = test__perf_hooks,
280 .func = test__clang,
289 .func = test__unit_number__scnprint,
293 .func = test__mem2node,
297 .func = test__time_utils,
301 .func = test__map_groups__merge_in,
304 .func = NULL,
369 err = test->func(test, subtest); in run_test()
391 for (t = &tests[j][0]; t->func; t++)
545 .func = shell_test__run, in run_shell_tests()