Lines Matching defs:dbe

24 int db_export__init(struct db_export *dbe)  in db_export__init()
30 void db_export__exit(struct db_export *dbe) in db_export__exit()
36 int db_export__evsel(struct db_export *dbe, struct evsel *evsel) in db_export__evsel()
49 int db_export__machine(struct db_export *dbe, struct machine *machine) in db_export__machine()
62 int db_export__thread(struct db_export *dbe, struct thread *thread, in db_export__thread()
82 static int __db_export__comm(struct db_export *dbe, struct comm *comm, in __db_export__comm()
93 int db_export__comm(struct db_export *dbe, struct comm *comm, in db_export__comm()
108 int db_export__exec_comm(struct db_export *dbe, struct comm *comm, in db_export__exec_comm()
133 int db_export__comm_thread(struct db_export *dbe, struct comm *comm, in db_export__comm_thread()
146 int db_export__dso(struct db_export *dbe, struct dso *dso, in db_export__dso()
160 int db_export__symbol(struct db_export *dbe, struct symbol *sym, in db_export__symbol()
176 static int db_ids_from_al(struct db_export *dbe, struct addr_location *al, in db_ids_from_al()
209 static struct call_path *call_path_from_sample(struct db_export *dbe, in call_path_from_sample()
281 int db_export__branch_type(struct db_export *dbe, u32 branch_type, in db_export__branch_type()
290 static int db_export__threads(struct db_export *dbe, struct thread *thread, in db_export__threads()
344 int db_export__sample(struct db_export *dbe, union perf_event *event, in db_export__sample()
442 int db_export__branch_types(struct db_export *dbe) in db_export__branch_types()
477 int db_export__call_path(struct db_export *dbe, struct call_path *cp) in db_export__call_path()
498 int db_export__call_return(struct db_export *dbe, struct call_return *cr, in db_export__call_return()
522 static int db_export__pid_tid(struct db_export *dbe, struct machine *machine, in db_export__pid_tid()
548 int db_export__switch(struct db_export *dbe, union perf_event *event, in db_export__switch()