Linux Perf
jit_buf_desc Struct Reference
Collaboration diagram for jit_buf_desc:
Collaboration graph

Public Attributes

struct perf_dataoutput
 
struct perf_sessionsession
 
struct machinemachine
 
union jr_entryentry
 
void * buf
 
uint64_t sample_type
 
size_t bufsize
 
FILE * in
 
bool needs_bswap
 
bool use_arch_timestamp
 
void * debug_data
 
void * unwinding_data
 
uint64_t unwinding_size
 
uint64_t unwinding_mapped_size
 
uint64_t eh_frame_hdr_size
 
size_t nr_debug_entries
 
uint32_t code_load_count
 
u64 bytes_written
 
struct rb_root code_root
 
char dir [PATH_MAX]
 

Detailed Description

Definition at line 32 of file jitdump.c.

Member Data Documentation

◆ buf

void* jit_buf_desc::buf

Definition at line 37 of file jitdump.c.

◆ bufsize

size_t jit_buf_desc::bufsize

Definition at line 39 of file jitdump.c.

◆ bytes_written

u64 jit_buf_desc::bytes_written

Definition at line 50 of file jitdump.c.

◆ code_load_count

uint32_t jit_buf_desc::code_load_count

Definition at line 49 of file jitdump.c.

◆ code_root

struct rb_root jit_buf_desc::code_root

Definition at line 51 of file jitdump.c.

◆ debug_data

void* jit_buf_desc::debug_data

Definition at line 43 of file jitdump.c.

◆ dir

char jit_buf_desc::dir[PATH_MAX]

Definition at line 52 of file jitdump.c.

◆ eh_frame_hdr_size

uint64_t jit_buf_desc::eh_frame_hdr_size

Definition at line 47 of file jitdump.c.

◆ entry

union jr_entry* jit_buf_desc::entry

Definition at line 36 of file jitdump.c.

◆ in

FILE* jit_buf_desc::in

Definition at line 40 of file jitdump.c.

◆ machine

struct machine* jit_buf_desc::machine

Definition at line 35 of file jitdump.c.

◆ needs_bswap

bool jit_buf_desc::needs_bswap

Definition at line 41 of file jitdump.c.

◆ nr_debug_entries

size_t jit_buf_desc::nr_debug_entries

Definition at line 48 of file jitdump.c.

◆ output

struct perf_data* jit_buf_desc::output

Definition at line 33 of file jitdump.c.

◆ sample_type

uint64_t jit_buf_desc::sample_type

Definition at line 38 of file jitdump.c.

◆ session

struct perf_session* jit_buf_desc::session

Definition at line 34 of file jitdump.c.

◆ unwinding_data

void* jit_buf_desc::unwinding_data

Definition at line 44 of file jitdump.c.

◆ unwinding_mapped_size

uint64_t jit_buf_desc::unwinding_mapped_size

Definition at line 46 of file jitdump.c.

◆ unwinding_size

uint64_t jit_buf_desc::unwinding_size

Definition at line 45 of file jitdump.c.

◆ use_arch_timestamp

bool jit_buf_desc::use_arch_timestamp

Definition at line 42 of file jitdump.c.


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