Searched refs:heap_array (Results 1 – 7 of 7) sorted by relevance
485 heap_array[pos] = heap_array[parent]; in auxtrace_heapify()502 heap_array = realloc(heap->heap_array, in auxtrace_heap__add()504 if (!heap_array) in auxtrace_heap__add()506 heap->heap_array = heap_array; in auxtrace_heap__add()517 zfree(&heap->heap_array); in auxtrace_heap__free()532 heap_array = heap->heap_array; in auxtrace_heap__pop()543 heap_array[pos] = heap_array[left]; in auxtrace_heap__pop()546 if (heap_array[left].ordinal < heap_array[right].ordinal) { in auxtrace_heap__pop()547 heap_array[pos] = heap_array[left]; in auxtrace_heap__pop()550 heap_array[pos] = heap_array[right]; in auxtrace_heap__pop()[all …]
856 if (sf->heap.heap_array[0].ordinal >= timestamp) in s390_cpumsf_process_queues()859 queue_nr = sf->heap.heap_array[0].queue_nr; in s390_cpumsf_process_queues()865 ts = sf->heap.heap_array[0].ordinal + 1; in s390_cpumsf_process_queues()
818 if (spe->heap.heap_array[0].ordinal >= timestamp) in arm_spe_process_queues()821 queue_nr = spe->heap.heap_array[0].queue_nr; in arm_spe_process_queues()828 ts = spe->heap.heap_array[0].ordinal + 1; in arm_spe_process_queues()
564 if (bts->heap.heap_array[0].ordinal > timestamp) in intel_bts_process_queues()567 queue_nr = bts->heap.heap_array[0].queue_nr; in intel_bts_process_queues()
320 struct auxtrace_heap_item *heap_array; member
3020 if (pt->heap.heap_array[0].ordinal >= timestamp) in intel_pt_process_queues()3023 queue_nr = pt->heap.heap_array[0].queue_nr; in intel_pt_process_queues()3028 queue_nr, pt->heap.heap_array[0].ordinal, in intel_pt_process_queues()3034 ts = pt->heap.heap_array[0].ordinal + 1; in intel_pt_process_queues()
2644 cs_queue_nr = etm->heap.heap_array[0].queue_nr; in cs_etm__process_timestamped_queues()