Home
last modified time | relevance | path

Searched refs:queue_array (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/util/
H A Dauxtrace.c216 struct auxtrace_queue *queue_array; in auxtrace_alloc_queue_array() local
223 queue_array = calloc(nr_queues, sizeof(struct auxtrace_queue)); in auxtrace_alloc_queue_array()
224 if (!queue_array) in auxtrace_alloc_queue_array()
228 INIT_LIST_HEAD(&queue_array[i].head); in auxtrace_alloc_queue_array()
229 queue_array[i].priv = NULL; in auxtrace_alloc_queue_array()
232 return queue_array; in auxtrace_alloc_queue_array()
238 queues->queue_array = auxtrace_alloc_queue_array(queues->nr_queues); in auxtrace_queues__init_nr()
239 if (!queues->queue_array) in auxtrace_queues__init_nr()
253 struct auxtrace_queue *queue_array; in auxtrace_queues__grow() local
265 queue_array in auxtrace_queues__grow()
[all...]
H A Dcs-etm.c294 return etm->queues.queue_array[0].priv; in cs_etm__map_trace_id_v0()
299 return etm->queues.queue_array[cpu].priv; in cs_etm__map_trace_id_v0()
326 etmq = etm->queues.queue_array[i].priv; in cs_etm__process_trace_id_v0()
388 struct cs_etm_queue *other_etmq = etm->queues.queue_array[i].priv; in cs_etm__process_trace_id_v0_1()
641 queue = &etmq->etm->queues.queue_array[etmq->queue_nr]; in cs_etm__init_traceid_queue()
1012 cs_etm__free_queue(queues->queue_array[i].priv); in cs_etm__free()
1013 queues->queue_array[i].priv = NULL; in cs_etm__free()
1495 queue = &etmq->etm->queues.queue_array[etmq->queue_nr]; in cs_etm__etmq_set_tid_el()
2674 struct auxtrace_queue *queue = &etm->queues.queue_array[i]; in cs_etm__process_timestamped_queues()
2712 etmq = etm->queues.queue_array[ in cs_etm__process_timestamped_queues()
[all...]
H A Ds390-cpumsf.c206 q = &sf->queues.queue_array[sample->cpu]; in s390_cpumcf_dumpctr()
703 queue = &sfq->sf->queues.queue_array[sfq->queue_nr]; in s390_cpumsf_run_decoder()
828 ret = s390_cpumsf_setup_queue(sf, &sf->queues.queue_array[i], in s390_cpumsf_setup_queues()
862 queue = &sf->queues.queue_array[queue_nr]; in s390_cpumsf_process_queues()
1018 queues->queue_array[i].priv; in s390_cpumsf_free_queues()
1030 zfree(&queues->queue_array[i].priv); in s390_cpumsf_free_queues()
H A Dintel-bts.c212 ret = intel_bts_setup_queue(bts, &bts->queues.queue_array[i], in intel_bts_setup_queues()
468 queue = &btsq->bts->queues.queue_array[btsq->queue_nr]; in intel_bts_process_queue()
546 struct auxtrace_queue *queue = &bts->queues.queue_array[i]; in intel_bts_process_tid_exit()
571 queue = &bts->queues.queue_array[queue_nr]; in intel_bts_process_queues()
717 intel_bts_free_queue(queues->queue_array[i].priv); in intel_bts_free_events()
718 queues->queue_array[i].priv = NULL; in intel_bts_free_events()
H A Dpowerpc-vpadtl.c218 queue = &queues->queue_array[vpaq->queue_nr]; in powerpc_vpadtl_get_buffer()
390 queue = &vpa->queues.queue_array[queue_nr]; in powerpc_vpadtl_process_queues()
495 ret = powerpc_vpadtl__setup_queue(vpa, &vpa->queues.queue_array[i], i); in powerpc_vpadtl__setup_queues()
591 zfree(&queues->queue_array[i].priv); in powerpc_vpadtl_free_events()
H A Darm-spe.c193 queue = &speq->spe->queues.queue_array[speq->queue_nr]; in arm_spe_get_trace()
323 arm_spe_set_pid_tid_cpu(spe, &spe->queues.queue_array[speq->queue_nr]); in arm_spe__get_metadata_by_cpu()
1311 ret = arm_spe__setup_queue(spe, &spe->queues.queue_array[i], i); in arm_spe_process_queues()
1364 queue = &spe->queues.queue_array[queue_nr]; in arm_spe_process_timeless_queues()
1410 struct auxtrace_queue *queue = &spe->queues.queue_array[i]; in arm_spe_process_event()
1652 arm_spe_free_queue(queues->queue_array[i].priv); in arm_spe_print_info()
1653 queues->queue_array[i].priv = NULL; in arm_spe_print_info()
H A Dintel-pt.c461 queue = &ptq->pt->queues.queue_array[ptq->queue_nr]; in intel_pt_lookahead()
511 queue = &ptq->pt->queues.queue_array[ptq->queue_nr]; in intel_pt_get_trace()
1424 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_first_timestamp()
1664 ret = intel_pt_setup_queue(pt, &pt->queues.queue_array[i], i); in intel_pt_setup_queues()
2784 queue = &pt->queues.queue_array[ptq->queue_nr]; in intel_pt_sample()
3044 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_disable_sync_switch()
3059 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_next_time()
3251 queue = &pt->queues.queue_array[queue_nr]; in intel_pt_process_queues()
3297 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_sample_set_pid_tid_cpu()
3378 if (pt->queues.queue_array[ in intel_pt_sync_switch()
[all...]
H A Dauxtrace.h291 struct auxtrace_queue *queue_array; member