Home | History | Annotate | Download | only in util

Lines Matching defs:machine

225 				     struct machine *machine __maybe_unused)
234 struct machine *machine __maybe_unused)
867 static struct machine *
873 struct machine *machine;
886 machine = perf_session__find_machine(session, pid);
887 if (!machine)
888 machine = perf_session__findnew_machine(session,
890 return machine;
901 struct machine *machine)
917 return tool->sample(tool, event, sample, sid->evsel, machine);
924 struct machine *machine)
932 machine);
946 struct machine *machine)
954 return tool->sample(tool, event, sample, evsel, machine);
959 machine);
962 &sample->read.one, machine);
972 struct machine *machine;
994 machine = perf_session__find_machine_for_cpumode(session, event,
1004 if (machine == NULL) {
1009 sample, evsel, machine);
1011 return tool->mmap(tool, event, sample, machine);
1013 return tool->mmap2(tool, event, sample, machine);
1015 return tool->comm(tool, event, sample, machine);
1017 return tool->fork(tool, event, sample, machine);
1019 return tool->exit(tool, event, sample, machine);
1023 return tool->lost(tool, event, sample, machine);
1025 return tool->read(tool, event, sample, evsel, machine);
1027 return tool->throttle(tool, event, sample, machine);
1029 return tool->unthrottle(tool, event, sample, machine);
1512 struct perf_sample *sample, struct machine *machine,
1524 if (perf_event__preprocess_sample(event, machine, &al, sample) < 0) {
1532 if (machine__resolve_callchain(machine, evsel, al.thread,