Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dmachine.h279 pid_t machine__get_current_tid(struct machine *machine, int cpu);
Darm-spe.c244 tid = machine__get_current_tid(spe->machine, speq->cpu); in arm_spe_set_pid_tid_cpu()
Dintel-pt.c1428 tid = machine__get_current_tid(machine, vcpu); in intel_pt_get_guest_from_sideband()
1453 ptq->tid = machine__get_current_tid(pt->machine, ptq->cpu); in intel_pt_set_pid_tid_cpu()
3201 if (machine__get_current_tid(pt->machine, cpu) == tid) in intel_pt_context_switch_in()
Dmachine.c3181 pid_t machine__get_current_tid(struct machine *machine, int cpu) in machine__get_current_tid() function