![]() |
LIKWID
|
Functions | |
void | thermal_init (int cpuId) __attribute__((visibility("default"))) |
Initialize thermal measurements on specific CPU. More... | |
int | thermal_read (int cpuId, uint32_t *data) __attribute__((visibility("default"))) |
Read the current thermal value. More... | |
int | thermal_tread (int socket_fd, int cpuId, uint32_t *data) __attribute__((visibility("default"))) |
Read the current thermal value using a specific communication socket. More... | |
void thermal_init | ( | int | cpuId | ) |
Initialize thermal measurements on specific CPU.
[in] | cpuId | Initialize thermal facility for this CPU |
int thermal_read | ( | int | cpuId, |
uint32_t * | data | ||
) |
Read the current thermal value.
[in] | cpuId | Read thermal facility for this CPU |
[out] | data | Thermal data |
int thermal_tread | ( | int | socket_fd, |
int | cpuId, | ||
uint32_t * | data | ||
) |
Read the current thermal value using a specific communication socket.
[in] | socket_fd | Communication socket for the read operation |
[in] | cpuId | Read thermal facility for this CPU |
[out] | data | Thermal data |