Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dintel-pt.c202 struct thread *guest_thread; member
707 thread__zput(ptq->guest_thread); in intel_pt_get_guest()
708 ptq->guest_thread = machines__findnew_guest_code(machines, pid); in intel_pt_get_guest()
788 thread = ptq->guest_thread; in intel_pt_walk_next_insn()
1403 thread__zput(ptq->guest_thread); in intel_pt_free_queue()
1444 thread__zput(ptq->guest_thread); in intel_pt_get_guest_from_sideband()
1459 if (ptq->guest_thread && thread__tid(ptq->guest_thread) != tid) in intel_pt_get_guest_from_sideband()
1460 thread__zput(ptq->guest_thread); in intel_pt_get_guest_from_sideband()
1462 if (!ptq->guest_thread) { in intel_pt_get_guest_from_sideband()
1463 ptq->guest_thread = machine__find_thread(machine, -1, tid); in intel_pt_get_guest_from_sideband()
[all …]