• Home
  • Raw
  • Download

Lines Matching refs:func

35 		.func = NULL,
42 .func = test__vmlinux_matches_kallsyms,
46 .func = test__openat_syscall_event,
50 .func = test__openat_syscall_event_on_all_cpus,
54 .func = test__basic_mmap,
58 .func = test__mem,
62 .func = test__parse_events,
66 .func = test__expr,
70 .func = test__PERF_RECORD,
74 .func = test__pmu,
78 .func = test__pmu_events,
89 .func = test__dso_data,
93 .func = test__dso_data_cache,
97 .func = test__dso_data_reopen,
101 .func = test__perf_evsel__roundtrip_name_test,
105 .func = test__perf_evsel__tp_sched_test,
109 .func = test__syscall_openat_tp_fields,
113 .func = test__attr,
117 .func = test__hists_link,
121 .func = test__python_use,
125 .func = test__bp_signal,
130 .func = test__bp_signal_overflow,
135 .func = test__bp_accounting,
140 .func = test__wp,
151 .func = test__task_exit,
155 .func = test__sw_clock_freq,
159 .func = test__code_reading,
163 .func = test__sample_parsing,
167 .func = test__keep_tracking,
171 .func = test__parse_no_sample_id_all,
175 .func = test__hists_filter,
179 .func = test__mmap_thread_lookup,
183 .func = test__thread_maps_share,
187 .func = test__hists_output,
191 .func = test__hists_cumulate,
195 .func = test__switch_tracking,
199 .func = test__fdarray__filter,
203 .func = test__fdarray__add,
207 .func = test__kmod_path__parse,
211 .func = test__thread_map,
215 .func = test__llvm,
224 .func = test__session_topology,
228 .func = test__bpf,
237 .func = test__thread_map_synthesize,
241 .func = test__thread_map_remove,
245 .func = test__cpu_map_synthesize,
249 .func = test__synthesize_stat_config,
253 .func = test__synthesize_stat,
257 .func = test__synthesize_stat_round,
261 .func = test__event_update,
265 .func = test__event_times,
269 .func = test__backward_ring_buffer,
273 .func = test__cpu_map_print,
277 .func = test__cpu_map_merge,
282 .func = test__sdt_event,
286 .func = test__is_printable_array,
290 .func = test__bitmap_print,
294 .func = test__perf_hooks,
298 .func = test__clang,
307 .func = test__unit_number__scnprint,
311 .func = test__mem2node,
315 .func = test__time_utils,
319 .func = test__jit_write_elf,
323 .func = test__pfm,
332 .func = test__api_io,
336 .func = test__maps__merge_in,
340 .func = test__demangle_java,
344 .func = test__demangle_ocaml,
348 .func = test__parse_metric,
352 .func = test__pe_file_parsing,
356 .func = test__expand_cgroup_events,
360 .func = test__perf_time_to_tsc,
365 .func = test__dlfilter,
368 .func = NULL,
433 err = test->func(test, subtest); in run_test()
455 for (t = &tests[j][0]; t->func; t++)
627 .func = shell_test__run, in run_shell_tests()