Home
last modified time | relevance | path

Searched refs:heap_array (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/util/
H A Dauxtrace.c490 static void auxtrace_heapify(struct auxtrace_heap_item *heap_array, in auxtrace_heapify()
498 if (heap_array[parent].ordinal <= ordinal) in auxtrace_heapify()
500 heap_array[pos] = heap_array[parent]; in auxtrace_heapify()
503 heap_array[pos].queue_nr = queue_nr; in auxtrace_heapify()
504 heap_array[pos].ordinal = ordinal; in auxtrace_heapify()
510 struct auxtrace_heap_item *heap_array; in auxtrace_heap__add()
517 heap_array = realloc(heap->heap_array, in auxtrace_heap__add()
519 if (!heap_array) in auxtrace_heap__add()
489 auxtrace_heapify(struct auxtrace_heap_item * heap_array,unsigned int pos,unsigned int queue_nr,u64 ordinal) auxtrace_heapify() argument
509 struct auxtrace_heap_item *heap_array; auxtrace_heap__add() local
539 struct auxtrace_heap_item *heap_array; auxtrace_heap__pop() local
[all...]
H A Dpowerpc-vpadtl.c386 if (vpa->heap.heap_array[0].ordinal >= timestamp) in powerpc_vpadtl_process_queues()
389 queue_nr = vpa->heap.heap_array[0].queue_nr; in powerpc_vpadtl_process_queues()
396 ts = vpa->heap.heap_array[0].ordinal + 1; in powerpc_vpadtl_process_queues()
H A Ds390-cpumsf.c858 if (sf->heap.heap_array[0].ordinal >= timestamp) in s390_cpumsf_process_queues()
861 queue_nr = sf->heap.heap_array[0].queue_nr; in s390_cpumsf_process_queues()
867 ts = sf->heap.heap_array[0].ordinal + 1; in s390_cpumsf_process_queues()
H A Dintel-bts.c567 if (bts->heap.heap_array[0].ordinal > timestamp) in intel_bts_process_queues()
570 queue_nr = bts->heap.heap_array[0].queue_nr; in intel_bts_process_queues()
H A Dauxtrace.h316 struct auxtrace_heap_item *heap_array; member
H A Darm-spe.c1360 if (spe->heap.heap_array[0].ordinal >= timestamp) in arm_spe_process_timeless_queues()
1363 queue_nr = spe->heap.heap_array[0].queue_nr; in arm_spe_process_timeless_queues()
1370 ts = spe->heap.heap_array[0].ordinal + 1; in arm_spe_context_switch()
H A Dintel-pt.c3247 if (pt->heap.heap_array[0].ordinal >= timestamp) in intel_pt_process_queues()
3250 queue_nr = pt->heap.heap_array[0].queue_nr; in intel_pt_process_queues()
3255 queue_nr, pt->heap.heap_array[0].ordinal, in intel_pt_process_queues()
3261 ts = pt->heap.heap_array[0].ordinal + 1; in intel_pt_process_queues()
H A Dcs-etm.c2726 cs_queue_nr = etm->heap.heap_array[0].queue_nr; in cs_etm__process_timestamped_queues()