#include <op_events.h>
Data Fields | |
u32 | counter_mask |
u32 | val |
struct op_unit_mask * | unit |
char * | name |
char * | desc |
int | min_count |
int | filter |
char * | ext |
struct list_head | event_next |
Describe an event.
Definition at line 69 of file op_events.h.
bitmask of allowed counter
Definition at line 70 of file op_events.h.
Referenced by build_counter_arc(), help_for_event(), and xml_help_for_event().
char* op_event::desc |
the event description
Definition at line 75 of file op_events.h.
Referenced by delete_event(), help_for_event(), and xml_help_for_event().
struct list_head op_event::event_next [read] |
next event in list
Definition at line 79 of file op_events.h.
Referenced by arch_filter_events(), delete_event(), oprof_start::fill_events(), find_event_any(), find_event_by_name(), find_event_um(), find_next_event(), free_event(), load_events(), main(), op_check_events(), and op_free_events().
char* op_event::ext |
extended events
Definition at line 78 of file op_events.h.
Referenced by help_for_event(), and xml_help_for_event().
int op_event::filter |
architecture specific filter or -1
Definition at line 77 of file op_events.h.
minimum counter value allowed
Definition at line 76 of file op_events.h.
Referenced by get_default_event(), help_for_event(), and xml_help_for_event().
char* op_event::name |
the event name
Definition at line 74 of file op_events.h.
Referenced by delete_event(), do_test(), find_next_event(), get_mapping(), help_for_event(), load_events(), read_events(), and xml_help_for_event().
struct op_unit_mask* op_event::unit [read] |
which unit mask if any allowed
Definition at line 73 of file op_events.h.
Referenced by another_extra_check(), do_resolve_unit_mask(), extra_check(), help_for_event(), match_event(), and xml_help_for_event().
event number
Definition at line 71 of file op_events.h.
Referenced by check_event(), do_arch_specific_event_help(), load_events(), and xml_do_arch_specific_event_help().