Home
last modified time | relevance | path

Searched refs:utm_bitmask (Results 1 – 5 of 5) sorted by relevance

/external/oprofile/libop/
Dop_events.h28 utm_bitmask /**< bitmask */ enumerator
Dop_events.c153 um->unit_type_mask = utm_bitmask; in parse_um()
330 if (type != utm_bitmask && type != utm_exclusive) in merge_um()
552 } else if (um->unit_type_mask == utm_bitmask) { in check_unit_mask()
856 case utm_bitmask: in match_event()
923 if (event->unit->unit_type_mask == utm_bitmask) { in op_check_events()
Dop_xml_events.c86 case utm_bitmask: in xml_help_for_event()
/external/oprofile/gui/
Doprof_start.cpp713 if (descr.unit->unit_type_mask == utm_bitmask) in get_unit_mask_part()
882 descr.unit->unit_type_mask == utm_bitmask && in on_start_profiler()
/external/oprofile/
DChangeLog-20035464 check to only utm_bitmask.
6065 * libop/op_events.c: K8 HT events are utm_exclusive, not utm_bitmask