Home
last modified time | relevance | path

Searched refs:addr_al (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/tools/perf/util/
Ddb-export.c394 struct addr_location addr_al; in db_export__sample() local
396 thread__resolve(thread, &addr_al, sample); in db_export__sample()
397 err = db_ids_from_al(dbe, &addr_al, &es.addr_dso_db_id, in db_export__sample()
403 &addr_al, es.db_id, in db_export__sample()
/Linux-v5.10/tools/perf/
Dbuiltin-script.c1313 struct addr_location addr_al; in resolve_branch_sym() local
1319 thread__resolve(thread, &addr_al, sample); in resolve_branch_sym()
1320 if (addr_al.sym) in resolve_branch_sym()
1321 name = addr_al.sym->name; in resolve_branch_sym()