Lines Matching defs:dbe

106 	struct db_export	dbe;  member
1101 static int python_export_evsel(struct db_export *dbe, struct evsel *evsel) in python_export_evsel()
1118 static int python_export_machine(struct db_export *dbe, in python_export_machine()
1137 static int python_export_thread(struct db_export *dbe, struct thread *thread, in python_export_thread()
1158 static int python_export_comm(struct db_export *dbe, struct comm *comm, in python_export_comm()
1179 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread()
1198 static int python_export_dso(struct db_export *dbe, struct dso *dso, in python_export_dso()
1222 static int python_export_symbol(struct db_export *dbe, struct symbol *sym, in python_export_symbol()
1245 static int python_export_branch_type(struct db_export *dbe, u32 branch_type, in python_export_branch_type()
1263 static void python_export_sample_table(struct db_export *dbe, in python_export_sample_table()
1302 static void python_export_synth(struct db_export *dbe, struct export_sample *es) in python_export_synth()
1318 static int python_export_sample(struct db_export *dbe, in python_export_sample()
1331 static int python_export_call_path(struct db_export *dbe, struct call_path *cp) in python_export_call_path()
1354 static int python_export_call_return(struct db_export *dbe, in python_export_call_return()
1385 static int python_export_context_switch(struct db_export *dbe, u64 db_id, in python_export_context_switch()
1416 struct db_export *dbe = data; in python_process_call_return() local