Class for Scheduler (SCHED) Events (see BTF Specification Chapter 2.3.4).
Definition: scheduler.h:17
static Events stringToEvent(const std::string &str)
Converts a string into the enum Events.
Definition: scheduler.cpp:21
Events
Possible types of Scheduler events.
Definition: scheduler.h:23
@ schedule
The schedule event indicates that the scheduler (target and source) makes a scheduling decision.
static std::string eventToString(Events ev)
Converts the enum Events into string.
Definition: scheduler.cpp:5