Lines Matching full: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
604 tool, event, sample, machine, in perf_event__repipe_mmap2()
615 struct machine *machine) in perf_event__repipe_fork() argument
619 err = perf_event__process_fork(tool, event, sample, machine); in perf_event__repipe_fork()
620 perf_event__repipe(tool, event, sample, machine); in perf_event__repipe_fork()
628 struct machine *machine) in perf_event__repipe_comm() argument
632 err = perf_event__process_comm(tool, event, sample, machine); in perf_event__repipe_comm()
633 perf_event__repipe(tool, event, sample, machine); in perf_event__repipe_comm()
641 struct machine *machine) in perf_event__repipe_namespaces() argument
643 int err = perf_event__process_namespaces(tool, event, sample, machine); in perf_event__repipe_namespaces()
645 perf_event__repipe(tool, event, sample, machine); in perf_event__repipe_namespaces()
653 struct machine *machine) in perf_event__repipe_exit() argument
657 err = perf_event__process_exit(tool, event, sample, machine); in perf_event__repipe_exit()
658 perf_event__repipe(tool, event, sample, machine); in perf_event__repipe_exit()
765 struct machine *machine, in tool__inject_build_id() argument
788 err = perf_event__synthesize_build_id(tool, sample, machine, in tool__inject_build_id()
802 struct machine *machine, in tool__inject_mmap2_build_id() argument
824 err = perf_event__synthesize_mmap2_build_id(tool, sample, machine, in tool__inject_mmap2_build_id()
842 struct machine *machine, in mark_dso_hit() argument
872 tool__inject_build_id(tool, sample, machine, in mark_dso_hit()
883 perf_event__synthesize_mmap2_build_id(tool, sample, machine, in mark_dso_hit()
904 struct machine *machine; member
913 return mark_dso_hit(args->inject, args->tool, args->sample, args->machine, in mark_dso_hit_callback()
920 struct machine *machine) in perf_event__inject_buildid() argument
933 .machine = machine, in perf_event__inject_buildid()
938 thread = machine__findnew_thread(machine, sample->pid, sample->tid); in perf_event__inject_buildid()
946 mark_dso_hit(inject, tool, sample, machine, args.mmap_evsel, al.map, in perf_event__inject_buildid()
955 perf_event__repipe(tool, event, sample, machine); in perf_event__inject_buildid()
964 struct machine *machine __maybe_unused) in perf_inject__sched_process_exit()
984 struct machine *machine) in perf_inject__sched_switch() argument
989 perf_inject__sched_process_exit(tool, event, sample, evsel, machine); in perf_inject__sched_switch()
1009 struct machine *machine) in perf_inject__sched_stat() argument
1031 build_id__mark_dso_hit(tool, event_sw, &sample_sw, evsel, machine); in perf_inject__sched_stat()
1032 return perf_event__repipe(tool, event_sw, &sample_sw, machine); in perf_inject__sched_stat()
1053 struct machine *machine __maybe_unused) in guest_session__repipe()
1218 struct machine *machine __maybe_unused) in process_attr()
1300 struct machine *machine = &session->machines.host; in synthesize_id_index() local
1304 evlist, machine, from); in synthesize_id_index()
1347 struct machine *machine __maybe_unused) in process_build_id()
1356 struct machine *machine = perf_session__findnew_machine(inject->session, machine_pid); in synthesize_build_id() local
1369 if (!machine) in synthesize_build_id()
1374 return perf_event__synthesize_build_id(&inject->tool, &synth_sample, machine, in synthesize_build_id()
1407 struct machine *machine __maybe_unused) in guest_session__ksymbol_event()
1771 struct machine *machine) in host__repipe() argument
1780 return perf_event__repipe(tool, event, sample, machine); in host__repipe()
1862 struct machine *machine) in host__context_switch() argument
1891 return host__repipe(tool, event, sample, machine); in host__context_switch()
1917 struct machine *machine __maybe_unused) in drop_sample()
2013 "guest machine PID, and optionally guest timestamp offset, " in parse_guest_data()
2039 /* Keep original information that describes the machine or software */ in keep_feat()