Lines Matching refs:db_export
24 int db_export__init(struct db_export *dbe)
26 memset(dbe, 0, sizeof(struct db_export));
30 void db_export__exit(struct db_export *dbe)
36 int db_export__evsel(struct db_export *dbe, struct evsel *evsel)
49 int db_export__machine(struct db_export *dbe, struct machine *machine)
62 int db_export__thread(struct db_export *dbe, struct thread *thread,
82 static int __db_export__comm(struct db_export *dbe, struct comm *comm,
93 int db_export__comm(struct db_export *dbe, struct comm *comm,
108 int db_export__exec_comm(struct db_export *dbe, struct comm *comm,
133 int db_export__comm_thread(struct db_export *dbe, struct comm *comm,
146 int db_export__dso(struct db_export *dbe, struct dso *dso,
160 int db_export__symbol(struct db_export *dbe, struct symbol *sym,
176 static int db_ids_from_al(struct db_export *dbe, struct addr_location *al,
209 static struct call_path *call_path_from_sample(struct db_export *dbe,
285 int db_export__branch_type(struct db_export *dbe, u32 branch_type,
294 static int db_export__threads(struct db_export *dbe, struct thread *thread,
348 int db_export__sample(struct db_export *dbe, union perf_event *event,
448 int db_export__branch_types(struct db_export *dbe)
483 int db_export__call_path(struct db_export *dbe, struct call_path *cp)
504 int db_export__call_return(struct db_export *dbe, struct call_return *cr,
528 static int db_export__pid_tid(struct db_export *dbe, struct machine *machine,
554 int db_export__switch(struct db_export *dbe, union perf_event *event,