Lines Matching refs:machine
46 static int add_hist_entries(struct hists *hists, struct machine *machine) in add_hist_entries() argument
71 if (perf_event__preprocess_sample(&event, machine, &al, in add_hist_entries()
117 typedef int (*test_fn_t)(struct perf_evsel *, struct machine *);
126 static int test1(struct perf_evsel *evsel, struct machine *machine) in test1() argument
154 err = add_hist_entries(hists, machine); in test1()
228 static int test2(struct perf_evsel *evsel, struct machine *machine) in test2() argument
254 err = add_hist_entries(hists, machine); in test2()
284 static int test3(struct perf_evsel *evsel, struct machine *machine) in test3() argument
308 err = add_hist_entries(hists, machine); in test3()
358 static int test4(struct perf_evsel *evsel, struct machine *machine) in test4() argument
386 err = add_hist_entries(hists, machine); in test4()
460 static int test5(struct perf_evsel *evsel, struct machine *machine) in test5() argument
489 err = add_hist_entries(hists, machine); in test5()
583 struct machine *machine; in test__hists_output() local
604 machine = setup_fake_machine(&machines); in test__hists_output()
605 if (!machine) in test__hists_output()
609 machine__fprintf(machine, stderr); in test__hists_output()
614 err = testcases[i](evsel, machine); in test__hists_output()