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

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

Completed in 105 milliseconds