Searched refs:queue_array (Results 1 – 4 of 4) sorted by relevance
138 struct auxtrace_queue *queue_array; in auxtrace_alloc_queue_array() local145 queue_array = calloc(nr_queues, sizeof(struct auxtrace_queue)); in auxtrace_alloc_queue_array()146 if (!queue_array) in auxtrace_alloc_queue_array()150 INIT_LIST_HEAD(&queue_array[i].head); in auxtrace_alloc_queue_array()151 queue_array[i].priv = NULL; in auxtrace_alloc_queue_array()154 return queue_array; in auxtrace_alloc_queue_array()160 queues->queue_array = auxtrace_alloc_queue_array(queues->nr_queues); in auxtrace_queues__init()161 if (!queues->queue_array) in auxtrace_queues__init()170 struct auxtrace_queue *queue_array; in auxtrace_queues__grow() local182 queue_array = auxtrace_alloc_queue_array(nr_queues); in auxtrace_queues__grow()[all …]
217 ret = intel_bts_setup_queue(bts, &bts->queues.queue_array[i], in intel_bts_setup_queues()470 queue = &btsq->bts->queues.queue_array[btsq->queue_nr]; in intel_bts_process_queue()547 struct auxtrace_queue *queue = &bts->queues.queue_array[i]; in intel_bts_process_tid_exit()572 queue = &bts->queues.queue_array[queue_nr]; in intel_bts_process_queues()718 intel_bts_free_queue(queues->queue_array[i].priv); in intel_bts_free_events()719 queues->queue_array[i].priv = NULL; in intel_bts_free_events()
240 queue = &ptq->pt->queues.queue_array[ptq->queue_nr]; in intel_pt_get_trace()894 ret = intel_pt_setup_queue(pt, &pt->queues.queue_array[i], i); in intel_pt_setup_queues()1169 queue = &pt->queues.queue_array[ptq->queue_nr]; in intel_pt_next_tid()1417 queue = &pt->queues.queue_array[queue_nr]; in intel_pt_process_queues()1463 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_process_timeless_queues()1493 if (pt->queues.queue_array[i].cpu == cpu) in intel_pt_cpu_to_ptq()1494 return pt->queues.queue_array[i].priv; in intel_pt_cpu_to_ptq()1497 if (pt->queues.queue_array[--i].cpu == cpu) in intel_pt_cpu_to_ptq()1498 return pt->queues.queue_array[i].priv; in intel_pt_cpu_to_ptq()1502 if (pt->queues.queue_array[j].cpu == cpu) in intel_pt_cpu_to_ptq()[all …]
205 struct auxtrace_queue *queue_array; member