OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:counter_mask
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libop/
op_events.h
52
u32
counter_mask
; /**< bitmask of allowed counter */
member in struct:op_event
op_xml_events.c
72
init_xml_int_attr(HELP_COUNTER_MASK, event->
counter_mask
, buffer);
op_alloc_counter.c
54
u32 mask = pev[i]->
counter_mask
;
op_events.c
481
event->
counter_mask
= arch_get_counter_mask();
483
event->
counter_mask
= parse_counter_mask(value);
920
if ((event->
counter_mask
& ctr_mask) == 0)
Completed in 115 milliseconds