Searched refs:scopes (Results 1 – 9 of 9) 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/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/Documentation/core-api/ |
| H A D | workqueue.rst | 387 Workqueue currently supports the following affinity scopes. 391 which is always set to one of the scopes below. 429 0 by default indicating that affinity scopes are not strict. When a work 438 scope. This may be useful when crossing affinity scopes has other 455 enough across the affinity scopes by the issuers. The following performance 591 impact is dependent on the distances between the scopes and may be more 608 * Affinity scopes are introduced in Linux v6.5. To emulate the previous 611 * The loss of work-conservation in non-strict affinity scopes is likely
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 470 outer_scopes = outer.scopes if outer else [] 472 self.scopes = [inner_scope] + outer_scopes 475 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
|