Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dauxtrace.c495 auxtrace_heapify(heap->heap_array, heap->heap_cnt++, queue_nr, ordinal); in auxtrace_heap__add()
503 heap->heap_cnt = 0; in auxtrace_heap__free()
509 unsigned int pos, last, heap_cnt = heap->heap_cnt; in auxtrace_heap__pop() local
512 if (!heap_cnt) in auxtrace_heap__pop()
515 heap->heap_cnt -= 1; in auxtrace_heap__pop()
524 if (left >= heap_cnt) in auxtrace_heap__pop()
527 if (right >= heap_cnt) { in auxtrace_heap__pop()
540 last = heap_cnt - 1; in auxtrace_heap__pop()
A Ds390-cpumsf.c852 if (!sf->heap.heap_cnt) in s390_cpumsf_process_queues()
863 if (sf->heap.heap_cnt) { in s390_cpumsf_process_queues()
A Darm-spe.c664 if (!spe->heap.heap_cnt) in arm_spe_process_queues()
676 if (spe->heap.heap_cnt) { in arm_spe_process_queues()
A Dauxtrace.h308 unsigned int heap_cnt; member
A Dintel-bts.c561 if (!bts->heap.heap_cnt) in intel_bts_process_queues()
A Dintel-pt.c2633 if (!pt->heap.heap_cnt) in intel_pt_process_queues()
2649 if (pt->heap.heap_cnt) { in intel_pt_process_queues()
A Dcs-etm.c2230 if (!etm->heap.heap_cnt) in cs_etm__process_queues()

Completed in 30 milliseconds