Lines Matching defs:machine

341 				     struct machine *machine __maybe_unused)
350 struct machine *machine __maybe_unused)
1347 static struct machine *machines__find_for_cpumode(struct machines *machines,
1351 struct machine *machine;
1364 machine = machines__find(machines, pid);
1365 if (!machine)
1366 machine = machines__findnew(machines, DEFAULT_GUEST_KERNEL_ID);
1367 return machine;
1378 struct machine *machine)
1402 return tool->sample(tool, event, sample, evsel, machine);
1409 struct machine *machine)
1417 machine);
1431 struct machine *machine)
1439 return tool->sample(tool, event, sample, evsel, machine);
1444 machine);
1447 &sample->read.one, machine);
1457 struct machine *machine;
1463 machine = machines__find_for_cpumode(machines, event, sample);
1472 if (machine == NULL) {
1476 return perf_evlist__deliver_sample(evlist, tool, event, sample, evsel, machine);
1478 return tool->mmap(tool, event, sample, machine);
1482 return tool->mmap2(tool, event, sample, machine);
1484 return tool->comm(tool, event, sample, machine);
1486 return tool->namespaces(tool, event, sample, machine);
1488 return tool->cgroup(tool, event, sample, machine);
1490 return tool->fork(tool, event, sample, machine);
1492 return tool->exit(tool, event, sample, machine);
1496 return tool->lost(tool, event, sample, machine);
1500 return tool->lost_samples(tool, event, sample, machine);
1503 return tool->read(tool, event, sample, evsel, machine);
1505 return tool->throttle(tool, event, sample, machine);
1507 return tool->unthrottle(tool, event, sample, machine);
1515 return tool->aux(tool, event, sample, machine);
1517 return tool->itrace_start(tool, event, sample, machine);
1520 return tool->context_switch(tool, event, sample, machine);
1522 return tool->ksymbol(tool, event, sample, machine);
1524 return tool->bpf(tool, event, sample, machine);
1526 return tool->text_poke(tool, event, sample, machine);