#include <linux/types.h>
#include <linux/list.h>
Go to the source code of this file.
|
int | db_export__init (struct db_export *dbe) |
|
int | db_export__flush (struct db_export *dbe) |
|
void | db_export__exit (struct db_export *dbe) |
|
int | db_export__evsel (struct db_export *dbe, struct perf_evsel *evsel) |
|
int | db_export__machine (struct db_export *dbe, struct machine *machine) |
|
int | db_export__thread (struct db_export *dbe, struct thread *thread, struct machine *machine, struct comm *comm) |
|
int | db_export__comm (struct db_export *dbe, struct comm *comm, struct thread *main_thread) |
|
int | db_export__comm_thread (struct db_export *dbe, struct comm *comm, struct thread *thread) |
|
int | db_export__dso (struct db_export *dbe, struct dso *dso, struct machine *machine) |
|
int | db_export__symbol (struct db_export *dbe, struct symbol *sym, struct dso *dso) |
|
int | db_export__branch_type (struct db_export *dbe, u32 branch_type, const char *name) |
|
int | db_export__sample (struct db_export *dbe, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct addr_location *al) |
|
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) |
|
◆ db_export__branch_type()
int db_export__branch_type |
( |
struct db_export * |
dbe, |
|
|
u32 |
branch_type, |
|
|
const char * |
name |
|
) |
| |
◆ db_export__branch_types()
int db_export__branch_types |
( |
struct db_export * |
dbe | ) |
|
◆ db_export__call_path()
◆ db_export__call_return()
◆ db_export__comm()
int db_export__comm |
( |
struct db_export * |
dbe, |
|
|
struct comm * |
comm, |
|
|
struct thread * |
main_thread |
|
) |
| |
◆ db_export__comm_thread()
int db_export__comm_thread |
( |
struct db_export * |
dbe, |
|
|
struct comm * |
comm, |
|
|
struct thread * |
thread |
|
) |
| |
◆ db_export__dso()
◆ db_export__evsel()
◆ db_export__exit()
void db_export__exit |
( |
struct db_export * |
dbe | ) |
|
◆ db_export__flush()
int db_export__flush |
( |
struct db_export * |
dbe | ) |
|
◆ db_export__init()
int db_export__init |
( |
struct db_export * |
dbe | ) |
|
◆ db_export__machine()
◆ db_export__sample()
◆ db_export__symbol()
◆ db_export__thread()