Linux Perf
dso_cache Struct Reference

#include <dso.h>

Collaboration diagram for dso_cache:
Collaboration graph

Public Attributes

struct rb_node rb_node
 
u64 offset
 
u64 size
 
char data [0]
 

Detailed Description

Definition at line 119 of file dso.h.

Member Data Documentation

◆ data

char dso_cache::data[0]

Definition at line 123 of file dso.h.

◆ offset

u64 dso_cache::offset

Definition at line 121 of file dso.h.

◆ rb_node

struct rb_node dso_cache::rb_node

Definition at line 120 of file dso.h.

◆ size

u64 dso_cache::size

Definition at line 122 of file dso.h.


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