Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dauxtrace.c202 struct auxtrace_queue *queue_array; in auxtrace_alloc_queue_array() local
209 queue_array = calloc(nr_queues, sizeof(struct auxtrace_queue)); in auxtrace_alloc_queue_array()
210 if (!queue_array) in auxtrace_alloc_queue_array()
214 INIT_LIST_HEAD(&queue_array[i].head); in auxtrace_alloc_queue_array()
215 queue_array[i].priv = NULL; in auxtrace_alloc_queue_array()
218 return queue_array; in auxtrace_alloc_queue_array()
224 queues->queue_array = auxtrace_alloc_queue_array(queues->nr_queues); in auxtrace_queues__init_nr()
225 if (!queues->queue_array) in auxtrace_queues__init_nr()
239 struct auxtrace_queue *queue_array; in auxtrace_queues__grow() local
251 queue_array = auxtrace_alloc_queue_array(nr_queues); in auxtrace_queues__grow()
[all …]
H A Dcs-etm.c287 return etm->queues.queue_array[0].priv; in cs_etm__get_queue()
289 return etm->queues.queue_array[cpu].priv; in cs_etm__get_queue()
313 etmq = etm->queues.queue_array[i].priv; in cs_etm__map_trace_id_v0()
369 struct cs_etm_queue *other_etmq = etm->queues.queue_array[i].priv; in cs_etm__process_trace_id_v0_1()
616 queue = &etmq->etm->queues.queue_array[etmq->queue_nr]; in cs_etm__init_traceid_queue()
997 cs_etm__free_queue(queues->queue_array[i].priv); in cs_etm__free()
998 queues->queue_array[i].priv = NULL; in cs_etm__free()
1441 queue = &etmq->etm->queues.queue_array[etmq->queue_nr]; in cs_etm__get_trace()
2595 struct auxtrace_queue *queue = &etm->queues.queue_array[i]; in cs_etm__process_timeless_queues()
2633 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 Darm-spe.c174 queue = &speq->spe->queues.queue_array[speq->queue_nr]; in arm_spe_get_trace()
303 arm_spe_set_pid_tid_cpu(spe, &spe->queues.queue_array[speq->queue_nr]); in arm_spe_set_tid()
1152 ret = arm_spe__setup_queue(spe, &spe->queues.queue_array[i], i); in arm_spe__setup_queues()
1205 queue = &spe->queues.queue_array[queue_nr]; in arm_spe_process_queues()
1251 struct auxtrace_queue *queue = &spe->queues.queue_array[i]; in arm_spe_process_timeless_queues()
1490 arm_spe_free_queue(queues->queue_array[i].priv); in arm_spe_free_events()
1491 queues->queue_array[i].priv = NULL; in arm_spe_free_events()
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()
1423 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_first_timestamp()
1663 ret = intel_pt_setup_queue(pt, &pt->queues.queue_array[i], i); in intel_pt_setup_queues()
2763 queue = &pt->queues.queue_array[ptq->queue_nr]; in intel_pt_next_tid()
3023 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_enable_sync_switch()
3038 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_disable_sync_switch()
3230 queue = &pt->queues.queue_array[queue_nr]; in intel_pt_process_queues()
3276 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_process_timeless_queues()
3357 if (pt->queues.queue_array[i].cpu == cpu) in intel_pt_cpu_to_ptq()
[all …]
H A Dauxtrace.h295 struct auxtrace_queue *queue_array; member