Home
last modified time | relevance | path

Searched refs:db_export (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Ddb-export.h41 struct db_export { struct
42 int (*export_evsel)(struct db_export *dbe, struct evsel *evsel);
43 int (*export_machine)(struct db_export *dbe, struct machine *machine);
44 int (*export_thread)(struct db_export *dbe, struct thread *thread,
46 int (*export_comm)(struct db_export *dbe, struct comm *comm,
48 int (*export_comm_thread)(struct db_export *dbe, u64 db_id,
50 int (*export_dso)(struct db_export *dbe, struct dso *dso,
52 int (*export_symbol)(struct db_export *dbe, struct symbol *sym,
54 int (*export_branch_type)(struct db_export *dbe, u32 branch_type,
56 int (*export_sample)(struct db_export *db
[all...]
H A Ddb-export.c24 int db_export__init(struct db_export *dbe) in db_export__init()
26 memset(dbe, 0, sizeof(struct db_export)); in db_export__init()
30 void db_export__exit(struct db_export *dbe) in db_export__exit()
36 int db_export__evsel(struct db_export *dbe, struct evsel *evsel) in db_export__evsel()
49 int db_export__machine(struct db_export *dbe, struct machine *machine) in db_export__machine()
62 int db_export__thread(struct db_export *dbe, struct thread *thread, in db_export__thread()
82 static int __db_export__comm(struct db_export *dbe, struct comm *comm, in __db_export__comm()
93 int db_export__comm(struct db_export *dbe, struct comm *comm, in db_export__comm()
108 int db_export__exec_comm(struct db_export *dbe, struct comm *comm, in db_export__exec_comm()
133 int db_export__comm_thread(struct db_export *db
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddb-export.h41 struct db_export { struct
42 int (*export_evsel)(struct db_export *dbe, struct evsel *evsel);
43 int (*export_machine)(struct db_export *dbe, struct machine *machine);
44 int (*export_thread)(struct db_export *dbe, struct thread *thread,
46 int (*export_comm)(struct db_export *dbe, struct comm *comm,
48 int (*export_comm_thread)(struct db_export *dbe, u64 db_id,
50 int (*export_dso)(struct db_export *dbe, struct dso *dso,
52 int (*export_symbol)(struct db_export *dbe, struct symbol *sym,
54 int (*export_branch_type)(struct db_export *dbe, u32 branch_type,
56 int (*export_sample)(struct db_export *db
[all...]
H A Ddb-export.c24 int db_export__init(struct db_export *dbe) in db_export__init()
26 memset(dbe, 0, sizeof(struct db_export)); in db_export__init()
30 void db_export__exit(struct db_export *dbe) in db_export__exit()
36 int db_export__evsel(struct db_export *dbe, struct evsel *evsel) in db_export__evsel()
49 int db_export__machine(struct db_export *dbe, struct machine *machine) in db_export__machine()
62 int db_export__thread(struct db_export *dbe, struct thread *thread, in db_export__thread()
82 static int __db_export__comm(struct db_export *dbe, struct comm *comm, in __db_export__comm()
93 int db_export__comm(struct db_export *dbe, struct comm *comm, in db_export__comm()
108 int db_export__exec_comm(struct db_export *dbe, struct comm *comm, in db_export__exec_comm()
133 int db_export__comm_thread(struct db_export *db
[all...]
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c103 struct db_export dbe;
979 static int python_export_evsel(struct db_export *dbe, struct evsel *evsel) in python_export_evsel()
996 static int python_export_machine(struct db_export *dbe, in python_export_machine()
1015 static int python_export_thread(struct db_export *dbe, struct thread *thread, in python_export_thread()
1036 static int python_export_comm(struct db_export *dbe, struct comm *comm, in python_export_comm()
1057 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread()
1076 static int python_export_dso(struct db_export *dbe, struct dso *dso, in python_export_dso()
1100 static int python_export_symbol(struct db_export *dbe, struct symbol *sym, in python_export_symbol()
1123 static int python_export_branch_type(struct db_export *dbe, u32 branch_type, in python_export_branch_type()
1141 static void python_export_sample_table(struct db_export *db
[all...]
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c109 struct db_export dbe;
1134 static int python_export_evsel(struct db_export *dbe, struct evsel *evsel) in python_export_evsel()
1151 static int python_export_machine(struct db_export *dbe, in python_export_machine()
1170 static int python_export_thread(struct db_export *dbe, struct thread *thread, in python_export_thread()
1191 static int python_export_comm(struct db_export *dbe, struct comm *comm, in python_export_comm()
1212 static int python_export_comm_thread(struct db_export *dbe, u64 db_id, in python_export_comm_thread()
1231 static int python_export_dso(struct db_export *dbe, struct dso *dso, in python_export_dso()
1255 static int python_export_symbol(struct db_export *dbe, struct symbol *sym, in python_export_symbol()
1278 static int python_export_branch_type(struct db_export *dbe, u32 branch_type, in python_export_branch_type()
1296 static void python_export_sample_table(struct db_export *db
[all...]

Completed in 7 milliseconds