PAPI 7.1.0.0
Loading...
Searching...
No Matches
_sysdetect_cpu_info_t Struct Reference

#include <sysdetect.h>

Collaboration diagram for _sysdetect_cpu_info_t:

Data Fields

char name [PAPI_MAX_STR_LEN]
 
int cpuid_family
 
int cpuid_model
 
int cpuid_stepping
 
int sockets
 
int numas
 
int cores
 
int threads
 
int cache_levels
 
_sysdetect_cache_level_info_t clevel [PAPI_MAX_MEM_HIERARCHY_LEVELS]
 
int numa_memory [PAPI_MAX_NUM_NODES]
 
int numa_affinity [PAPI_MAX_NUM_THREADS]
 
int num_threads_per_numa [PAPI_MAX_THREADS_PER_NUMA]
 

Detailed Description

Definition at line 60 of file sysdetect.h.

Field Documentation

◆ cache_levels

int _sysdetect_cpu_info_t::cache_levels

Definition at line 69 of file sysdetect.h.

◆ clevel

Definition at line 70 of file sysdetect.h.

◆ cores

int _sysdetect_cpu_info_t::cores

Definition at line 67 of file sysdetect.h.

◆ cpuid_family

int _sysdetect_cpu_info_t::cpuid_family

Definition at line 62 of file sysdetect.h.

◆ cpuid_model

int _sysdetect_cpu_info_t::cpuid_model

Definition at line 63 of file sysdetect.h.

◆ cpuid_stepping

int _sysdetect_cpu_info_t::cpuid_stepping

Definition at line 64 of file sysdetect.h.

◆ name

char _sysdetect_cpu_info_t::name[PAPI_MAX_STR_LEN]

Definition at line 61 of file sysdetect.h.

◆ num_threads_per_numa

int _sysdetect_cpu_info_t::num_threads_per_numa[PAPI_MAX_THREADS_PER_NUMA]

Definition at line 76 of file sysdetect.h.

◆ numa_affinity

int _sysdetect_cpu_info_t::numa_affinity[PAPI_MAX_NUM_THREADS]

Definition at line 74 of file sysdetect.h.

◆ numa_memory

int _sysdetect_cpu_info_t::numa_memory[PAPI_MAX_NUM_NODES]

Definition at line 72 of file sysdetect.h.

◆ numas

int _sysdetect_cpu_info_t::numas

Definition at line 66 of file sysdetect.h.

◆ sockets

int _sysdetect_cpu_info_t::sockets

Definition at line 65 of file sysdetect.h.

◆ threads

int _sysdetect_cpu_info_t::threads

Definition at line 68 of file sysdetect.h.


The documentation for this struct was generated from the following file: