Linux Perf
|
#include <auxtrace.h>
Public Attributes | |
struct list_head | list |
size_t | nr |
struct auxtrace_index_entry | entries [PERF_AUXTRACE_INDEX_ENTRY_COUNT] |
struct auxtrace_index - index of AUX area tracing events within a perf.data file. : linking a number of arrays of entries : number of entries : array of entries
Definition at line 124 of file auxtrace.h.
struct auxtrace_index_entry auxtrace_index::entries[PERF_AUXTRACE_INDEX_ENTRY_COUNT] |
Definition at line 127 of file auxtrace.h.
struct list_head auxtrace_index::list |
Definition at line 125 of file auxtrace.h.
size_t auxtrace_index::nr |
Definition at line 126 of file auxtrace.h.