Lines Matching defs:machine

17 #include "machine.h"
60 struct machine *machine;
468 struct machine *machine)
472 size = dso__data_size(dso, machine);
482 struct machine *machine)
490 bits = intel_pt_cache_size(dso, machine);
500 static int intel_pt_cache_add(struct dso *dso, struct machine *machine,
504 struct auxtrace_cache *c = intel_pt_cache(dso, machine);
531 intel_pt_cache_lookup(struct dso *dso, struct machine *machine, u64 offset)
533 struct auxtrace_cache *c = intel_pt_cache(dso, machine);
541 static void intel_pt_cache_invalidate(struct dso *dso, struct machine *machine,
544 struct auxtrace_cache *c = intel_pt_cache(dso, machine);
565 struct machine *machine = ptq->pt->machine;
604 e = intel_pt_cache_lookup(al.map->dso, machine, offset);
629 len = dso__data_read_offset(al.map->dso, machine,
675 e = intel_pt_cache_lookup(al.map->dso, machine, start_offset);
681 intel_pt_cache_add(al.map->dso, machine, start_offset, insn_cnt,
948 struct thread *thread = machine__findnew_thread(pt->machine,
986 struct thread *thread = machine__findnew_thread(pt->machine,
1004 struct perf_env *env = pt->machine->env;
1118 ptq->tid = machine__get_current_tid(pt->machine, ptq->cpu);
1125 ptq->thread = machine__find_thread(pt->machine, -1, ptq->tid);
1953 err = machine__set_current_tid(pt->machine, ptq->cpu, -1, tid);
2099 struct machine *machine = pt->machine;
2108 map = machine__kernel_map(machine);
2244 pt->kernel_start = machine__kernel_start(pt->machine);
2408 struct machine *m = ptq->pt->machine;
2555 return machine__set_current_tid(pt->machine, cpu, -1, tid);
2590 if (machine__get_current_tid(pt->machine, cpu) == tid)
2593 return machine__set_current_tid(pt->machine, cpu, pid, tid);
2628 return machine__set_current_tid(pt->machine, cpu, pid, tid);
2643 return machine__set_current_tid(pt->machine, sample->cpu,
2668 struct machine *machine = pt->machine;
2687 e = intel_pt_cache_lookup(al.map->dso, machine, offset);
2700 intel_pt_cache_invalidate(al.map->dso, machine, offset);
2921 struct machine *machine __maybe_unused)
3350 pt->machine = &session->machines.host; /* No kvm support */
3447 if (thread__init_maps(pt->unknown_thread, pt->machine)) {