#include <arrange_profiles.h>
Data Fields | |
std::string | event |
std::string | count |
std::string | unitmask |
std::string | tgid |
std::string | tid |
std::string | cpu |
This describes which parameters are set for each equivalence class.
Definition at line 39 of file arrange_profiles.h.
std::string profile_template::count |
Definition at line 41 of file arrange_profiles.h.
Referenced by operator<(), and operator<<().
std::string profile_template::cpu |
Definition at line 45 of file arrange_profiles.h.
Referenced by operator<(), and operator<<().
std::string profile_template::event |
Definition at line 40 of file arrange_profiles.h.
Referenced by operator<(), and operator<<().
std::string profile_template::tgid |
Definition at line 43 of file arrange_profiles.h.
Referenced by operator<(), and operator<<().
std::string profile_template::tid |
Definition at line 44 of file arrange_profiles.h.
Referenced by operator<(), and operator<<().
std::string profile_template::unitmask |
Definition at line 42 of file arrange_profiles.h.
Referenced by operator<(), and operator<<().