Lines Matching refs:queue_array
312 queue = &ptq->pt->queues.queue_array[ptq->queue_nr]; in intel_pt_lookahead()
362 queue = &ptq->pt->queues.queue_array[ptq->queue_nr]; in intel_pt_get_trace()
1126 ret = intel_pt_setup_queue(pt, &pt->queues.queue_array[i], i); in intel_pt_setup_queues()
1869 queue = &pt->queues.queue_array[ptq->queue_nr]; in intel_pt_next_tid()
2076 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_enable_sync_switch()
2265 queue = &pt->queues.queue_array[queue_nr]; in intel_pt_process_queues()
2311 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_process_timeless_queues()
2341 if (pt->queues.queue_array[i].cpu == cpu) in intel_pt_cpu_to_ptq()
2342 return pt->queues.queue_array[i].priv; in intel_pt_cpu_to_ptq()
2345 if (pt->queues.queue_array[--i].cpu == cpu) in intel_pt_cpu_to_ptq()
2346 return pt->queues.queue_array[i].priv; in intel_pt_cpu_to_ptq()
2350 if (pt->queues.queue_array[j].cpu == cpu) in intel_pt_cpu_to_ptq()
2351 return pt->queues.queue_array[j].priv; in intel_pt_cpu_to_ptq()
2618 intel_pt_free_queue(queues->queue_array[i].priv); in intel_pt_free_events()
2619 queues->queue_array[i].priv = NULL; in intel_pt_free_events()