Linux Perf
|
#include <db-export.h>
Public Attributes | |
union perf_event * | event |
struct perf_sample * | sample |
struct perf_evsel * | evsel |
struct addr_location * | al |
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 |
Definition at line 34 of file db-export.h.
u64 export_sample::addr_dso_db_id |
Definition at line 44 of file db-export.h.
u64 export_sample::addr_offset |
Definition at line 46 of file db-export.h.
u64 export_sample::addr_sym_db_id |
Definition at line 45 of file db-export.h.
struct addr_location* export_sample::al |
Definition at line 38 of file db-export.h.
u64 export_sample::call_path_id |
Definition at line 47 of file db-export.h.
u64 export_sample::comm_db_id |
Definition at line 40 of file db-export.h.
u64 export_sample::db_id |
Definition at line 39 of file db-export.h.
u64 export_sample::dso_db_id |
Definition at line 41 of file db-export.h.
union perf_event* export_sample::event |
Definition at line 35 of file db-export.h.
struct perf_evsel* export_sample::evsel |
Definition at line 37 of file db-export.h.
u64 export_sample::offset |
Definition at line 43 of file db-export.h.
struct perf_sample* export_sample::sample |
Definition at line 36 of file db-export.h.
u64 export_sample::sym_db_id |
Definition at line 42 of file db-export.h.