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.c90 struct thread *prev_packet_thread; member
614 tidq->prev_packet_thread = machine__idle_thread(&etm->session->machines.host); in cs_etm__init_traceid_queue()
760 thread__put(tidq->prev_packet_thread); in cs_etm__packet_swap()
761 tidq->prev_packet_thread = thread__get(tidq->thread); in cs_etm__packet_swap()
935 thread__zput(tidq->prev_packet_thread); in cs_etm__free_traceid_queues()
1633 sample.pid = thread__pid(tidq->prev_packet_thread); in cs_etm__synth_branch_sample()
1634 sample.tid = thread__tid(tidq->prev_packet_thread); in cs_etm__synth_branch_sample()