Lines Matching refs:queue_array
346 queue = &ptq->pt->queues.queue_array[ptq->queue_nr]; in intel_pt_lookahead()
396 queue = &ptq->pt->queues.queue_array[ptq->queue_nr]; in intel_pt_get_trace()
1271 ret = intel_pt_setup_queue(pt, &pt->queues.queue_array[i], i); in intel_pt_setup_queues()
1955 queue = &pt->queues.queue_array[ptq->queue_nr]; in intel_pt_next_tid()
2156 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_enable_sync_switch()
2346 queue = &pt->queues.queue_array[queue_nr]; in intel_pt_process_queues()
2392 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_process_timeless_queues()
2472 if (pt->queues.queue_array[i].cpu == cpu) in intel_pt_cpu_to_ptq()
2473 return pt->queues.queue_array[i].priv; in intel_pt_cpu_to_ptq()
2476 if (pt->queues.queue_array[--i].cpu == cpu) in intel_pt_cpu_to_ptq()
2477 return pt->queues.queue_array[i].priv; in intel_pt_cpu_to_ptq()
2481 if (pt->queues.queue_array[j].cpu == cpu) in intel_pt_cpu_to_ptq()
2482 return pt->queues.queue_array[j].priv; in intel_pt_cpu_to_ptq()
2820 intel_pt_free_queue(queues->queue_array[i].priv); in intel_pt_free_events()
2821 queues->queue_array[i].priv = NULL; in intel_pt_free_events()