geopm 3.1.1.dev410+g40bf96ed
GEOPM - Global Extensible Open Power Manager
Loading...
Searching...
No Matches
Public Attributes | List of all members
geopm::record_s Struct Reference

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.
 

Detailed Description

Record of an application event.

Member Data Documentation

◆ event

int32_t geopm::record_s::event

One of the m_event_e event types.

◆ process

int32_t geopm::record_s::process

The process identifier where event occurred.

◆ signal

uint64_t geopm::record_s::signal

The signal associated with the event type.

◆ time

geopm_time_s geopm::record_s::time

System time when event was recorded.


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