Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dauxtrace.c431 auxtrace_heapify(heap->heap_array, heap->heap_cnt++, queue_nr, ordinal); in auxtrace_heap__add()
439 heap->heap_cnt = 0; in auxtrace_heap__free()
445 unsigned int pos, last, heap_cnt = heap->heap_cnt; in auxtrace_heap__pop() local
448 if (!heap_cnt) in auxtrace_heap__pop()
451 heap->heap_cnt -= 1; in auxtrace_heap__pop()
460 if (left >= heap_cnt) in auxtrace_heap__pop()
463 if (right >= heap_cnt) { in auxtrace_heap__pop()
476 last = heap_cnt - 1; in auxtrace_heap__pop()
Dauxtrace.h231 unsigned int heap_cnt; member
Dintel-bts.c565 if (!bts->heap.heap_cnt) in intel_bts_process_queues()
Dintel-pt.c1410 if (!pt->heap.heap_cnt) in intel_pt_process_queues()
1426 if (pt->heap.heap_cnt) { in intel_pt_process_queues()