Linux Perf
|
#include <auxtrace.h>
Public Attributes | |
struct auxtrace_heap_item * | heap_array |
unsigned int | heap_cnt |
unsigned int | heap_sz |
struct auxtrace_heap - a heap suitable for sorting AUX area tracing queues. : the heap : the number of elements in the heap : maximum number of elements (grows as needed)
Definition at line 243 of file auxtrace.h.
struct auxtrace_heap_item* auxtrace_heap::heap_array |
Definition at line 244 of file auxtrace.h.
unsigned int auxtrace_heap::heap_cnt |
Definition at line 245 of file auxtrace.h.
unsigned int auxtrace_heap::heap_sz |
Definition at line 246 of file auxtrace.h.