Searched refs:scopes (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dannotate-data.c247 Dwarf_Die *scopes = NULL; local
282 /* Get a list of nested scopes - i.e. (inlined) functions and blocks. */
283 nr_scopes = die_get_scopes(&cu_die, pc, &scopes);
285 if (reg != DWARF_REG_PC && dwarf_hasattr(&scopes[0], DW_AT_frame_base)) {
290 if (dwarf_attr(&scopes[0], DW_AT_frame_base, &attr) != NULL &&
315 if (!die_find_variable_by_addr(&scopes[i], pc, addr,
320 if (!die_find_variable_by_reg(&scopes[i], pc, reg,
341 free(scopes);
H A Ddwarf-aux.c1152 Dwarf_Die *scopes; local
1170 count = dwarf_getscopes_die(vr_die, &scopes);
1178 while ((offset = dwarf_ranges(&scopes[1], offset, &base,
1199 free(scopes);
1734 /* Number of scopes found [output] */
1736 /* Array of scopes found, 0 for the outermost one. [output] */
1737 Dwarf_Die *scopes; member in struct:find_scope_data
1747 tmp = realloc(data->scopes, (data->nr + 1) * sizeof(*tmp));
1752 data->scopes = tmp;
1760 * die_get_scopes - Return a list of scopes includin
1770 die_get_scopes(Dwarf_Die *cu_die, Dwarf_Addr pc, Dwarf_Die **scopes) argument
[all...]
H A Ddwarf-aux.h135 /* Get the list of including scopes */
136 int die_get_scopes(Dwarf_Die *cu_die, Dwarf_Addr pc, Dwarf_Die **scopes);
/linux-master/tools/net/ynl/lib/
H A Dynl.py393 outer_scopes = outer.scopes if outer else []
395 self.scopes = [inner_scope] + outer_scopes
398 for scope in self.scopes:

Completed in 223 milliseconds