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()
1255 ret = intel_pt_setup_queue(pt, &pt->queues.queue_array[i], i); in intel_pt_setup_queues()
1937 queue = &pt->queues.queue_array[ptq->queue_nr]; in intel_pt_next_tid()
2144 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_enable_sync_switch()
2333 queue = &pt->queues.queue_array[queue_nr]; in intel_pt_process_queues()
2379 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_process_timeless_queues()
2459 if (pt->queues.queue_array[i].cpu == cpu) in intel_pt_cpu_to_ptq()
2460 return pt->queues.queue_array[i].priv; in intel_pt_cpu_to_ptq()
2463 if (pt->queues.queue_array[--i].cpu == cpu) in intel_pt_cpu_to_ptq()
2464 return pt->queues.queue_array[i].priv; in intel_pt_cpu_to_ptq()
2468 if (pt->queues.queue_array[j].cpu == cpu) in intel_pt_cpu_to_ptq()
2469 return pt->queues.queue_array[j].priv; in intel_pt_cpu_to_ptq()
2807 intel_pt_free_queue(queues->queue_array[i].priv); in intel_pt_free_events()
2808 queues->queue_array[i].priv = NULL; in intel_pt_free_events()