Functions |
static inline int
| hwloc_get_type_or_below_depth (hwloc_topology_t topology, hwloc_obj_type_t type) |
| Returns the depth of objects of type type or below.
|
static inline int
| hwloc_get_type_or_above_depth (hwloc_topology_t topology, hwloc_obj_type_t type) |
| Returns the depth of objects of type type or above.
|
static inline
hwloc_obj_t
| hwloc_get_root_obj (hwloc_topology_t topology) |
| Returns the top-object of the topology-tree.
|
static inline
hwloc_obj_t
| hwloc_get_ancestor_obj_by_depth (hwloc_topology_t topology , unsigned depth, hwloc_obj_t obj) |
| Returns the ancestor object of obj at depth depth .
|
static inline
hwloc_obj_t
| hwloc_get_ancestor_obj_by_type (hwloc_topology_t topology , hwloc_obj_type_t type, hwloc_obj_t obj) |
| Returns the ancestor object of obj with type type .
|
static inline hwloc_obj_t | hwloc_get_next_obj_by_depth (hwloc_topology_t topology, unsigned depth, hwloc_obj_t prev) |
| Returns the next object at depth depth .
|
static inline hwloc_obj_t | hwloc_get_next_obj_by_type (hwloc_topology_t topology, hwloc_obj_type_t type, hwloc_obj_t prev) |
| Returns the next object of type type .
|
static inline
hwloc_obj_t
| hwloc_get_pu_obj_by_os_index (hwloc_topology_t topology, unsigned os_index) |
| Returns the object of type HWLOC_OBJ_PU with os_index .
|
static inline hwloc_obj_t | hwloc_get_next_child (hwloc_topology_t topology , hwloc_obj_t parent, hwloc_obj_t prev) |
| Return the next child.
|
static inline
hwloc_obj_t
| hwloc_get_common_ancestor_obj (hwloc_topology_t topology , hwloc_obj_t obj1, hwloc_obj_t obj2) |
| Returns the common parent object to objects lvl1 and lvl2.
|
static inline int
| hwloc_obj_is_in_subtree (hwloc_topology_t topology , hwloc_obj_t obj, hwloc_obj_t subtree_root) |
| Returns true if _obj_ is inside the subtree beginning with subtree_root .
|
static inline hwloc_obj_t | hwloc_get_first_largest_obj_inside_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set) |
| Get the first largest object included in the given cpuset set .
|
int | hwloc_get_largest_objs_inside_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_t *restrict objs, int max) |
| Get the set of largest objects covering exactly a given cpuset set .
|
static inline hwloc_obj_t | hwloc_get_next_obj_inside_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, hwloc_obj_t prev) |
| Return the next object at depth depth included in CPU set set .
|
static inline hwloc_obj_t | hwloc_get_next_obj_inside_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, hwloc_obj_t prev) |
| Return the next object of type type included in CPU set set .
|
static inline
hwloc_obj_t
| hwloc_get_obj_inside_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, unsigned idx) |
| Return the index -th object at depth depth included in CPU set set .
|
static inline
hwloc_obj_t
| hwloc_get_obj_inside_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, unsigned idx) |
| Return the idx -th object of type type included in CPU set set .
|
static inline unsigned
| hwloc_get_nbobjs_inside_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth) |
| Return the number of objects at depth depth included in CPU set set .
|
static inline int
| hwloc_get_nbobjs_inside_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type) |
| Return the number of objects of type type included in CPU set set .
|
static inline
hwloc_obj_t
| hwloc_get_child_covering_cpuset (hwloc_topology_t topology , hwloc_const_cpuset_t set, hwloc_obj_t parent) |
| Get the child covering at least CPU set set .
|
static inline
hwloc_obj_t
| hwloc_get_obj_covering_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set) |
| Get the lowest object covering at least CPU set set .
|
static inline hwloc_obj_t | hwloc_get_next_obj_covering_cpuset_by_depth (hwloc_topology_t topology, hwloc_const_cpuset_t set, unsigned depth, hwloc_obj_t prev) |
| Iterate through same-depth objects covering at least CPU set set .
|
static inline hwloc_obj_t | hwloc_get_next_obj_covering_cpuset_by_type (hwloc_topology_t topology, hwloc_const_cpuset_t set, hwloc_obj_type_t type, hwloc_obj_t prev) |
| Iterate through same-type objects covering at least CPU set set .
|
static inline
hwloc_obj_t
| hwloc_get_cache_covering_cpuset (hwloc_topology_t topology, hwloc_const_cpuset_t set) |
| Get the first cache covering a cpuset set .
|
static inline
hwloc_obj_t
| hwloc_get_shared_cache_covering_obj (hwloc_topology_t topology , hwloc_obj_t obj) |
| Get the first cache shared between an object and somebody else.
|
unsigned | hwloc_get_closest_objs (hwloc_topology_t topology, hwloc_obj_t src, hwloc_obj_t *restrict objs, unsigned max) |
| Do a depth-first traversal of the topology to find and sort.
|
static inline
hwloc_obj_t
| hwloc_get_obj_below_by_type (hwloc_topology_t topology, hwloc_obj_type_t type1, unsigned idx1, hwloc_obj_type_t type2, unsigned idx2) |
| Find an object below another object, both specified by types and indexes.
|
static inline
hwloc_obj_t
| hwloc_get_obj_below_array_by_type (hwloc_topology_t topology, int nr, hwloc_obj_type_t *typev, unsigned *idxv) |
| Find an object below a chain of objects specified by types and indexes.
|
static inline void | hwloc_distribute (hwloc_topology_t topology, hwloc_obj_t root, hwloc_cpuset_t *cpuset, unsigned n) |
| Distribute n items over the topology under root .
|
static inline
hwloc_const_cpuset_t
| hwloc_topology_get_complete_cpuset (hwloc_topology_t topology) |
static inline
hwloc_const_cpuset_t
| hwloc_topology_get_topology_cpuset (hwloc_topology_t topology) |
static inline
hwloc_const_cpuset_t
| hwloc_topology_get_online_cpuset (hwloc_topology_t topology) |
| Get online CPU set.
|
static inline
hwloc_const_cpuset_t
| hwloc_topology_get_allowed_cpuset (hwloc_topology_t topology) |
| Get allowed CPU set.
|
High-level hwloc traversal helpers.