Searched refs:scopes (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | annotate-data.c | 1346 Dwarf_Die *scopes, in find_data_type_block() argument 1364 if (dwarf_ranges(&scopes[i], 0, &base, &start, &end) < 0) in find_data_type_block() 1368 pr_debug_scope(&scopes[i]); in find_data_type_block() 1390 die_collect_vars(&scopes[i], &var_types); in find_data_type_block() 1435 Dwarf_Die *scopes = NULL; in find_data_type_die() local 1499 nr_scopes = die_get_scopes(&cu_die, pc, &scopes); in find_data_type_die() 1538 if (!die_find_variable_by_addr(&scopes[i], dloc->var_addr, in find_data_type_die() 1543 if (!die_find_variable_by_reg(&scopes[i], pc, reg, in find_data_type_die() 1550 i+1, nr_scopes, (long)dwarf_dieoffset(&scopes[i])); in find_data_type_die() 1584 result = find_data_type_block(dloc, &cu_die, scopes, 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() 1917 Dwarf_Die *scopes; member 1927 tmp = realloc(data->scopes, (data->nr + 1) * sizeof(*tmp)); in __die_find_scope_cb() 1932 data->scopes = tmp; in __die_find_scope_cb() 1950 int die_get_scopes(Dwarf_Die *cu_die, Dwarf_Addr pc, Dwarf_Die **scopes) in die_get_scopes() argument 1959 *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-6.15/Documentation/userspace-api/fwctl/ |
| H A D | fwctl.rst | 79 device today may broadly have several function-level scopes: 89 The device may create a logical parent/child relationship between these scopes. 96 some general scopes of action (see enum fwctl_rpc_scope): 232 Development and debugging focused RPCs under more permissive scopes can have 242 scopes, security or isolation principles are found, we have options to let
|
| /linux-6.15/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-6.15/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 441 outer_scopes = outer.scopes if outer else [] 443 self.scopes = [inner_scope] + outer_scopes 446 for scope in self.scopes:
|
| /linux-6.15/arch/powerpc/platforms/pseries/ |
| H A D | Kconfig | 82 event types and scopes. Device drivers can register their handlers
|
| /linux-6.15/Documentation/ABI/stable/ |
| H A D | sysfs-driver-firmware-zynqmp | 66 Following are available shutdown scopes(subtypes):
|
| /linux-6.15/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
|