Linux Perf
export_sample Struct Reference

#include <db-export.h>

Collaboration diagram for export_sample:
Collaboration graph

Public Attributes

union perf_eventevent
 
struct perf_samplesample
 
struct perf_evselevsel
 
struct addr_locational
 
u64 db_id
 
u64 comm_db_id
 
u64 dso_db_id
 
u64 sym_db_id
 
u64 offset
 
u64 addr_dso_db_id
 
u64 addr_sym_db_id
 
u64 addr_offset
 
u64 call_path_id
 

Detailed Description

Definition at line 34 of file db-export.h.

Member Data Documentation

◆ addr_dso_db_id

u64 export_sample::addr_dso_db_id

Definition at line 44 of file db-export.h.

◆ addr_offset

u64 export_sample::addr_offset

Definition at line 46 of file db-export.h.

◆ addr_sym_db_id

u64 export_sample::addr_sym_db_id

Definition at line 45 of file db-export.h.

◆ al

struct addr_location* export_sample::al

Definition at line 38 of file db-export.h.

◆ call_path_id

u64 export_sample::call_path_id

Definition at line 47 of file db-export.h.

◆ comm_db_id

u64 export_sample::comm_db_id

Definition at line 40 of file db-export.h.

◆ db_id

u64 export_sample::db_id

Definition at line 39 of file db-export.h.

◆ dso_db_id

u64 export_sample::dso_db_id

Definition at line 41 of file db-export.h.

◆ event

union perf_event* export_sample::event

Definition at line 35 of file db-export.h.

◆ evsel

struct perf_evsel* export_sample::evsel

Definition at line 37 of file db-export.h.

◆ offset

u64 export_sample::offset

Definition at line 43 of file db-export.h.

◆ sample

struct perf_sample* export_sample::sample

Definition at line 36 of file db-export.h.

◆ sym_db_id

u64 export_sample::sym_db_id

Definition at line 42 of file db-export.h.


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