Linux Perf
auxtrace_heap Struct Reference

#include <auxtrace.h>

Collaboration diagram for auxtrace_heap:
Collaboration graph

Public Attributes

struct auxtrace_heap_itemheap_array
 
unsigned int heap_cnt
 
unsigned int heap_sz
 

Detailed Description

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.

Member Data Documentation

◆ heap_array

struct auxtrace_heap_item* auxtrace_heap::heap_array

Definition at line 244 of file auxtrace.h.

◆ heap_cnt

unsigned int auxtrace_heap::heap_cnt

Definition at line 245 of file auxtrace.h.

◆ heap_sz

unsigned int auxtrace_heap::heap_sz

Definition at line 246 of file auxtrace.h.


The documentation for this struct was generated from the following file: