Lines Matching refs:machine

387 			  struct machine *machine,  in work_push_atom()  argument
394 class->work_init(class, &key, evsel, sample, machine); in work_push_atom()
432 struct machine *machine, in work_pop_atom() argument
439 class->work_init(class, &key, evsel, sample, machine); in work_pop_atom()
492 struct machine *machine) in report_entry_event() argument
496 machine, NULL); in report_entry_event()
503 struct machine *machine) in report_exit_event() argument
510 machine, &work); in report_exit_event()
547 struct machine *machine) in latency_raise_event() argument
551 machine, NULL); in latency_raise_event()
558 struct machine *machine) in latency_entry_event() argument
565 machine, &work); in latency_entry_event()
580 struct machine *machine) in timehist_save_callchain() argument
591 thread = machine__findnew_thread(machine, sample->pid, sample->pid); in timehist_save_callchain()
698 struct machine *machine) in timehist_raise_event() argument
702 machine, NULL); in timehist_raise_event()
709 struct machine *machine) in timehist_entry_event() argument
716 machine, &work); in timehist_entry_event()
721 timehist_save_callchain(kwork, sample, evsel, machine); in timehist_entry_event()
730 struct machine *machine) in timehist_exit_event() argument
736 if (machine__resolve(machine, &al, sample) < 0) { in timehist_exit_event()
743 machine, &work); in timehist_exit_event()
760 struct machine *machine) in process_irq_handler_entry_event() argument
766 evsel, sample, machine); in process_irq_handler_entry_event()
773 struct machine *machine) in process_irq_handler_exit_event() argument
779 evsel, sample, machine); in process_irq_handler_exit_event()
804 struct machine *machine __maybe_unused) in irq_work_init()
831 struct machine *machine) in process_softirq_raise_event() argument
837 evsel, sample, machine); in process_softirq_raise_event()
845 struct machine *machine) in process_softirq_entry_event() argument
851 evsel, sample, machine); in process_softirq_entry_event()
859 struct machine *machine) in process_softirq_exit_event() argument
865 evsel, sample, machine); in process_softirq_exit_event()
923 struct machine *machine __maybe_unused) in softirq_work_init()
952 struct machine *machine) in process_workqueue_activate_work_event() argument
958 evsel, sample, machine); in process_workqueue_activate_work_event()
966 struct machine *machine) in process_workqueue_execute_start_event() argument
972 evsel, sample, machine); in process_workqueue_execute_start_event()
980 struct machine *machine) in process_workqueue_execute_end_event() argument
986 evsel, sample, machine); in process_workqueue_execute_end_event()
1014 struct machine *machine) in workqueue_work_init() argument
1024 machine__resolve_kernel_addr(machine, &function_addr, &modp); in workqueue_work_init()
1532 struct machine *machine);
1538 struct machine *machine) in perf_kwork__process_tracepoint_sample() argument
1545 err = f(tool, evsel, sample, machine); in perf_kwork__process_tracepoint_sample()