#include <system_topology.h>
Data Fields | |
| int | level |
| int | line_size_bytes |
| int | shared_by_cores |
| int | size_kb |
| char | type [16] |
| int | ways_of_associativity |
Definition at line 73 of file system_topology.h.
| int CacheInfo::level |
Definition at line 74 of file system_topology.h.
Referenced by cache_compare(), topology_discover_cache(), and topology_print_cache().
| int CacheInfo::line_size_bytes |
Definition at line 77 of file system_topology.h.
Referenced by topology_discover_cache().
| int CacheInfo::shared_by_cores |
Definition at line 79 of file system_topology.h.
Referenced by topology_discover_cache(), and topology_print_cache().
| int CacheInfo::size_kb |
Definition at line 76 of file system_topology.h.
Referenced by topology_discover_cache(), and topology_print_cache().
| char CacheInfo::type[16] |
Definition at line 75 of file system_topology.h.
Referenced by cache_compare(), topology_discover_cache(), and topology_print_cache().
| int CacheInfo::ways_of_associativity |
Definition at line 78 of file system_topology.h.
Referenced by topology_discover_cache().