geopm
3.1.1.dev272+gdfb40a8d
GEOPM - Global Extensible Open Power Manager
|
Record of an application event. More...
#include <record.hpp>
Public Attributes | |
geopm_time_s | time |
System time when event was recorded. More... | |
int32_t | process |
The process identifier where event occurred. More... | |
int32_t | event |
One of the m_event_e event types. More... | |
uint64_t | signal |
The signal associated with the event type. More... | |
Record of an application event.
int32_t geopm::record_s::event |
One of the m_event_e event types.
int32_t geopm::record_s::process |
The process identifier where event occurred.
uint64_t geopm::record_s::signal |
The signal associated with the event type.
geopm_time_s geopm::record_s::time |
System time when event was recorded.