#include <system_topology.h>
Data Fields | |
| AffinityInfo | affinity |
| CacheTopology | cache |
| CPUInfo | cpu |
| bool | has_root_access |
| char | hostname [256] |
| char | kernel_version [128] |
| MemoryInfo | memory |
| NetworkTopology | network |
| NUMATopology | numa |
| PCIeTopology | pcie |
Definition at line 246 of file system_topology.h.
| AffinityInfo SystemTopology::affinity |
Definition at line 253 of file system_topology.h.
Referenced by topology_discover(), topology_generate_recommendations(), and topology_print_summary().
| CacheTopology SystemTopology::cache |
Definition at line 248 of file system_topology.h.
Referenced by topology_discover(), and topology_print_summary().
| CPUInfo SystemTopology::cpu |
Definition at line 247 of file system_topology.h.
Referenced by topology_discover(), topology_generate_recommendations(), topology_print_distributed_potential(), and topology_print_summary().
| bool SystemTopology::has_root_access |
Definition at line 256 of file system_topology.h.
Referenced by topology_discover(), and topology_print_summary().
| char SystemTopology::hostname[256] |
Definition at line 257 of file system_topology.h.
Referenced by topology_discover(), and topology_print_summary().
| char SystemTopology::kernel_version[128] |
Definition at line 258 of file system_topology.h.
Referenced by topology_discover(), and topology_print_summary().
| MemoryInfo SystemTopology::memory |
Definition at line 250 of file system_topology.h.
Referenced by topology_discover(), topology_generate_recommendations(), topology_print_distributed_potential(), and topology_print_summary().
| NetworkTopology SystemTopology::network |
Definition at line 252 of file system_topology.h.
Referenced by topology_discover(), topology_generate_recommendations(), topology_print_distributed_potential(), and topology_print_summary().
| NUMATopology SystemTopology::numa |
Definition at line 249 of file system_topology.h.
Referenced by topology_discover(), topology_generate_recommendations(), and topology_print_summary().
| PCIeTopology SystemTopology::pcie |
Definition at line 251 of file system_topology.h.
Referenced by topology_discover(), and topology_print_summary().