Lines Matching refs:cs_queue_nr
134 #define TO_QUEUE_NR(cs_queue_nr) (cs_queue_nr >> 16) argument
135 #define TO_TRACE_CHAN_ID(cs_queue_nr) (cs_queue_nr & 0x0000ffff) argument
1109 unsigned int cs_queue_nr; in cs_etm__queue_first_cs_timestamp() local
1169 cs_queue_nr = TO_CS_QUEUE_NR(queue_nr, trace_chan_id); in cs_etm__queue_first_cs_timestamp()
1170 ret = auxtrace_heap__add(&etm->heap, cs_queue_nr, cs_timestamp); in cs_etm__queue_first_cs_timestamp()
2534 unsigned int cs_queue_nr, queue_nr, i; in cs_etm__process_timestamped_queues() local
2560 cs_queue_nr = etm->heap.heap_array[0].queue_nr; in cs_etm__process_timestamped_queues()
2561 queue_nr = TO_QUEUE_NR(cs_queue_nr); in cs_etm__process_timestamped_queues()
2562 trace_chan_id = TO_TRACE_CHAN_ID(cs_queue_nr); in cs_etm__process_timestamped_queues()
2636 cs_queue_nr = TO_CS_QUEUE_NR(queue_nr, trace_chan_id); in cs_etm__process_timestamped_queues()
2637 ret = auxtrace_heap__add(&etm->heap, cs_queue_nr, cs_timestamp); in cs_etm__process_timestamped_queues()