Describe an event. More...
#include <op_events.h>

Public Attributes | |
| u32 | counter_mask |
| bitmask of allowed counter | |
| u32 | val |
| event number | |
| struct op_unit_mask * | unit |
| which unit mask if any allowed | |
| char * | name |
| the event name | |
| char * | desc |
| the event description | |
| int | min_count |
| minimum counter value allowed | |
| int | filter |
| architecture specific filter or -1 | |
| char * | ext |
| extended events | |
| struct list_head | event_next |
| next event in list | |
Describe an event.
bitmask of allowed counter
Referenced by op_check_events(), and xml_help_for_event().
| char* op_event::desc |
the event description
Referenced by xml_help_for_event().
struct list_head op_event::event_next [read] |
next event in list
Referenced by find_event_by_name(), main(), op_check_events(), and op_free_events().
| char* op_event::ext |
extended events
Referenced by xml_help_for_event().
| int op_event::filter |
architecture specific filter or -1
minimum counter value allowed
Referenced by xml_help_for_event().
| char* op_event::name |
the event name
Referenced by find_event_by_name(), main(), and xml_help_for_event().
struct op_unit_mask* op_event::unit [read] |
which unit mask if any allowed
Referenced by op_check_events(), and xml_help_for_event().
event number
Referenced by main(), and op_check_events().
1.6.1