Lines Matching refs:machine

453 			  struct machine *machine,  in work_push_atom()  argument
461 class->work_init(kwork, class, &key, src_type, evsel, sample, machine); in work_push_atom()
512 struct machine *machine, in work_pop_atom() argument
519 class->work_init(kwork, class, &key, src_type, evsel, sample, machine); in work_pop_atom()
604 struct machine *machine) in report_entry_event() argument
608 machine, NULL, true); in report_entry_event()
615 struct machine *machine) in report_exit_event() argument
622 machine, &work); in report_exit_event()
659 struct machine *machine) in latency_raise_event() argument
663 machine, NULL, true); in latency_raise_event()
670 struct machine *machine) in latency_entry_event() argument
677 machine, &work); in latency_entry_event()
692 struct machine *machine) in timehist_save_callchain() argument
703 thread = machine__findnew_thread(machine, sample->pid, sample->pid); in timehist_save_callchain()
818 struct machine *machine) in timehist_raise_event() argument
822 machine, NULL, true); in timehist_raise_event()
829 struct machine *machine) in timehist_entry_event() argument
836 machine, &work, true); in timehist_entry_event()
841 timehist_save_callchain(kwork, sample, evsel, machine); in timehist_entry_event()
850 struct machine *machine) in timehist_exit_event() argument
858 if (machine__resolve(machine, &al, sample) < 0) { in timehist_exit_event()
866 machine, &work); in timehist_exit_event()
901 struct machine *machine) in top_entry_event() argument
905 machine, NULL, true); in top_entry_event()
912 struct machine *machine) in top_exit_event() argument
920 machine, &work); in top_exit_event()
942 struct machine *machine) in top_sched_switch_event() argument
949 machine, &work); in top_sched_switch_event()
958 return top_entry_event(kwork, class, evsel, sample, machine); in top_sched_switch_event()
965 struct machine *machine) in process_irq_handler_entry_event() argument
971 evsel, sample, machine); in process_irq_handler_entry_event()
978 struct machine *machine) in process_irq_handler_exit_event() argument
984 evsel, sample, machine); in process_irq_handler_exit_event()
1011 struct machine *machine __maybe_unused) in irq_work_init()
1044 struct machine *machine) in process_softirq_raise_event() argument
1050 evsel, sample, machine); in process_softirq_raise_event()
1058 struct machine *machine) in process_softirq_entry_event() argument
1064 evsel, sample, machine); in process_softirq_entry_event()
1072 struct machine *machine) in process_softirq_exit_event() argument
1078 evsel, sample, machine); in process_softirq_exit_event()
1139 struct machine *machine __maybe_unused) in softirq_work_init()
1175 struct machine *machine) in process_workqueue_activate_work_event() argument
1181 evsel, sample, machine); in process_workqueue_activate_work_event()
1189 struct machine *machine) in process_workqueue_execute_start_event() argument
1195 evsel, sample, machine); in process_workqueue_execute_start_event()
1203 struct machine *machine) in process_workqueue_execute_end_event() argument
1209 evsel, sample, machine); in process_workqueue_execute_end_event()
1239 struct machine *machine) in workqueue_work_init() argument
1249 machine__resolve_kernel_addr(machine, &function_addr, &modp); in workqueue_work_init()
1274 struct machine *machine) in process_sched_switch_event() argument
1280 evsel, sample, machine); in process_sched_switch_event()
1307 struct machine *machine __maybe_unused) in sched_work_init()
1953 struct machine *machine);
1959 struct machine *machine) in perf_kwork__process_tracepoint_sample() argument
1966 err = f(tool, evsel, sample, machine); in perf_kwork__process_tracepoint_sample()