Lines Matching refs:dbe

51 	int (*export_evsel)(struct db_export *dbe, struct perf_evsel *evsel);
52 int (*export_machine)(struct db_export *dbe, struct machine *machine);
53 int (*export_thread)(struct db_export *dbe, struct thread *thread,
55 int (*export_comm)(struct db_export *dbe, struct comm *comm);
56 int (*export_comm_thread)(struct db_export *dbe, u64 db_id,
58 int (*export_dso)(struct db_export *dbe, struct dso *dso,
60 int (*export_symbol)(struct db_export *dbe, struct symbol *sym,
62 int (*export_branch_type)(struct db_export *dbe, u32 branch_type,
64 int (*export_sample)(struct db_export *dbe, struct export_sample *es);
65 int (*export_call_path)(struct db_export *dbe, struct call_path *cp);
66 int (*export_call_return)(struct db_export *dbe,
83 int db_export__init(struct db_export *dbe);
84 int db_export__flush(struct db_export *dbe);
85 void db_export__exit(struct db_export *dbe);
86 int db_export__evsel(struct db_export *dbe, struct perf_evsel *evsel);
87 int db_export__machine(struct db_export *dbe, struct machine *machine);
88 int db_export__thread(struct db_export *dbe, struct thread *thread,
90 int db_export__comm(struct db_export *dbe, struct comm *comm,
92 int db_export__comm_thread(struct db_export *dbe, struct comm *comm,
94 int db_export__dso(struct db_export *dbe, struct dso *dso,
96 int db_export__symbol(struct db_export *dbe, struct symbol *sym,
98 int db_export__branch_type(struct db_export *dbe, u32 branch_type,
100 int db_export__sample(struct db_export *dbe, union perf_event *event,
104 int db_export__branch_types(struct db_export *dbe);
106 int db_export__call_path(struct db_export *dbe, struct call_path *cp);
107 int db_export__call_return(struct db_export *dbe, struct call_return *cr);