Linux Perf
auxtrace_index Struct Reference

#include <auxtrace.h>

Collaboration diagram for auxtrace_index:
Collaboration graph

Public Attributes

struct list_head list
 
size_t nr
 
struct auxtrace_index_entry entries [PERF_AUXTRACE_INDEX_ENTRY_COUNT]
 

Detailed Description

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.

Member Data Documentation

◆ entries

struct auxtrace_index_entry auxtrace_index::entries[PERF_AUXTRACE_INDEX_ENTRY_COUNT]

Definition at line 127 of file auxtrace.h.

◆ list

struct list_head auxtrace_index::list

Definition at line 125 of file auxtrace.h.

◆ nr

size_t auxtrace_index::nr

Definition at line 126 of file auxtrace.h.


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