Lines Matching defs:queue
456 struct auxtrace_queue *queue;
459 queue = &ptq->pt->queues.queue_array[ptq->queue_nr];
464 buffer = auxtrace_buffer__next(queue, buffer);
501 struct auxtrace_queue *queue;
509 queue = &ptq->pt->queues.queue_array[ptq->queue_nr];
511 buffer = auxtrace_buffer__next(queue, buffer);
1419 struct auxtrace_queue *queue = &pt->queues.queue_array[i];
1420 struct intel_pt_queue *ptq = queue->priv;
1477 struct auxtrace_queue *queue)
1479 struct intel_pt_queue *ptq = queue->priv;
1481 if (queue->tid == -1 || pt->have_sched_switch) {
1493 if (queue->cpu == -1)
1572 struct auxtrace_queue *queue,
1575 struct intel_pt_queue *ptq = queue->priv;
1577 if (list_empty(&queue->head))
1584 queue->priv = ptq;
1586 if (queue->cpu != -1)
1587 ptq->cpu = queue->cpu;
1588 ptq->tid = queue->tid;
1610 intel_pt_log("queue %u getting timestamp\n", queue_nr);
1611 intel_pt_log("queue %u decoding cpu %d pid %d tid %d\n",
1625 intel_pt_log("queue %u has no timestamp\n",
1636 intel_pt_log("queue %u timestamp 0x%" PRIx64 "\n",
2544 struct auxtrace_queue *queue;
2555 queue = &pt->queues.queue_array[ptq->queue_nr];
2556 intel_pt_set_pid_tid_cpu(pt, queue);
2815 struct auxtrace_queue *queue = &pt->queues.queue_array[i];
2816 struct intel_pt_queue *ptq = queue->priv;
2830 struct auxtrace_queue *queue = &pt->queues.queue_array[i];
2831 struct intel_pt_queue *ptq = queue->priv;
2934 intel_pt_log("queue %u decoding cpu %d pid %d tid %d\n",
3012 struct auxtrace_queue *queue;
3022 queue = &pt->queues.queue_array[queue_nr];
3023 ptq = queue->priv;
3025 intel_pt_log("queue %u processing 0x%" PRIx64 " to 0x%" PRIx64 "\n",
3039 intel_pt_set_pid_tid_cpu(pt, queue);
3068 struct auxtrace_queue *queue = &pt->queues.queue_array[i];
3069 struct intel_pt_queue *ptq = queue->priv;
3073 intel_pt_set_pid_tid_cpu(pt, queue);
3081 struct auxtrace_queue *queue,
3088 ptq->cpu = queue->cpu;
3090 intel_pt_log("queue %u cpu %d pid %d tid %d\n",
3111 struct auxtrace_queue *queue;
3115 queue = auxtrace_queues__sample_queue(&pt->queues, sample, pt->session);
3116 if (!queue)
3119 ptq = queue->priv;
3125 intel_pt_sample_set_pid_tid_cpu(ptq, queue, sample);
3361 struct auxtrace_queue *queue;
3365 queue = auxtrace_queues__sample_queue(&pt->queues, sample, pt->session);
3367 if (!queue || !queue->priv || !evsel || hw_id > INTEL_PT_MAX_PEBS) {
3372 ptq = queue->priv;