machine__get_current_tid
tid = machine__get_current_tid(spe->machine, speq->cpu);
tid = machine__get_current_tid(machine, vcpu);
ptq->tid = machine__get_current_tid(pt->machine, ptq->cpu);
if (machine__get_current_tid(pt->machine, cpu) == tid)
pid_t machine__get_current_tid(struct machine *machine, int cpu);