Symbol: db_export
tools/perf/util/db-export.c
107
int db_export__exec_comm(struct db_export *dbe, struct comm *comm,
tools/perf/util/db-export.c
132
int db_export__comm_thread(struct db_export *dbe, struct comm *comm,
tools/perf/util/db-export.c
145
int db_export__dso(struct db_export *dbe, struct dso *dso,
tools/perf/util/db-export.c
159
int db_export__symbol(struct db_export *dbe, struct symbol *sym,
tools/perf/util/db-export.c
175
static int db_ids_from_al(struct db_export *dbe, struct addr_location *al,
tools/perf/util/db-export.c
208
static struct call_path *call_path_from_sample(struct db_export *dbe,
tools/perf/util/db-export.c
23
int db_export__init(struct db_export *dbe)
tools/perf/util/db-export.c
25
memset(dbe, 0, sizeof(struct db_export));
tools/perf/util/db-export.c
283
int db_export__branch_type(struct db_export *dbe, u32 branch_type,
tools/perf/util/db-export.c
29
void db_export__exit(struct db_export *dbe)
tools/perf/util/db-export.c
292
static int db_export__threads(struct db_export *dbe, struct thread *thread,
tools/perf/util/db-export.c
346
int db_export__sample(struct db_export *dbe, union perf_event *event,
tools/perf/util/db-export.c
35
int db_export__evsel(struct db_export *dbe, struct evsel *evsel)
tools/perf/util/db-export.c
448
int db_export__branch_types(struct db_export *dbe)
tools/perf/util/db-export.c
48
int db_export__machine(struct db_export *dbe, struct machine *machine)
tools/perf/util/db-export.c
483
int db_export__call_path(struct db_export *dbe, struct call_path *cp)
tools/perf/util/db-export.c
504
int db_export__call_return(struct db_export *dbe, struct call_return *cr,
tools/perf/util/db-export.c
528
static int db_export__pid_tid(struct db_export *dbe, struct machine *machine,
tools/perf/util/db-export.c
554
int db_export__switch(struct db_export *dbe, union perf_event *event,
tools/perf/util/db-export.c
61
int db_export__thread(struct db_export *dbe, struct thread *thread,
tools/perf/util/db-export.c
81
static int __db_export__comm(struct db_export *dbe, struct comm *comm,
tools/perf/util/db-export.c
92
int db_export__comm(struct db_export *dbe, struct comm *comm,
tools/perf/util/db-export.h
101
int db_export__branch_types(struct db_export *dbe);
tools/perf/util/db-export.h
103
int db_export__call_path(struct db_export *dbe, struct call_path *cp);
tools/perf/util/db-export.h
104
int db_export__call_return(struct db_export *dbe, struct call_return *cr,
tools/perf/util/db-export.h
106
int db_export__switch(struct db_export *dbe, union perf_event *event,
tools/perf/util/db-export.h
41
int (*export_evsel)(struct db_export *dbe, struct evsel *evsel);
tools/perf/util/db-export.h
42
int (*export_machine)(struct db_export *dbe, struct machine *machine);
tools/perf/util/db-export.h
43
int (*export_thread)(struct db_export *dbe, struct thread *thread,
tools/perf/util/db-export.h
45
int (*export_comm)(struct db_export *dbe, struct comm *comm,
tools/perf/util/db-export.h
47
int (*export_comm_thread)(struct db_export *dbe, u64 db_id,
tools/perf/util/db-export.h
49
int (*export_dso)(struct db_export *dbe, struct dso *dso,
tools/perf/util/db-export.h
51
int (*export_symbol)(struct db_export *dbe, struct symbol *sym,
tools/perf/util/db-export.h
53
int (*export_branch_type)(struct db_export *dbe, u32 branch_type,
tools/perf/util/db-export.h
55
int (*export_sample)(struct db_export *dbe, struct export_sample *es);
tools/perf/util/db-export.h
56
int (*export_call_path)(struct db_export *dbe, struct call_path *cp);
tools/perf/util/db-export.h
57
int (*export_call_return)(struct db_export *dbe,
tools/perf/util/db-export.h
59
int (*export_context_switch)(struct db_export *dbe, u64 db_id,
tools/perf/util/db-export.h
79
int db_export__init(struct db_export *dbe);
tools/perf/util/db-export.h
80
void db_export__exit(struct db_export *dbe);
tools/perf/util/db-export.h
81
int db_export__evsel(struct db_export *dbe, struct evsel *evsel);
tools/perf/util/db-export.h
82
int db_export__machine(struct db_export *dbe, struct machine *machine);
tools/perf/util/db-export.h
83
int db_export__thread(struct db_export *dbe, struct thread *thread,
tools/perf/util/db-export.h
85
int db_export__comm(struct db_export *dbe, struct comm *comm,
tools/perf/util/db-export.h
87
int db_export__exec_comm(struct db_export *dbe, struct comm *comm,
tools/perf/util/db-export.h
89
int db_export__comm_thread(struct db_export *dbe, struct comm *comm,
tools/perf/util/db-export.h
91
int db_export__dso(struct db_export *dbe, struct dso *dso,
tools/perf/util/db-export.h
93
int db_export__symbol(struct db_export *dbe, struct symbol *sym,
tools/perf/util/db-export.h
95
int db_export__branch_type(struct db_export *dbe, u32 branch_type,
tools/perf/util/db-export.h
97
int db_export__sample(struct db_export *dbe, union perf_event *event,
tools/perf/util/scripting-engines/trace-event-python.c
1139
static int python_export_evsel(struct db_export *dbe, struct evsel *evsel)
tools/perf/util/scripting-engines/trace-event-python.c
1156
static int python_export_machine(struct db_export *dbe,
tools/perf/util/scripting-engines/trace-event-python.c
1175
static int python_export_thread(struct db_export *dbe, struct thread *thread,
tools/perf/util/scripting-engines/trace-event-python.c
1196
static int python_export_comm(struct db_export *dbe, struct comm *comm,
tools/perf/util/scripting-engines/trace-event-python.c
1217
static int python_export_comm_thread(struct db_export *dbe, u64 db_id,
tools/perf/util/scripting-engines/trace-event-python.c
1236
static int python_export_dso(struct db_export *dbe, struct dso *dso,
tools/perf/util/scripting-engines/trace-event-python.c
1260
static int python_export_symbol(struct db_export *dbe, struct symbol *sym,
tools/perf/util/scripting-engines/trace-event-python.c
1283
static int python_export_branch_type(struct db_export *dbe, u32 branch_type,
tools/perf/util/scripting-engines/trace-event-python.c
1301
static void python_export_sample_table(struct db_export *dbe,
tools/perf/util/scripting-engines/trace-event-python.c
1343
static void python_export_synth(struct db_export *dbe, struct export_sample *es)
tools/perf/util/scripting-engines/trace-event-python.c
1359
static int python_export_sample(struct db_export *dbe,
tools/perf/util/scripting-engines/trace-event-python.c
1372
static int python_export_call_path(struct db_export *dbe, struct call_path *cp)
tools/perf/util/scripting-engines/trace-event-python.c
1395
static int python_export_call_return(struct db_export *dbe,
tools/perf/util/scripting-engines/trace-event-python.c
1426
static int python_export_context_switch(struct db_export *dbe, u64 db_id,
tools/perf/util/scripting-engines/trace-event-python.c
1457
struct db_export *dbe = data;
tools/perf/util/scripting-engines/trace-event-python.c
94
struct db_export dbe;