Searched refs:queue_array (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/tools/perf/util/ |
D | auxtrace.c | 202 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() 225 if (!queues->queue_array) in auxtrace_queues__init() 234 struct auxtrace_queue *queue_array; in auxtrace_queues__grow() local 246 queue_array = auxtrace_alloc_queue_array(nr_queues); in auxtrace_queues__grow() [all …]
|
D | s390-cpumsf.c | 206 q = &sf->queues.queue_array[sample->cpu]; in s390_cpumcf_dumpctr() 701 queue = &sfq->sf->queues.queue_array[sfq->queue_nr]; in s390_cpumsf_run_decoder() 826 ret = s390_cpumsf_setup_queue(sf, &sf->queues.queue_array[i], in s390_cpumsf_setup_queues() 860 queue = &sf->queues.queue_array[queue_nr]; in s390_cpumsf_process_queues() 1021 queues->queue_array[i].priv; in s390_cpumsf_free_queues() 1033 zfree(&queues->queue_array[i].priv); in s390_cpumsf_free_queues()
|
D | intel-bts.c | 212 ret = intel_bts_setup_queue(bts, &bts->queues.queue_array[i], in intel_bts_setup_queues() 465 queue = &btsq->bts->queues.queue_array[btsq->queue_nr]; in intel_bts_process_queue() 543 struct auxtrace_queue *queue = &bts->queues.queue_array[i]; in intel_bts_process_tid_exit() 568 queue = &bts->queues.queue_array[queue_nr]; in intel_bts_process_queues() 714 intel_bts_free_queue(queues->queue_array[i].priv); in intel_bts_free_events() 715 queues->queue_array[i].priv = NULL; in intel_bts_free_events()
|
D | arm-spe.c | 154 queue = &speq->spe->queues.queue_array[speq->queue_nr]; in arm_spe_get_trace() 271 arm_spe_set_pid_tid_cpu(spe, &spe->queues.queue_array[speq->queue_nr]); in arm_spe_set_tid() 769 ret = arm_spe__setup_queue(spe, &spe->queues.queue_array[i], i); in arm_spe__setup_queues() 822 queue = &spe->queues.queue_array[queue_nr]; in arm_spe_process_queues() 868 struct auxtrace_queue *queue = &spe->queues.queue_array[i]; in arm_spe_process_timeless_queues() 1039 arm_spe_free_queue(queues->queue_array[i].priv); in arm_spe_free_events() 1040 queues->queue_array[i].priv = NULL; in arm_spe_free_events()
|
D | cs-etm.c | 474 queue = &etmq->etm->queues.queue_array[etmq->queue_nr]; in cs_etm__init_traceid_queue() 846 cs_etm__free_queue(queues->queue_array[i].priv); in cs_etm__free_events() 847 queues->queue_array[i].priv = NULL; in cs_etm__free_events() 1327 queue = &etmq->etm->queues.queue_array[etmq->queue_nr]; in cs_etm__get_trace() 2514 struct auxtrace_queue *queue = &etm->queues.queue_array[i]; in cs_etm__process_timeless_queues() 2552 etmq = etm->queues.queue_array[i].priv; in cs_etm__process_timestamped_queues() 2569 queue = &etm->queues.queue_array[queue_nr]; in cs_etm__process_timestamped_queues() 2779 list_for_each_entry(buf, &etm->queues.queue_array[i].head, list) in dump_queued_data() 2781 cs_etm__dump_event(etm->queues.queue_array[i].priv, buf); in dump_queued_data() 2818 err = cs_etm__setup_queue(etm, &etm->queues.queue_array[idx], in cs_etm__process_auxtrace_event() [all …]
|
D | intel-pt.c | 459 queue = &ptq->pt->queues.queue_array[ptq->queue_nr]; in intel_pt_lookahead() 509 queue = &ptq->pt->queues.queue_array[ptq->queue_nr]; in intel_pt_get_trace() 1419 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_first_timestamp() 1659 ret = intel_pt_setup_queue(pt, &pt->queues.queue_array[i], i); in intel_pt_setup_queues() 2555 queue = &pt->queues.queue_array[ptq->queue_nr]; in intel_pt_next_tid() 2815 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_enable_sync_switch() 2830 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_disable_sync_switch() 3022 queue = &pt->queues.queue_array[queue_nr]; in intel_pt_process_queues() 3068 struct auxtrace_queue *queue = &pt->queues.queue_array[i]; in intel_pt_process_timeless_queues() 3149 if (pt->queues.queue_array[i].cpu == cpu) in intel_pt_cpu_to_ptq() [all …]
|
D | auxtrace.h | 293 struct auxtrace_queue *queue_array; member
|