OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unit_type_mask
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libop/
op_events.c
151
um->
unit_type_mask
= utm_mandatory;
153
um->
unit_type_mask
= utm_bitmask;
155
um->
unit_type_mask
= utm_exclusive;
327
type = um->
unit_type_mask
;
328
if (um->
unit_type_mask
!= type)
343
new->
unit_type_mask
= type;
548
if (um->
unit_type_mask
== utm_mandatory && um->num != 1) {
552
} else if (um->
unit_type_mask
== utm_bitmask) {
851
switch (event->unit->
unit_type_mask
) {
923
if (event->unit->
unit_type_mask
== utm_bitmask)
[
all
...]
op_xml_events.c
85
switch (event->unit->
unit_type_mask
){
op_events.h
39
enum unit_mask_type
unit_type_mask
;
member in struct:op_unit_mask
/external/oprofile/gui/
oprof_start.cpp
713
if (descr.unit->
unit_type_mask
== utm_bitmask)
729
if (descr.unit->
unit_type_mask
== utm_mandatory) {
781
if (!um || um->
unit_type_mask
== utm_mandatory)
786
unit_mask_group->setExclusive(um->
unit_type_mask
== utm_exclusive);
809
if (um->
unit_type_mask
== utm_exclusive)
882
descr.unit->
unit_type_mask
== utm_bitmask &&
Completed in 60 milliseconds