Searched defs:dbe (Results 1 – 2 of 2) sorted by relevance
/tools/perf/util/ |
D | db-export.c | 35 static int db_export__deferred(struct db_export *dbe) in db_export__deferred() 53 static void db_export__free_deferred(struct db_export *dbe) in db_export__free_deferred() 65 static int db_export__defer_comm(struct db_export *dbe, struct comm *comm) in db_export__defer_comm() 79 int db_export__init(struct db_export *dbe) in db_export__init() 86 int db_export__flush(struct db_export *dbe) in db_export__flush() 91 void db_export__exit(struct db_export *dbe) in db_export__exit() 98 int db_export__evsel(struct db_export *dbe, struct perf_evsel *evsel) in db_export__evsel() 111 int db_export__machine(struct db_export *dbe, struct machine *machine) in db_export__machine() 124 int db_export__thread(struct db_export *dbe, struct thread *thread, in db_export__thread() 171 int db_export__comm(struct db_export *dbe, struct comm *comm, in db_export__comm() [all …]
|
/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 68 struct db_export dbe; member 536 static int python_export_evsel(struct db_export *dbe, struct perf_evsel *evsel) in python_export_evsel() 553 static int python_export_machine(struct db_export *dbe, in python_export_machine() 572 static int python_export_thread(struct db_export *dbe, struct thread *thread, in python_export_thread() 593 static int python_export_comm(struct db_export *dbe, struct comm *comm) in python_export_comm() 610 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread() 629 static int python_export_dso(struct db_export *dbe, struct dso *dso, in python_export_dso() 653 static int python_export_symbol(struct db_export *dbe, struct symbol *sym, in python_export_symbol() 676 static int python_export_branch_type(struct db_export *dbe, u32 branch_type, in python_export_branch_type() 694 static int python_export_sample(struct db_export *dbe, in python_export_sample() [all …]
|