Lines Matching refs:queues
42 struct auxtrace_queues queues; member
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()
748 for (i = 0; i < spe->queues.nr_queues; i++) { in arm_spe__setup_queues()
749 ret = arm_spe__setup_queue(spe, &spe->queues.queue_array[i], i); in arm_spe__setup_queues()
759 if (spe->queues.new_data) { in arm_spe__update_queues()
760 spe->queues.new_data = false; in arm_spe__update_queues()
802 queue = &spe->queues.queue_array[queue_nr]; in arm_spe_process_queues()
843 struct auxtrace_queues *queues = &spe->queues; in arm_spe_process_timeless_queues() local
847 for (i = 0; i < queues->nr_queues; i++) { in arm_spe_process_timeless_queues()
848 struct auxtrace_queue *queue = &spe->queues.queue_array[i]; in arm_spe_process_timeless_queues()
949 err = auxtrace_queues__add_event(&spe->queues, session, event, in arm_spe_process_auxtrace_event()
1015 struct auxtrace_queues *queues = &spe->queues; in arm_spe_free_events() local
1018 for (i = 0; i < queues->nr_queues; i++) { in arm_spe_free_events()
1019 arm_spe_free_queue(queues->queue_array[i].priv); in arm_spe_free_events()
1020 queues->queue_array[i].priv = NULL; in arm_spe_free_events()
1022 auxtrace_queues__free(queues); in arm_spe_free_events()
1289 err = auxtrace_queues__init(&spe->queues); in arm_spe_process_auxtrace_info()
1344 err = auxtrace_queues__process_index(&spe->queues, session); in arm_spe_process_auxtrace_info()
1348 if (spe->queues.populated) in arm_spe_process_auxtrace_info()
1354 auxtrace_queues__free(&spe->queues); in arm_spe_process_auxtrace_info()