Searched refs:scopes (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | annotate-data.c | 1307 Dwarf_Die *scopes, in find_data_type_block() argument 1325 if (dwarf_ranges(&scopes[i], 0, &base, &start, &end) < 0) in find_data_type_block() 1329 pr_debug_scope(&scopes[i]); in find_data_type_block() 1351 die_collect_vars(&scopes[i], &var_types); in find_data_type_block() 1396 Dwarf_Die *scopes = NULL; in find_data_type_die() local 1460 nr_scopes = die_get_scopes(&cu_die, pc, &scopes); in find_data_type_die() 1462 if (reg != DWARF_REG_PC && dwarf_hasattr(&scopes[0], DW_AT_frame_base)) { in find_data_type_die() 1467 if (dwarf_attr(&scopes[0], DW_AT_frame_base, &attr) != NULL && in find_data_type_die() 1499 if (!die_find_variable_by_addr(&scopes[i], dloc->var_addr, in find_data_type_die() 1504 if (!die_find_variable_by_reg(&scopes[i], pc, reg, in find_data_type_die() [all …]
|
D | dwarf-aux.c | 1263 Dwarf_Die *scopes; in die_get_var_innermost_scope() local 1281 count = dwarf_getscopes_die(vr_die, &scopes); in die_get_var_innermost_scope() 1289 while ((offset = dwarf_ranges(&scopes[1], offset, &base, in die_get_var_innermost_scope() 1310 free(scopes); in die_get_var_innermost_scope() 1923 Dwarf_Die *scopes; member 1933 tmp = realloc(data->scopes, (data->nr + 1) * sizeof(*tmp)); in __die_find_scope_cb() 1938 data->scopes = tmp; in __die_find_scope_cb() 1956 int die_get_scopes(Dwarf_Die *cu_die, Dwarf_Addr pc, Dwarf_Die **scopes) in die_get_scopes() argument 1965 *scopes = data.scopes; in die_get_scopes()
|
D | dwarf-aux.h | 143 int die_get_scopes(Dwarf_Die *cu_die, Dwarf_Addr pc, Dwarf_Die **scopes);
|
/linux-6.12.1/Documentation/core-api/ |
D | workqueue.rst | 376 Workqueue currently supports the following affinity scopes. 380 which is always set to one of the scopes below. 418 0 by default indicating that affinity scopes are not strict. When a work 427 scope. This may be useful when crossing affinity scopes has other 444 enough across the affinity scopes by the issuers. The following performance 580 impact is dependent on the distances between the scopes and may be more 597 * Affinity scopes are introduced in Linux v6.5. To emulate the previous 600 * The loss of work-conservation in non-strict affinity scopes is likely
|
/linux-6.12.1/tools/net/ynl/lib/ |
D | ynl.py | 438 outer_scopes = outer.scopes if outer else [] 440 self.scopes = [inner_scope] + outer_scopes 443 for scope in self.scopes:
|
/linux-6.12.1/arch/powerpc/platforms/pseries/ |
D | Kconfig | 81 event types and scopes. Device drivers can register their handlers
|
/linux-6.12.1/Documentation/ABI/stable/ |
D | sysfs-driver-firmware-zynqmp | 66 Following are available shutdown scopes(subtypes):
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
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
|