Searched refs:speq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | arm-spe.c | 137 struct arm_spe_queue *speq = data; in arm_spe_get_trace() local 138 struct auxtrace_buffer *buffer = speq->buffer; in arm_spe_get_trace() 139 struct auxtrace_buffer *old_buffer = speq->old_buffer; in arm_spe_get_trace() 142 queue = &speq->spe->queues.queue_array[speq->queue_nr]; in arm_spe_get_trace() 153 speq->buffer = buffer; in arm_spe_get_trace() 158 int fd = perf_data__fd(speq->spe->session->data); in arm_spe_get_trace() 171 speq->old_buffer = buffer; in arm_spe_get_trace() 184 struct arm_spe_queue *speq; in arm_spe__alloc_queue() local 186 speq in arm_spe__alloc_queue() 225 arm_spe_prep_sample(struct arm_spe *spe, struct arm_spe_queue *speq, union perf_event *event, struct perf_sample *sample) arm_spe_prep_sample() argument 276 arm_spe_synth_spe_events_sample(struct arm_spe_queue *speq, u64 spe_events_id) arm_spe_synth_spe_events_sample() argument 291 arm_spe_sample(struct arm_spe_queue *speq) arm_spe_sample() argument 363 arm_spe_run_decoder(struct arm_spe_queue *speq, u64 *timestamp) arm_spe_run_decoder() argument 402 struct arm_spe_queue *speq = queue->priv; arm_spe__setup_queue() local 490 struct arm_spe_queue *speq = queue->priv; arm_spe_set_pid_tid_cpu() local 520 struct arm_spe_queue *speq; arm_spe_process_queues() local 571 struct arm_spe_queue *speq = queue->priv; arm_spe_process_timeless_queues() local 693 struct arm_spe_queue *speq = priv; arm_spe_free_queue() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | arm-spe.c | 149 struct arm_spe_queue *speq = data; in arm_spe_get_trace() local 150 struct auxtrace_buffer *buffer = speq->buffer; in arm_spe_get_trace() 151 struct auxtrace_buffer *old_buffer = speq->old_buffer; in arm_spe_get_trace() 154 queue = &speq->spe->queues.queue_array[speq->queue_nr]; in arm_spe_get_trace() 165 speq->buffer = buffer; in arm_spe_get_trace() 170 int fd = perf_data__fd(speq->spe->session->data); in arm_spe_get_trace() 183 speq->old_buffer = buffer; in arm_spe_get_trace() 196 struct arm_spe_queue *speq; in arm_spe__alloc_queue() local 198 speq in arm_spe__alloc_queue() 241 struct arm_spe_queue *speq = queue->priv; arm_spe_set_pid_tid_cpu() local 263 arm_spe_set_tid(struct arm_spe_queue *speq, pid_t tid) arm_spe_set_tid() argument 295 arm_spe_prep_sample(struct arm_spe *spe, struct arm_spe_queue *speq, union perf_event *event, struct perf_sample *sample) arm_spe_prep_sample() argument 345 arm_spe__synth_mem_sample(struct arm_spe_queue *speq, u64 spe_events_id, u64 data_src) arm_spe__synth_mem_sample() argument 365 arm_spe__synth_branch_sample(struct arm_spe_queue *speq, u64 spe_events_id) arm_spe__synth_branch_sample() argument 383 arm_spe__synth_instruction_sample(struct arm_spe_queue *speq, u64 spe_events_id, u64 data_src) arm_spe__synth_instruction_sample() argument 547 arm_spe_sample(struct arm_spe_queue *speq) arm_spe_sample() argument 637 arm_spe_run_decoder(struct arm_spe_queue *speq, u64 *timestamp) arm_spe_run_decoder() argument 720 struct arm_spe_queue *speq = queue->priv; arm_spe__setup_queue() local 813 struct arm_spe_queue *speq; arm_spe_process_queues() local 869 struct arm_spe_queue *speq = queue->priv; arm_spe_process_timeless_queues() local 1021 struct arm_spe_queue *speq = priv; arm_spe_free_queue() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 13815 * @speq: Pointer to slow-path event queue. 13827 struct lpfc_queue *speq) in lpfc_sli4_sp_handle_eqe() 13836 list_for_each_entry(childq, &speq->child_list, list) { in lpfc_sli4_sp_handle_eqe() 13851 cq->assoc_qp = speq; in lpfc_sli4_sp_handle_eqe() 13826 lpfc_sli4_sp_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe, struct lpfc_queue *speq) lpfc_sli4_sp_handle_eqe() argument
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 14792 * @speq: Pointer to slow-path event queue. 14804 struct lpfc_queue *speq) in lpfc_sli4_sp_handle_eqe() 14813 list_for_each_entry(childq, &speq->child_list, list) { in lpfc_sli4_sp_handle_eqe() 14828 cq->assoc_qp = speq; in lpfc_sli4_sp_handle_eqe() 14803 lpfc_sli4_sp_handle_eqe(struct lpfc_hba *phba, struct lpfc_eqe *eqe, struct lpfc_queue *speq) lpfc_sli4_sp_handle_eqe() argument
|
Completed in 49 milliseconds