#include <op_events.h>
Data Structures | |
struct | op_described_um |
Data Fields | |
char * | name |
u32 | num |
enum unit_mask_type | unit_type_mask |
u32 | default_mask |
struct op_unit_mask::op_described_um | um [MAX_UNIT_MASK] |
struct list_head | um_next |
int | used |
Describe an unit mask.
Definition at line 53 of file op_events.h.
only the gui use it
Definition at line 57 of file op_events.h.
Referenced by check_unit_mask(), do_resolve_unit_mask(), oprof_start::fill_events(), oprof_start::get_unit_mask(), help_for_event(), merge_um(), parse_um(), and xml_help_for_event().
char* op_unit_mask::name |
name of unit mask type
Definition at line 54 of file op_events.h.
Referenced by check_unit_mask(), delete_unit_mask(), help_for_event(), load_events(), parse_um(), try_find_um(), and xml_help_for_event().
number of possible unit masks
Definition at line 55 of file op_events.h.
Referenced by another_extra_check(), check_unit_mask(), delete_unit_mask(), do_resolve_unit_mask(), extra_check(), oprof_start::get_unit_mask_part(), load_events(), merge_um(), read_unit_masks(), and oprof_start::setup_unit_masks().
struct op_unit_mask::op_described_um op_unit_mask::um[MAX_UNIT_MASK] |
Referenced by another_extra_check(), check_unit_mask(), delete_unit_mask(), do_resolve_unit_mask(), extra_check(), find_um(), oprof_start::get_unit_mask_part(), help_for_event(), load_events(), merge_um(), new_unit_mask(), read_unit_masks(), oprof_start::setup_unit_masks(), try_find_um(), and xml_help_for_event().
struct list_head op_unit_mask::um_next [read] |
next um in list
Definition at line 63 of file op_events.h.
Referenced by delete_unit_mask(), free_unit_mask(), load_events(), new_unit_mask(), op_free_events(), and try_find_um().
Definition at line 56 of file op_events.h.
Referenced by check_unit_mask(), oprof_start::get_unit_mask(), oprof_start::get_unit_mask_part(), load_events(), match_event(), merge_um(), oprof_start::on_start_profiler(), parse_um(), oprof_start::setup_unit_masks(), and xml_help_for_event().
used by events file parser
Definition at line 64 of file op_events.h.
Referenced by check_unit_mask(), load_events(), and try_find_um().