Lines Matching refs:machine

146 				 struct machine *machine,
153 struct machine *machine,
314 struct machine *machine __maybe_unused) in perf_event__repipe()
322 struct machine *machine __maybe_unused) in perf_event__drop()
330 struct machine *machine __maybe_unused) in perf_event__drop_aux()
372 struct machine *machine);
378 struct machine *machine) in perf_event__repipe_sample() argument
385 return f(tool, event, sample, evsel, machine); in perf_event__repipe_sample()
388 build_id__mark_dso_hit(tool, event, sample, evsel, machine); in perf_event__repipe_sample()
400 const struct dso_id *id, struct machine *machine) in findnew_dso() argument
408 thread = machine__findnew_thread(machine, pid, tid); in findnew_dso()
428 dso = machine__findnew_vdso(machine, thread); in findnew_dso()
430 dso = machine__findnew_dso_id(machine, filename, id); in findnew_dso()
469 struct machine *machine, in perf_event__repipe_common_mmap() argument
478 struct machine *machine)) in perf_event__repipe_common_mmap()
490 ret = jit_process(inject->session, &inject->output, machine, in perf_event__repipe_common_mmap()
501 dso = findnew_dso(pid, tid, filename, dso_id, machine); in perf_event__repipe_common_mmap()
510 dso = findnew_dso(pid, tid, filename, dso_id, machine); in perf_event__repipe_common_mmap()
519 tool__inject_build_id(tool, sample, machine, evsel, in perf_event__repipe_common_mmap()
537 err = perf_event_process(tool, event, sample, machine); in perf_event__repipe_common_mmap()
549 dso = findnew_dso(pid, tid, filename, dso_id, machine); in perf_event__repipe_common_mmap()
553 !tool__inject_mmap2_build_id(tool, sample, machine, evsel, in perf_event__repipe_common_mmap()
568 return perf_event__repipe(tool, event, sample, machine); in perf_event__repipe_common_mmap()
574 struct machine *machine) in perf_event__repipe_mmap() argument
577 tool, event, sample, machine, in perf_event__repipe_mmap()
588 struct machine *machine) in perf_event__repipe_mmap2() argument
602 tool, event, sample, machine, in perf_event__repipe_mmap2()
613 struct machine *machine) in perf_event__repipe_fork() argument
617 err = perf_event__process_fork(tool, event, sample, machine); in perf_event__repipe_fork()
618 perf_event__repipe(tool, event, sample, machine); in perf_event__repipe_fork()
626 struct machine *machine) in perf_event__repipe_comm() argument
630 err = perf_event__process_comm(tool, event, sample, machine); in perf_event__repipe_comm()
631 perf_event__repipe(tool, event, sample, machine); in perf_event__repipe_comm()
639 struct machine *machine) in perf_event__repipe_namespaces() argument
641 int err = perf_event__process_namespaces(tool, event, sample, machine); in perf_event__repipe_namespaces()
643 perf_event__repipe(tool, event, sample, machine); in perf_event__repipe_namespaces()
651 struct machine *machine) in perf_event__repipe_exit() argument
655 err = perf_event__process_exit(tool, event, sample, machine); in perf_event__repipe_exit()
656 perf_event__repipe(tool, event, sample, machine); in perf_event__repipe_exit()
759 struct machine *machine, in tool__inject_build_id() argument
782 err = perf_event__synthesize_build_id(tool, sample, machine, in tool__inject_build_id()
796 struct machine *machine, in tool__inject_mmap2_build_id() argument
818 err = perf_event__synthesize_mmap2_build_id(tool, sample, machine, in tool__inject_mmap2_build_id()
836 struct machine *machine, in mark_dso_hit() argument
866 tool__inject_build_id(tool, sample, machine, in mark_dso_hit()
877 perf_event__synthesize_mmap2_build_id(tool, sample, machine, in mark_dso_hit()
898 struct machine *machine; member
907 return mark_dso_hit(args->inject, args->tool, args->sample, args->machine, in mark_dso_hit_callback()
914 struct machine *machine) in perf_event__inject_buildid() argument
927 .machine = machine, in perf_event__inject_buildid()
932 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in perf_event__inject_buildid()
940 mark_dso_hit(inject, tool, sample, machine, args.mmap_evsel, al.map, in perf_event__inject_buildid()
949 perf_event__repipe(tool, event, sample, machine); in perf_event__inject_buildid()
958 struct machine *machine __maybe_unused) in perf_inject__sched_process_exit()
978 struct machine *machine) in perf_inject__sched_switch() argument
983 perf_inject__sched_process_exit(tool, event, sample, evsel, machine); in perf_inject__sched_switch()
1003 struct machine *machine) in perf_inject__sched_stat() argument
1025 build_id__mark_dso_hit(tool, event_sw, &sample_sw, evsel, machine); in perf_inject__sched_stat()
1026 return perf_event__repipe(tool, event_sw, &sample_sw, machine); in perf_inject__sched_stat()
1047 struct machine *machine __maybe_unused) in guest_session__repipe()
1212 struct machine *machine __maybe_unused) in process_attr()
1294 struct machine *machine = &session->machines.host; in synthesize_id_index() local
1298 evlist, machine, from); in synthesize_id_index()
1341 struct machine *machine __maybe_unused) in process_build_id()
1350 struct machine *machine = perf_session__findnew_machine(inject->session, machine_pid); in synthesize_build_id() local
1363 if (!machine) in synthesize_build_id()
1368 return perf_event__synthesize_build_id(&inject->tool, &synth_sample, machine, in synthesize_build_id()
1401 struct machine *machine __maybe_unused) in guest_session__ksymbol_event()
1765 struct machine *machine) in host__repipe() argument
1774 return perf_event__repipe(tool, event, sample, machine); in host__repipe()
1856 struct machine *machine) in host__context_switch() argument
1885 return host__repipe(tool, event, sample, machine); in host__context_switch()
1911 struct machine *machine __maybe_unused) in drop_sample()