OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:counter_mask
(Results
1 - 7
of
7
) sorted by null
/external/oprofile/gui/
oprof_start.h
33
uint
counter_mask
;
member in struct:op_event_descr
oprof_start.cpp
99
counter_mask
(0),
212
descr.
counter_mask
= event->
counter_mask
;
227
if (!(descr.
counter_mask
& (1 << ctr)))
/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)
/external/oprofile/utils/
ophelp.c
104
if(event->
counter_mask
!= 0) {
107
mask = event->
counter_mask
;
111
for (i = 0; i < CHAR_BIT * sizeof(event->
counter_mask
); ++i) {
Completed in 357 milliseconds