Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Ddb-export.c177 u64 *dso_db_id, u64 *sym_db_id, u64 *offset) in db_ids_from_al() argument
187 *dso_db_id = dso->db_id; in db_ids_from_al()
240 u64 dso_db_id = 0, sym_db_id = 0, offset = 0; in call_path_from_sample() local
260 db_ids_from_al(dbe, &al, &dso_db_id, &sym_db_id, &offset); in call_path_from_sample()
378 err = db_ids_from_al(dbe, al, &es.dso_db_id, &es.sym_db_id, &es.offset); in db_export__sample()
Ddb-export.h32 u64 dso_db_id; member
/linux-6.1.9/tools/perf/util/scripting-engines/
Dtrace-event-python.c1274 tuple_set_d64(t, 5, es->dso_db_id); in python_export_sample_table()