Lines Matching refs:machine

394 			  struct machine *machine,  in work_push_atom()  argument
401 class->work_init(class, &key, evsel, sample, machine); in work_push_atom()
439 struct machine *machine, in work_pop_atom() argument
446 class->work_init(class, &key, evsel, sample, machine); in work_pop_atom()
499 struct machine *machine) in report_entry_event() argument
503 machine, NULL); in report_entry_event()
510 struct machine *machine) in report_exit_event() argument
517 machine, &work); in report_exit_event()
554 struct machine *machine) in latency_raise_event() argument
558 machine, NULL); in latency_raise_event()
565 struct machine *machine) in latency_entry_event() argument
572 machine, &work); in latency_entry_event()
587 struct machine *machine) in timehist_save_callchain() argument
598 thread = machine__findnew_thread(machine, sample->pid, sample->pid); in timehist_save_callchain()
713 struct machine *machine) in timehist_raise_event() argument
717 machine, NULL); in timehist_raise_event()
724 struct machine *machine) in timehist_entry_event() argument
731 machine, &work); in timehist_entry_event()
736 timehist_save_callchain(kwork, sample, evsel, machine); in timehist_entry_event()
745 struct machine *machine) in timehist_exit_event() argument
753 if (machine__resolve(machine, &al, sample) < 0) { in timehist_exit_event()
761 machine, &work); in timehist_exit_event()
782 struct machine *machine) in process_irq_handler_entry_event() argument
788 evsel, sample, machine); in process_irq_handler_entry_event()
795 struct machine *machine) in process_irq_handler_exit_event() argument
801 evsel, sample, machine); in process_irq_handler_exit_event()
826 struct machine *machine __maybe_unused) in irq_work_init()
853 struct machine *machine) in process_softirq_raise_event() argument
859 evsel, sample, machine); in process_softirq_raise_event()
867 struct machine *machine) in process_softirq_entry_event() argument
873 evsel, sample, machine); in process_softirq_entry_event()
881 struct machine *machine) in process_softirq_exit_event() argument
887 evsel, sample, machine); in process_softirq_exit_event()
945 struct machine *machine __maybe_unused) in softirq_work_init()
974 struct machine *machine) in process_workqueue_activate_work_event() argument
980 evsel, sample, machine); in process_workqueue_activate_work_event()
988 struct machine *machine) in process_workqueue_execute_start_event() argument
994 evsel, sample, machine); in process_workqueue_execute_start_event()
1002 struct machine *machine) in process_workqueue_execute_end_event() argument
1008 evsel, sample, machine); in process_workqueue_execute_end_event()
1036 struct machine *machine) in workqueue_work_init() argument
1046 machine__resolve_kernel_addr(machine, &function_addr, &modp); in workqueue_work_init()
1554 struct machine *machine);
1560 struct machine *machine) in perf_kwork__process_tracepoint_sample() argument
1567 err = f(tool, evsel, sample, machine); in perf_kwork__process_tracepoint_sample()