|
Function Documentation
void hwloc_topology_export_xml |
( |
hwloc_topology_t |
topology, |
|
|
const char * |
xmlpath |
|
) |
| |
void hwloc_topology_export_xmlbuffer |
( |
hwloc_topology_t |
topology, |
|
|
char ** |
xmlbuffer, |
|
|
int * |
buflen |
|
) |
| |
Export the topology into a newly-allocated XML memory buffer.
xmlbuffer is allocated by the callee and should be freed with xmlFree later in the caller.
This memory buffer may be loaded later through hwloc_topology_set_xmlbuffer().
Add a MISC object to the topology.
A new MISC object will be created and inserted into the topology at the position given by bitmap cpuset .
cpuset and name will be copied.
- Returns:
- the newly-created object
Add a MISC object to the topology.
A new MISC object will be created and inserted into the topology at the position given by parent.
name will be copied.
- Returns:
- the newly-created object
|
|
|