Searched refs:scopes (Results 1 – 5 of 5) sorted by relevance
/linux/tools/perf/util/ |
H A 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 …]
|
H A D | dwarf-aux.h | 142 int die_get_scopes(Dwarf_Die *cu_die, Dwarf_Addr pc, Dwarf_Die **scopes);
|
/linux/Documentation/core-api/ |
H A D | workqueue.rst | 381 Workqueue currently supports the following affinity scopes. 385 which is always set to one of the scopes below. 423 0 by default indicating that affinity scopes are not strict. When a work 432 scope. This may be useful when crossing affinity scopes has other 449 enough across the affinity scopes by the issuers. The following performance 585 impact is dependent on the distances between the scopes and may be more 602 * Affinity scopes are introduced in Linux v6.5. To emulate the previous 605 * The loss of work-conservation in non-strict affinity scopes is likely
|
/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
|