Searched refs:queue_array (Results 1 – 4 of 4) sorted by relevance
147 struct auxtrace_queue *queue_array; in auxtrace_alloc_queue_array() local154 queue_array = calloc(nr_queues, sizeof(struct auxtrace_queue)); in auxtrace_alloc_queue_array()155 if (!queue_array) in auxtrace_alloc_queue_array()159 INIT_LIST_HEAD(&queue_array[i].head); in auxtrace_alloc_queue_array()160 queue_array[i].priv = NULL; in auxtrace_alloc_queue_array()163 return queue_array; in auxtrace_alloc_queue_array()169 queues->queue_array = auxtrace_alloc_queue_array(queues->nr_queues); in auxtrace_queues__init()170 if (!queues->queue_array) in auxtrace_queues__init()179 struct auxtrace_queue *queue_array; in auxtrace_queues__grow() local191 queue_array = auxtrace_alloc_queue_array(nr_queues); in auxtrace_queues__grow()[all …]
218 ret = intel_bts_setup_queue(bts, &bts->queues.queue_array[i], in intel_bts_setup_queues()483 queue = &btsq->bts->queues.queue_array[btsq->queue_nr]; in intel_bts_process_queue()561 struct auxtrace_queue *queue = &bts->queues.queue_array[i]; in intel_bts_process_tid_exit()586 queue = &bts->queues.queue_array[queue_nr]; in intel_bts_process_queues()732 intel_bts_free_queue(queues->queue_array[i].priv); in intel_bts_free_events()733 queues->queue_array[i].priv = NULL; in intel_bts_free_events()
250 queue = &ptq->pt->queues.queue_array[ptq->queue_nr]; in intel_pt_get_trace()986 ret = intel_pt_setup_queue(pt, &pt->queues.queue_array[i], i); in intel_pt_setup_queues()1276 queue = &pt->queues.queue_array[ptq->queue_nr]; in intel_pt_next_tid()1430 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_enable_sync_switch()1543 queue = &pt->queues.queue_array[queue_nr]; in intel_pt_process_queues()1589 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_process_timeless_queues()1619 if (pt->queues.queue_array[i].cpu == cpu) in intel_pt_cpu_to_ptq()1620 return pt->queues.queue_array[i].priv; in intel_pt_cpu_to_ptq()1623 if (pt->queues.queue_array[--i].cpu == cpu) in intel_pt_cpu_to_ptq()1624 return pt->queues.queue_array[i].priv; in intel_pt_cpu_to_ptq()[all …]
210 struct auxtrace_queue *queue_array; member