geopm  3.1.1.dev214+gba4f9f6d
GEOPM - Global Extensible Open Power Manager
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. 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...
 

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: