heap_sz           445 tools/perf/util/auxtrace.c 	if (queue_nr >= heap->heap_sz) {
heap_sz           446 tools/perf/util/auxtrace.c 		unsigned int heap_sz = AUXTRACE_INIT_NR_QUEUES;
heap_sz           448 tools/perf/util/auxtrace.c 		while (heap_sz <= queue_nr)
heap_sz           449 tools/perf/util/auxtrace.c 			heap_sz <<= 1;
heap_sz           451 tools/perf/util/auxtrace.c 				     heap_sz * sizeof(struct auxtrace_heap_item));
heap_sz           455 tools/perf/util/auxtrace.c 		heap->heap_sz = heap_sz;
heap_sz           467 tools/perf/util/auxtrace.c 	heap->heap_sz = 0;
heap_sz           256 tools/perf/util/auxtrace.h 	unsigned int		heap_sz;