Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dannotate-data.c1347 int nr_scopes, in find_data_type_block() argument
1360 for (int i = nr_scopes - 1; i >= 0; i--) { in find_data_type_block()
1367 pr_debug_dtp("scope: [%d/%d] ", i + 1, nr_scopes); in find_data_type_block()
1438 int i, nr_scopes; in find_data_type_die() local
1499 nr_scopes = die_get_scopes(&cu_die, pc, &scopes); in find_data_type_die()
1533 for (i = nr_scopes - 1; i >= 0; i--) { in find_data_type_die()
1550 i+1, nr_scopes, (long)dwarf_dieoffset(&scopes[i])); in find_data_type_die()
1585 nr_scopes, type_die); in find_data_type_die()