Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcs-etm.c89 struct thread *prev_packet_thread; member
620 tidq->prev_packet_thread = machine__idle_thread(&etm->session->machines.host); in cs_etm__init_traceid_queue()
766 thread__put(tidq->prev_packet_thread); in cs_etm__packet_swap()
767 tidq->prev_packet_thread = thread__get(tidq->thread); in cs_etm__packet_swap()
941 thread__zput(tidq->prev_packet_thread); in cs_etm__free_traceid_queues()
1641 sample.pid = thread__pid(tidq->prev_packet_thread); in cs_etm__synth_branch_sample()
1642 sample.tid = thread__tid(tidq->prev_packet_thread); in cs_etm__synth_branch_sample()