Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate-data.c1412 int nr_scopes, in find_data_type_block() argument
1425 for (int i = nr_scopes - 1; i >= 0; i--) { in find_data_type_block()
1432 pr_debug_dtp("scope: [%d/%d] ", i + 1, nr_scopes); in find_data_type_block()
1503 int i, nr_scopes; in find_data_type_die() local
1564 nr_scopes = die_get_scopes(&cu_die, pc, &scopes); in find_data_type_die()
1598 for (i = nr_scopes - 1; i >= 0; i--) { in find_data_type_die()
1615 i+1, nr_scopes, (long)dwarf_dieoffset(&scopes[i])); in find_data_type_die()
1650 nr_scopes, type_die); in find_data_type_die()