7 #ifndef HWLOC_PLUGINS_H 8 #define HWLOC_PLUGINS_H 17 #ifdef HWLOC_INSIDE_PLUGIN 124 struct hwloc_topology * topology;
209 int (*init)(
unsigned long flags);
222 void (*finalize)(
unsigned long flags);
348 static __hwloc_inline
int 351 #ifdef HWLOC_INSIDE_PLUGIN 354 handle = lt_dlopen(NULL);
358 sym = lt_dlsym(handle, symbol);
361 static int verboseenv_checked = 0;
362 static int verboseenv_value = 0;
363 if (!verboseenv_checked) {
364 const char *verboseenv = getenv(
"HWLOC_PLUGINS_VERBOSE");
365 verboseenv_value = verboseenv ? atoi(verboseenv) : 0;
366 verboseenv_checked = 1;
368 if (verboseenv_value)
369 fprintf(stderr,
"Plugin `%s' disabling itself because it cannot find the `%s' core symbol.\n",
390 static __hwloc_inline
int 393 unsigned baseclass = classid >> 8;
394 return (baseclass == 0x03
400 || baseclass == 0x12 );
407 static __hwloc_inline
int 419 static __hwloc_inline
int 432 static __hwloc_inline
int int hwloc_pcidisc_tree_attach(struct hwloc_topology *topology, struct hwloc_obj *tree)
Add some hostbridges on top of the given tree of PCI objects and attach them to the topology...
const char * name
Name. If this component is built as a plugin, this name does not have to match the plugin filename...
Definition: plugins.h:58
int hwloc_topology_get_type_filter(hwloc_topology_t topology, hwloc_obj_type_t type, enum hwloc_type_filter_e *filter)
Get the current filtering for the given object type.
int hwloc_pcidisc_setup_bridge_attr(hwloc_obj_t obj, const unsigned char *config)
Fills the attributes of the given PCI bridge using the given PCI config space.
void hwloc_report_os_error(const char *msg, int line)
Report an insertion error from a backend.
int(* get_pci_busid_cpuset)(struct hwloc_backend *backend, struct hwloc_pcidev_attr_s *busid, hwloc_bitmap_t cpuset)
Callback used by the PCI backend to retrieve the locality of a PCI object from the OS/cpu backend...
Definition: plugins.h:154
Operating system dma engine device. For instance the "dma0chan0" DMA channel on Linux.
Definition: hwloc.h:310
struct hwloc_obj * hwloc__insert_object_by_cpuset(struct hwloc_topology *topology, hwloc_obj_t root, hwloc_obj_t obj, hwloc_report_error_t report_error)
Add an object to the topology and specify which error callback to use.
struct hwloc_backend * hwloc_backend_alloc(struct hwloc_disc_component *component)
Allocate a backend structure, set good default values, initialize backend->component and topology...
static int hwloc_filter_check_keep_object_type(hwloc_topology_t topology, hwloc_obj_type_t type)
Check whether a non-I/O object type should be filtered-out.
Definition: plugins.h:420
struct hwloc_obj * parent
Parent, NULL if root (Machine object)
Definition: hwloc.h:407
struct hwloc_obj * hwloc_pcidisc_find_by_busid(struct hwloc_topology *topology, unsigned domain, unsigned bus, unsigned dev, unsigned func)
Find the PCI object that matches the bus ID.
struct hwloc_topology * hwloc_topology_t
Topology context.
Definition: hwloc.h:637
CPU-only discovery through the OS, or generic no-OS support.
Definition: plugins.h:32
int(* discover)(struct hwloc_backend *backend)
Main discovery callback. returns -1 on error, either because it couldn't add its objects ot the exist...
Definition: plugins.h:150
struct hwloc_obj * hwloc_insert_object_by_cpuset(struct hwloc_topology *topology, hwloc_obj_t obj)
Add an object to the topology.
unsigned excludes
Component types to exclude, as an OR'ed set of hwloc_disc_component_type_e.
Definition: plugins.h:68
static int hwloc_filter_check_keep_object(hwloc_topology_t topology, hwloc_obj_t obj)
Check whether the given object should be filtered-out.
Definition: plugins.h:433
hwloc_disc_component_type_e
Discovery component type.
Definition: plugins.h:29
int hwloc_obj_add_children_sets(hwloc_obj_t obj)
Setup object cpusets/nodesets by OR'ing its children.
xml or synthetic, platform-specific components such as bgq. Anything the discovers CPU and everything...
Definition: plugins.h:39
hwloc_obj_osdev_type_t type
Definition: hwloc.h:611
unsigned short class_id
Definition: hwloc.h:589
hwloc_disc_component_type_t type
Discovery component type.
Definition: plugins.h:53
union hwloc_obj_attr_u * attr
Object type-specific Attributes, may be NULL if no attribute value was found.
Definition: hwloc.h:376
int hwloc_topology_reconnect(hwloc_topology_t topology, unsigned long flags)
Request a reconnection of children and levels in the topology.
The data field must point to a struct hwloc_disc_component.
Definition: plugins.h:177
Ignore all objects of this type.
Definition: hwloc.h:2020
enum hwloc_disc_component_type_e hwloc_disc_component_type_t
Discovery component type.
enum hwloc_component_type_e hwloc_component_type_t
Generic component type.
OpenCL, Cuda, etc.
Definition: plugins.h:43
Only keep likely-important objects of the given type.
Definition: hwloc.h:2049
static int hwloc_plugin_check_namespace(const char *pluginname, const char *symbol)
Make sure that plugins can lookup core symbols.
Definition: plugins.h:349
hwloc_obj_type_t type
Type of object.
Definition: hwloc.h:359
void hwloc_pcidisc_tree_insert_by_busid(struct hwloc_obj **treep, struct hwloc_obj *obj)
Insert a PCI object in the given PCI tree by looking at PCI bus IDs.
unsigned os_index
OS-provided physical index number. It is not guaranteed unique across the entire machine, except for PUs and NUMA nodes. Set to HWLOC_UNKNOWN_INDEX if unknown or irrelevant for this object.
Definition: hwloc.h:362
Structure of a topology object.
Definition: hwloc.h:357
hwloc_obj_type_t hwloc_pcidisc_check_bridge_type(unsigned device_class, const unsigned char *config)
Return the hwloc object type (PCI device or Bridge) for the given class and configuration space...
void * data
Component data, pointing to a struct hwloc_disc_component or struct hwloc_xml_component.
Definition: plugins.h:231
hwloc_type_filter_e
Type filtering flags.
Definition: hwloc.h:2006
The data field must point to a struct hwloc_xml_component.
Definition: plugins.h:180
unsigned abi
Component ABI version, set to HWLOC_COMPONENT_ABI.
Definition: plugins.h:190
static int hwloc_filter_check_pcidev_subtype_important(unsigned classid)
Check whether the given PCI device classid is important.
Definition: plugins.h:391
int hwloc_backend_enable(struct hwloc_topology *topology, struct hwloc_backend *backend)
Enable a previously allocated and setup backend.
enum hwloc_obj_osdev_type_e hwloc_obj_osdev_type_t
Type of a OS device.
hwloc_obj_type_t
Definition: hwloc.h:176
Discovery backend structure.
Definition: plugins.h:120
void hwloc_insert_object_by_parent(struct hwloc_topology *topology, hwloc_obj_t parent, hwloc_obj_t obj)
Insert an object somewhere in the topology.
struct hwloc_obj_attr_u::hwloc_osdev_attr_s osdev
hwloc_obj_t hwloc_alloc_setup_object(hwloc_topology_t topology, hwloc_obj_type_t type, unsigned os_index)
Allocate and initialize an object of the given type and physical index.
char * subtype
Subtype string to better describe the type field.
Definition: hwloc.h:360
hwloc_component_type_t type
Component type.
Definition: plugins.h:225
int hwloc_hide_errors(void)
Check whether insertion errors are hidden.
int is_thissystem
Backend-specific 'is_thissystem' property. Set to 0 or 1 if the backend should enforce the thissystem...
Definition: plugins.h:136
void(* hwloc_report_error_t)(const char *msg, int line)
Type of error callbacks during object insertion.
Definition: plugins.h:270
static int hwloc_filter_check_osdev_subtype_important(hwloc_obj_osdev_type_t subtype)
Check whether the given OS device subtype is important.
Definition: plugins.h:408
void * private_data
Backend private data, or NULL if none.
Definition: plugins.h:139
Discovery component structure.
Definition: plugins.h:51
unsigned hwloc_pcidisc_find_cap(const unsigned char *config, unsigned cap)
Return the offset of the given capability in the PCI config space buffer.
unsigned long flags
Component flags, unused for now.
Definition: plugins.h:228
void(* disable)(struct hwloc_backend *backend)
Callback for freeing the private_data. May be NULL.
Definition: plugins.h:143
unsigned long flags
Backend flags, currently always 0.
Definition: plugins.h:131
Operating system device (filtered out by default). They are not added to the topology unless I/O disc...
Definition: hwloc.h:263
PCI device (filtered out by default). They are not added to the topology unless I/O discovery is enab...
Definition: hwloc.h:256
int hwloc_pcidisc_find_linkspeed(const unsigned char *config, unsigned offset, float *linkspeed)
Fill linkspeed by reading the PCI config space where PCI_CAP_ID_EXP is at position offset...
hwloc_component_type_e
Generic component type.
Definition: plugins.h:175
unsigned priority
Component priority. Used to sort topology->components, higher priority first. Also used to decide bet...
Definition: plugins.h:87
unsigned enabled_by_default
Enabled by default. If unset, if will be disabled unless explicitly requested.
Definition: plugins.h:92
Generic component structure.
Definition: plugins.h:188
struct hwloc_obj * hwloc_pcidisc_find_busid_parent(struct hwloc_topology *topology, unsigned domain, unsigned bus, unsigned dev, unsigned func)
Find the normal parent of a PCI bus ID.
struct hwloc_obj_attr_u::hwloc_pcidev_attr_s pcidev
struct hwloc_bitmap_s * hwloc_bitmap_t
Set of bits represented as an opaque pointer to an internal bitmap.
Definition: bitmap.h:67