Home
last modified time | relevance | path

Searched refs:heap_cnt (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/tools/perf/util/
Dauxtrace.c504 auxtrace_heapify(heap->heap_array, heap->heap_cnt++, queue_nr, ordinal); in auxtrace_heap__add()
512 heap->heap_cnt = 0; in auxtrace_heap__free()
518 unsigned int pos, last, heap_cnt = heap->heap_cnt; in auxtrace_heap__pop() local
521 if (!heap_cnt) in auxtrace_heap__pop()
524 heap->heap_cnt -= 1; in auxtrace_heap__pop()
533 if (left >= heap_cnt) in auxtrace_heap__pop()
536 if (right >= heap_cnt) { in auxtrace_heap__pop()
549 last = heap_cnt - 1; in auxtrace_heap__pop()
Ds390-cpumsf.c852 if (!sf->heap.heap_cnt) in s390_cpumsf_process_queues()
863 if (sf->heap.heap_cnt) { in s390_cpumsf_process_queues()
Darm-spe.c795 if (!spe->heap.heap_cnt) in arm_spe_process_queues()
807 if (spe->heap.heap_cnt) { in arm_spe_process_queues()
Dauxtrace.h315 unsigned int heap_cnt; member
Dintel-bts.c561 if (!bts->heap.heap_cnt) in intel_bts_process_queues()
Dintel-pt.c2950 if (!pt->heap.heap_cnt) in intel_pt_process_queues()
2966 if (pt->heap.heap_cnt) { in intel_pt_process_queues()
Dcs-etm.c2228 if (!etm->heap.heap_cnt) in cs_etm__process_queues()