Home
last modified time | relevance | path

Searched refs:counter_mask (Results 1 – 7 of 7) sorted by relevance

/external/oprofile/utils/
Dophelp.c104 if(event->counter_mask != 0) { in help_for_event()
107 mask = event->counter_mask; in help_for_event()
111 for (i = 0; i < CHAR_BIT * sizeof(event->counter_mask); ++i) { in help_for_event()
/external/oprofile/libop/
Dop_events.h52 u32 counter_mask; /**< bitmask of allowed counter */ member
Dop_xml_events.c72 init_xml_int_attr(HELP_COUNTER_MASK, event->counter_mask, buffer, in xml_help_for_event()
Dop_alloc_counter.c54 u32 mask = pev[i]->counter_mask; in build_counter_arc()
Dop_events.c481 event->counter_mask = arch_get_counter_mask(); in read_events()
483 event->counter_mask = parse_counter_mask(value); in read_events()
920 if ((event->counter_mask & ctr_mask) == 0) in op_check_events()
/external/oprofile/gui/
Doprof_start.h33 uint counter_mask; member
Doprof_start.cpp99 counter_mask(0), in op_event_descr()
212 descr.counter_mask = event->counter_mask; in fill_events()
227 if (!(descr.counter_mask & (1 << ctr))) in fill_events()