Home
last modified time | relevance | path

Searched refs:dso_db_id (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/perf/util/
Ddb-export.c241 u64 *dso_db_id, u64 *sym_db_id, u64 *offset) in db_ids_from_al() argument
251 *dso_db_id = dso->db_id; in db_ids_from_al()
323 err = db_ids_from_al(dbe, al, &es.dso_db_id, &es.sym_db_id, &es.offset); in db_export__sample()
Ddb-export.h40 u64 dso_db_id; member
/linux-4.1.27/tools/perf/util/scripting-engines/
Dtrace-event-python.c684 tuple_set_u64(t, 5, es->dso_db_id); in python_export_sample()