|
geopm 3.2.1.dev237+gbe30cff60
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. | |
| int32_t | process |
| The process identifier where event occurred. | |
| int32_t | event |
| One of the m_event_e event types. | |
| uint64_t | signal |
| The signal associated with the event type. | |
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.