db_export
int db_export__exec_comm(struct db_export *dbe, struct comm *comm,
int db_export__comm_thread(struct db_export *dbe, struct comm *comm,
int db_export__dso(struct db_export *dbe, struct dso *dso,
int db_export__symbol(struct db_export *dbe, struct symbol *sym,
static int db_ids_from_al(struct db_export *dbe, struct addr_location *al,
static struct call_path *call_path_from_sample(struct db_export *dbe,
int db_export__init(struct db_export *dbe)
memset(dbe, 0, sizeof(struct db_export));
int db_export__branch_type(struct db_export *dbe, u32 branch_type,
void db_export__exit(struct db_export *dbe)
static int db_export__threads(struct db_export *dbe, struct thread *thread,
int db_export__sample(struct db_export *dbe, union perf_event *event,
int db_export__evsel(struct db_export *dbe, struct evsel *evsel)
int db_export__branch_types(struct db_export *dbe)
int db_export__machine(struct db_export *dbe, struct machine *machine)
int db_export__call_path(struct db_export *dbe, struct call_path *cp)
int db_export__call_return(struct db_export *dbe, struct call_return *cr,
static int db_export__pid_tid(struct db_export *dbe, struct machine *machine,
int db_export__switch(struct db_export *dbe, union perf_event *event,
int db_export__thread(struct db_export *dbe, struct thread *thread,
static int __db_export__comm(struct db_export *dbe, struct comm *comm,
int db_export__comm(struct db_export *dbe, struct comm *comm,
int db_export__branch_types(struct db_export *dbe);
int db_export__call_path(struct db_export *dbe, struct call_path *cp);
int db_export__call_return(struct db_export *dbe, struct call_return *cr,
int db_export__switch(struct db_export *dbe, union perf_event *event,
int (*export_evsel)(struct db_export *dbe, struct evsel *evsel);
int (*export_machine)(struct db_export *dbe, struct machine *machine);
int (*export_thread)(struct db_export *dbe, struct thread *thread,
int (*export_comm)(struct db_export *dbe, struct comm *comm,
int (*export_comm_thread)(struct db_export *dbe, u64 db_id,
int (*export_dso)(struct db_export *dbe, struct dso *dso,
int (*export_symbol)(struct db_export *dbe, struct symbol *sym,
int (*export_branch_type)(struct db_export *dbe, u32 branch_type,
int (*export_sample)(struct db_export *dbe, struct export_sample *es);
int (*export_call_path)(struct db_export *dbe, struct call_path *cp);
int (*export_call_return)(struct db_export *dbe,
int (*export_context_switch)(struct db_export *dbe, u64 db_id,
int db_export__init(struct db_export *dbe);
void db_export__exit(struct db_export *dbe);
int db_export__evsel(struct db_export *dbe, struct evsel *evsel);
int db_export__machine(struct db_export *dbe, struct machine *machine);
int db_export__thread(struct db_export *dbe, struct thread *thread,
int db_export__comm(struct db_export *dbe, struct comm *comm,
int db_export__exec_comm(struct db_export *dbe, struct comm *comm,
int db_export__comm_thread(struct db_export *dbe, struct comm *comm,
int db_export__dso(struct db_export *dbe, struct dso *dso,
int db_export__symbol(struct db_export *dbe, struct symbol *sym,
int db_export__branch_type(struct db_export *dbe, u32 branch_type,
int db_export__sample(struct db_export *dbe, union perf_event *event,
static int python_export_evsel(struct db_export *dbe, struct evsel *evsel)
static int python_export_machine(struct db_export *dbe,
static int python_export_thread(struct db_export *dbe, struct thread *thread,
static int python_export_comm(struct db_export *dbe, struct comm *comm,
static int python_export_comm_thread(struct db_export *dbe, u64 db_id,
static int python_export_dso(struct db_export *dbe, struct dso *dso,
static int python_export_symbol(struct db_export *dbe, struct symbol *sym,
static int python_export_branch_type(struct db_export *dbe, u32 branch_type,
static void python_export_sample_table(struct db_export *dbe,
static void python_export_synth(struct db_export *dbe, struct export_sample *es)
static int python_export_sample(struct db_export *dbe,
static int python_export_call_path(struct db_export *dbe, struct call_path *cp)
static int python_export_call_return(struct db_export *dbe,
static int python_export_context_switch(struct db_export *dbe, u64 db_id,
struct db_export *dbe = data;
struct db_export dbe;