Lines Matching refs:db_export
109 struct db_export dbe;
1134 static int python_export_evsel(struct db_export *dbe, struct evsel *evsel)
1151 static int python_export_machine(struct db_export *dbe,
1170 static int python_export_thread(struct db_export *dbe, struct thread *thread,
1191 static int python_export_comm(struct db_export *dbe, struct comm *comm,
1212 static int python_export_comm_thread(struct db_export *dbe, u64 db_id,
1231 static int python_export_dso(struct db_export *dbe, struct dso *dso,
1255 static int python_export_symbol(struct db_export *dbe, struct symbol *sym,
1278 static int python_export_branch_type(struct db_export *dbe, u32 branch_type,
1296 static void python_export_sample_table(struct db_export *dbe,
1335 static void python_export_synth(struct db_export *dbe, struct export_sample *es)
1351 static int python_export_sample(struct db_export *dbe,
1364 static int python_export_call_path(struct db_export *dbe, struct call_path *cp)
1387 static int python_export_call_return(struct db_export *dbe,
1418 static int python_export_context_switch(struct db_export *dbe, u64 db_id,
1449 struct db_export *dbe = data;