a struct describing a particular event type More...
#include <oprof_start.h>

Public Member Functions | |
| op_event_descr () | |
Public Attributes | |
| uint | counter_mask |
| bit mask of allowed counters | |
| u32 | val |
| hardware event number | |
| op_unit_mask const * | unit |
| unit mask values if applicable | |
| std::string | name |
| name of event | |
| std::string | help_str |
| description of event | |
| uint | min_count |
| minimum counter value | |
a struct describing a particular event type
| op_event_descr::op_event_descr | ( | ) |
bit mask of allowed counters
| std::string op_event_descr::help_str |
description of event
Referenced by oprof_start::event_over().
minimum counter value
Referenced by oprof_start::on_start_profiler().
| std::string op_event_descr::name |
name of event
Referenced by oprof_start::on_start_profiler(), and event_name_eq::operator()().
| op_unit_mask const* op_event_descr::unit |
unit mask values if applicable
Referenced by oprof_start::on_start_profiler().
hardware event number
1.6.1