|
static int | db_export__deferred (struct db_export *dbe) |
|
static void | db_export__free_deferred (struct db_export *dbe) |
|
static int | db_export__defer_comm (struct db_export *dbe, struct comm *comm) |
|
int | db_export__init (struct db_export *dbe) |
|
int | db_export__flush (struct db_export *dbe) |
|
void | db_export__exit (struct db_export *dbe) |
|
int | db_export__evsel (struct db_export *dbe, struct perf_evsel *evsel) |
|
int | db_export__machine (struct db_export *dbe, struct machine *machine) |
|
int | db_export__thread (struct db_export *dbe, struct thread *thread, struct machine *machine, struct comm *comm) |
|
int | db_export__comm (struct db_export *dbe, struct comm *comm, struct thread *main_thread) |
|
int | db_export__comm_thread (struct db_export *dbe, struct comm *comm, struct thread *thread) |
|
int | db_export__dso (struct db_export *dbe, struct dso *dso, struct machine *machine) |
|
int | db_export__symbol (struct db_export *dbe, struct symbol *sym, struct dso *dso) |
|
static int | db_ids_from_al (struct db_export *dbe, struct addr_location *al, u64 *dso_db_id, u64 *sym_db_id, u64 *offset) |
|
static struct call_path * | call_path_from_sample (struct db_export *dbe, struct machine *machine, struct thread *thread, struct perf_sample *sample, struct perf_evsel *evsel) |
|
int | db_export__branch_type (struct db_export *dbe, u32 branch_type, const char *name) |
|
int | db_export__sample (struct db_export *dbe, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct addr_location *al) |
|
int | db_export__branch_types (struct db_export *dbe) |
|
int | db_export__call_path (struct db_export *dbe, struct call_path *cp) |
|
int | db_export__call_return (struct db_export *dbe, struct call_return *cr) |
|