Home
last modified time | relevance | path

Searched defs:db_export (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
A Ddb-export.h41 struct db_export { struct
42 int (*export_evsel)(struct db_export *dbe, struct evsel *evsel); argument
44 int (*export_thread)(struct db_export *dbe, struct thread *thread, argument
46 int (*export_comm)(struct db_export *dbe, struct comm *comm, argument
48 int (*export_comm_thread)(struct db_export *dbe, u64 db_id, argument
50 int (*export_dso)(struct db_export *dbe, struct dso *dso, argument
52 int (*export_symbol)(struct db_export *dbe, struct symbol *sym, argument
54 int (*export_branch_type)(struct db_export *dbe, u32 branch_type, argument
58 int (*export_call_return)(struct db_export *dbe, argument
60 int (*export_context_switch)(struct db_export *dbe, u64 db_id, argument
[all …]

Completed in 5 milliseconds