Searched refs:machine__get_current_tid (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dmachine.h277 pid_t machine__get_current_tid(struct machine *machine, int cpu);
H A Darm-spe.c244 tid = machine__get_current_tid(spe->machine, speq->cpu);
H A Dintel-pt.c1457 tid = machine__get_current_tid(machine, vcpu);
1482 ptq->tid = machine__get_current_tid(pt->machine, ptq->cpu);
3268 if (machine__get_current_tid(pt->machine, cpu) == tid)
H A Dmachine.c3095 pid_t machine__get_current_tid(struct machine *machine, int cpu) function

Completed in 134 milliseconds