• Home
  • Raw
  • Download

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__pmu_events,
88 .func = test__dso_data,
92 .func = test__dso_data_cache,
96 .func = test__dso_data_reopen,
100 .func = test__perf_evsel__roundtrip_name_test,
104 .func = test__perf_evsel__tp_sched_test,
108 .func = test__syscall_openat_tp_fields,
112 .func = test__attr,
116 .func = test__hists_link,
120 .func = test__python_use,
124 .func = test__bp_signal,
129 .func = test__bp_signal_overflow,
134 .func = test__bp_accounting,
139 .func = test__wp,
149 .func = test__task_exit,
153 .func = test__sw_clock_freq,
157 .func = test__code_reading,
161 .func = test__sample_parsing,
165 .func = test__keep_tracking,
169 .func = test__parse_no_sample_id_all,
173 .func = test__hists_filter,
177 .func = test__mmap_thread_lookup,
181 .func = test__thread_maps_share,
185 .func = test__hists_output,
189 .func = test__hists_cumulate,
193 .func = test__switch_tracking,
197 .func = test__fdarray__filter,
201 .func = test__fdarray__add,
205 .func = test__kmod_path__parse,
209 .func = test__thread_map,
213 .func = test__llvm,
222 .func = test__session_topology,
226 .func = test__bpf,
235 .func = test__thread_map_synthesize,
239 .func = test__thread_map_remove,
243 .func = test__cpu_map_synthesize,
247 .func = test__synthesize_stat_config,
251 .func = test__synthesize_stat,
255 .func = test__synthesize_stat_round,
259 .func = test__event_update,
263 .func = test__event_times,
267 .func = test__backward_ring_buffer,
271 .func = test__cpu_map_print,
275 .func = test__cpu_map_merge,
280 .func = test__sdt_event,
284 .func = test__is_printable_array,
288 .func = test__bitmap_print,
292 .func = test__perf_hooks,
296 .func = test__clang,
305 .func = test__unit_number__scnprint,
309 .func = test__mem2node,
313 .func = test__time_utils,
317 .func = test__jit_write_elf,
321 .func = test__pfm,
330 .func = test__api_io,
334 .func = test__maps__merge_in,
338 .func = test__demangle_java,
342 .func = test__parse_metric,
346 .func = test__pe_file_parsing,
350 .func = test__expand_cgroup_events,
353 .func = NULL,
418 err = test->func(test, subtest); in run_test()
440 for (t = &tests[j][0]; t->func; t++)
604 .func = shell_test__run, in run_shell_tests()