Lines Matching refs:func
19 int (*func)(void); member
23 .func = test__vmlinux_matches_kallsyms,
27 .func = test__open_syscall_event,
31 .func = test__open_syscall_event_on_all_cpus,
35 .func = test__basic_mmap,
39 .func = test__parse_events,
44 .func = test__rdpmc,
49 .func = test__PERF_RECORD,
53 .func = test__pmu,
57 .func = test__dso_data,
61 .func = test__dso_data_cache,
65 .func = test__dso_data_reopen,
69 .func = test__perf_evsel__roundtrip_name_test,
73 .func = test__perf_evsel__tp_sched_test,
77 .func = test__syscall_open_tp_fields,
81 .func = test__attr,
85 .func = test__hists_link,
89 .func = test__python_use,
93 .func = test__bp_signal,
97 .func = test__bp_signal_overflow,
101 .func = test__task_exit,
105 .func = test__sw_clock_freq,
110 .func = test__perf_time_to_tsc,
115 .func = test__code_reading,
119 .func = test__sample_parsing,
123 .func = test__keep_tracking,
127 .func = test__parse_no_sample_id_all,
133 .func = test__dwarf_unwind,
139 .func = test__hists_filter,
143 .func = test__mmap_thread_lookup,
147 .func = test__thread_mg_share,
151 .func = test__hists_output,
155 .func = test__hists_cumulate,
159 .func = test__switch_tracking,
163 .func = test__fdarray__filter,
167 .func = test__fdarray__add,
171 .func = test__kmod_path__parse,
174 .func = NULL,
215 err = test->func(); in run_test()
237 while (tests[i].func) { in __cmd_test()
246 while (tests[i].func) { in __cmd_test()
284 while (tests[i].func) { in perf_test__list()