Lines Matching defs:machine

351 				     struct machine *machine __maybe_unused)
360 struct machine *machine __maybe_unused)
1426 static struct machine *machines__find_for_cpumode(struct machines *machines,
1444 * Guest code machine is created as needed and does not use
1461 struct machine *machine)
1485 return tool->sample(tool, event, sample, evsel, machine);
1492 struct machine *machine,
1500 machine);
1510 struct evsel *evsel, struct machine *machine)
1518 return tool->sample(tool, event, sample, evsel, machine);
1523 machine, read_format);
1526 &sample->read.one, machine);
1537 struct machine *machine;
1543 machine = machines__find_for_cpumode(machines, event, sample);
1551 if (machine == NULL) {
1556 dump_sample(evsel, event, sample, perf_env__arch(machine->env));
1557 return evlist__deliver_sample(evlist, tool, event, sample, evsel, machine);
1559 return tool->mmap(tool, event, sample, machine);
1563 return tool->mmap2(tool, event, sample, machine);
1565 return tool->comm(tool, event, sample, machine);
1567 return tool->namespaces(tool, event, sample, machine);
1569 return tool->cgroup(tool, event, sample, machine);
1571 return tool->fork(tool, event, sample, machine);
1573 return tool->exit(tool, event, sample, machine);
1577 return tool->lost(tool, event, sample, machine);
1582 return tool->lost_samples(tool, event, sample, machine);
1585 return tool->read(tool, event, sample, evsel, machine);
1587 return tool->throttle(tool, event, sample, machine);
1589 return tool->unthrottle(tool, event, sample, machine);
1599 return tool->aux(tool, event, sample, machine);
1601 return tool->itrace_start(tool, event, sample, machine);
1604 return tool->context_switch(tool, event, sample, machine);
1606 return tool->ksymbol(tool, event, sample, machine);
1608 return tool->bpf(tool, event, sample, machine);
1610 return tool->text_poke(tool, event, sample, machine);
1612 return tool->aux_output_hw_id(tool, event, sample, machine);
2778 struct machine *machine = machines__findnew(&session->machines, machine_pid);
2781 if (!machine)
2784 machine->single_address_space = session->machines.host.single_address_space;
2786 thread = machine__idle_thread(machine);
2791 machine->kallsyms_filename = perf_data__guest_kallsyms_name(session->data, machine_pid);
2799 struct machine *machine = &session->machines.host;
2800 struct thread *thread = machine__findnew_thread(machine, pid, tid);