Lines Matching refs:db_export
35 static int db_export__deferred(struct db_export *dbe) in db_export__deferred()
53 static void db_export__free_deferred(struct db_export *dbe) in db_export__free_deferred()
65 static int db_export__defer_comm(struct db_export *dbe, struct comm *comm) in db_export__defer_comm()
79 int db_export__init(struct db_export *dbe) in db_export__init()
81 memset(dbe, 0, sizeof(struct db_export)); in db_export__init()
86 int db_export__flush(struct db_export *dbe) in db_export__flush()
91 void db_export__exit(struct db_export *dbe) in db_export__exit()
98 int db_export__evsel(struct db_export *dbe, struct perf_evsel *evsel) in db_export__evsel()
111 int db_export__machine(struct db_export *dbe, struct machine *machine) in db_export__machine()
124 int db_export__thread(struct db_export *dbe, struct thread *thread, in db_export__thread()
171 int db_export__comm(struct db_export *dbe, struct comm *comm, in db_export__comm()
193 int db_export__comm_thread(struct db_export *dbe, struct comm *comm, in db_export__comm_thread()
206 int db_export__dso(struct db_export *dbe, struct dso *dso, in db_export__dso()
220 int db_export__symbol(struct db_export *dbe, struct symbol *sym, in db_export__symbol()
236 static int db_ids_from_al(struct db_export *dbe, struct addr_location *al, in db_ids_from_al()
269 static struct call_path *call_path_from_sample(struct db_export *dbe, in call_path_from_sample()
342 int db_export__branch_type(struct db_export *dbe, u32 branch_type, in db_export__branch_type()
351 int db_export__sample(struct db_export *dbe, union perf_event *event, in db_export__sample()
457 int db_export__branch_types(struct db_export *dbe) in db_export__branch_types()
470 int db_export__call_path(struct db_export *dbe, struct call_path *cp) in db_export__call_path()
491 int db_export__call_return(struct db_export *dbe, struct call_return *cr) in db_export__call_return()