Linux Perf
|
#include <db-export.h>
Definition at line 50 of file db-export.h.
u64 db_export::call_path_last_db_id |
Definition at line 78 of file db-export.h.
u64 db_export::call_return_last_db_id |
Definition at line 79 of file db-export.h.
u64 db_export::comm_last_db_id |
Definition at line 73 of file db-export.h.
u64 db_export::comm_thread_last_db_id |
Definition at line 74 of file db-export.h.
struct call_path_root* db_export::cpr |
Definition at line 69 of file db-export.h.
struct call_return_processor* db_export::crp |
Definition at line 68 of file db-export.h.
struct list_head db_export::deferred |
Definition at line 80 of file db-export.h.
u64 db_export::dso_last_db_id |
Definition at line 75 of file db-export.h.
u64 db_export::evsel_last_db_id |
Definition at line 70 of file db-export.h.
int(* db_export::export_branch_type) (struct db_export *dbe, u32 branch_type, const char *name) |
Definition at line 62 of file db-export.h.
Definition at line 65 of file db-export.h.
int(* db_export::export_call_return) (struct db_export *dbe, struct call_return *cr) |
Definition at line 66 of file db-export.h.
Definition at line 55 of file db-export.h.
int(* db_export::export_comm_thread) (struct db_export *dbe, u64 db_id, struct comm *comm, struct thread *thread) |
Definition at line 56 of file db-export.h.
Definition at line 58 of file db-export.h.
int(* db_export::export_evsel) (struct db_export *dbe, struct perf_evsel *evsel) |
Definition at line 51 of file db-export.h.
Definition at line 52 of file db-export.h.
int(* db_export::export_sample) (struct db_export *dbe, struct export_sample *es) |
Definition at line 64 of file db-export.h.
Definition at line 60 of file db-export.h.
int(* db_export::export_thread) (struct db_export *dbe, struct thread *thread, u64 main_thread_db_id, struct machine *machine) |
Definition at line 53 of file db-export.h.
u64 db_export::machine_last_db_id |
Definition at line 71 of file db-export.h.
u64 db_export::sample_last_db_id |
Definition at line 77 of file db-export.h.
u64 db_export::symbol_last_db_id |
Definition at line 76 of file db-export.h.
u64 db_export::thread_last_db_id |
Definition at line 72 of file db-export.h.