Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dauxtrace.c525 auxtrace_heapify(heap->heap_array, heap->heap_cnt++, queue_nr, ordinal); in auxtrace_heap__add()
533 heap->heap_cnt = 0; in auxtrace_heap__free()
539 unsigned int pos, last, heap_cnt = heap->heap_cnt; in auxtrace_heap__pop()
542 if (!heap_cnt) in auxtrace_heap__pop()
545 heap->heap_cnt -= 1; in auxtrace_heap__pop()
554 if (left >= heap_cnt) in auxtrace_heap__pop()
557 if (right >= heap_cnt) { in auxtrace_heap__pop()
570 last = heap_cnt - 1; in auxtrace_heap__pop()
538 unsigned int pos, last, heap_cnt = heap->heap_cnt; auxtrace_heap__pop() local
H A Dpowerpc-vpadtl.c383 if (!vpa->heap.heap_cnt) in powerpc_vpadtl_process_queues()
395 if (vpa->heap.heap_cnt) { in powerpc_vpadtl_process_queues()
H A Ds390-cpumsf.c855 if (!sf->heap.heap_cnt) in s390_cpumsf_process_queues()
866 if (sf->heap.heap_cnt) { in s390_cpumsf_process_queues()
H A Dauxtrace.h317 unsigned int heap_cnt; member
H A Darm-spe.c1357 if (!spe->heap.heap_cnt) in arm_spe_process_timeless_queues()
1369 if (spe->heap.heap_cnt) { in arm_spe_context_switch()
H A Dintel-bts.c564 if (!bts->heap.heap_cnt) in intel_bts_process_queues()
H A Dintel-pt.c3244 if (!pt->heap.heap_cnt) in intel_pt_process_queues()
3260 if (pt->heap.heap_cnt) { in intel_pt_process_queues()
H A Dcs-etm.c2722 if (!etm->heap.heap_cnt) in cs_etm__process_timestamped_queues()