Searched refs:scopes (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | annotate-data.c | 1411 Dwarf_Die *scopes, in find_data_type_block() argument 1429 if (dwarf_ranges(&scopes[i], 0, &base, &start, &end) < 0) in find_data_type_block() 1433 pr_debug_scope(&scopes[i]); in find_data_type_block() 1455 die_collect_vars(&scopes[i], &var_types); in find_data_type_block() 1500 Dwarf_Die *scopes = NULL; in find_data_type_die() local 1564 nr_scopes = die_get_scopes(&cu_die, pc, &scopes); in find_data_type_die() 1566 if (reg != DWARF_REG_PC && dwarf_hasattr(&scopes[0], DW_AT_frame_base)) { in find_data_type_die() 1571 if (dwarf_attr(&scopes[0], DW_AT_frame_base, &attr) != NULL && in find_data_type_die() 1603 if (!die_find_variable_by_addr(&scopes[i], dloc->var_addr, in find_data_type_die() 1608 if (!die_find_variable_by_reg(&scopes[i], pc, reg, in find_data_type_die() [all …]
|
| H A D | dwarf-aux.c | 1260 Dwarf_Die *scopes; in die_get_var_innermost_scope() local 1278 count = dwarf_getscopes_die(vr_die, &scopes); in die_get_var_innermost_scope() 1286 while ((offset = dwarf_ranges(&scopes[1], offset, &base, in die_get_var_innermost_scope() 1307 free(scopes); in die_get_var_innermost_scope() 1955 Dwarf_Die *scopes; member 1966 tmp = realloc(data->scopes, (data->nr + 1) * sizeof(*tmp)); in __die_find_scope_cb() 1971 data->scopes = tmp; in __die_find_scope_cb() 1997 int die_get_scopes(Dwarf_Die *cu_die, Dwarf_Addr pc, Dwarf_Die **scopes) in die_get_scopes() argument 2006 *scopes = data.scopes; in die_get_scopes()
|
| H A D | dwarf-aux.h | 142 int die_get_scopes(Dwarf_Die *cu_die, Dwarf_Addr pc, Dwarf_Die **scopes);
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 454 outer_scopes = outer.scopes if outer else [] 456 self.scopes = [inner_scope] + outer_scopes 459 for scope in self.scopes:
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | Kconfig | 83 event types and scopes. Device drivers can register their handlers
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-driver-firmware-zynqmp | 66 Following are available shutdown scopes(subtypes):
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | numa_memory_policy.rst | 36 one of the more specific policy scopes discussed below. When 178 policy scopes. Any existing non-default policy will simply be
|