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

Public Member Functions | |
| op_event_descr () | |
Data Fields | |
| 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
Definition at line 35 of file oprof_start.h.
| op_event_descr::op_event_descr | ( | ) |
Definition at line 113 of file oprof_start.cpp.
bit mask of allowed counters
Definition at line 39 of file oprof_start.h.
Referenced by oprof_start::fill_events().
| std::string op_event_descr::help_str |
description of event
Definition at line 47 of file oprof_start.h.
Referenced by oprof_start::event_over(), and oprof_start::fill_events().
minimum counter value
Definition at line 49 of file oprof_start.h.
Referenced by oprof_start::display_event(), oprof_start::fill_events(), and oprof_start::on_start_profiler().
| std::string op_event_descr::name |
name of event
Definition at line 45 of file oprof_start.h.
Referenced by oprof_start::display_event(), oprof_start::fill_events(), oprof_start::on_start_profiler(), event_name_eq::operator()(), oprof_start::save_config(), and oprof_start::setup_unit_masks().
| op_unit_mask const* op_event_descr::unit |
unit mask values if applicable
Definition at line 43 of file oprof_start.h.
Referenced by oprof_start::fill_events(), oprof_start::get_unit_mask(), oprof_start::get_unit_mask_part(), oprof_start::on_start_profiler(), and oprof_start::setup_unit_masks().
hardware event number
Definition at line 41 of file oprof_start.h.
Referenced by oprof_start::fill_events().
1.6.1