Describe an unit mask. More...
#include <op_events.h>

Classes | |
| struct | op_described_um |
Public Attributes | |
| char * | name |
| name of unit mask type | |
| u32 | num |
| number of possible unit masks | |
| enum unit_mask_type | unit_type_mask |
| u32 | default_mask |
| only the gui use it | |
| struct op_unit_mask::op_described_um | um [MAX_UNIT_MASK] |
| struct list_head | um_next |
| next um in list | |
| int | used |
| used by events file parser | |
Describe an unit mask.
only the gui use it
Referenced by xml_help_for_event().
| char* op_unit_mask::name |
name of unit mask type
Referenced by xml_help_for_event().
number of possible unit masks
Referenced by op_check_events().
| struct op_unit_mask::op_described_um op_unit_mask::um[MAX_UNIT_MASK] |
Referenced by op_check_events(), and xml_help_for_event().
struct list_head op_unit_mask::um_next [read] |
next um in list
Referenced by op_free_events().
Referenced by oprof_start::on_start_profiler(), op_check_events(), and xml_help_for_event().
used by events file parser
1.6.1