Searched refs:unitmask (Results 1 - 14 of 14) sorted by relevance

/external/oprofile/libpp/
H A Dfilename_spec.cpp40 unitmask != rhs.unitmask || event != rhs.event) {
69 unitmask = op_lexical_cast<unsigned int>(parsed.unitmask);
H A Dparse_filename.h30 std::string unitmask; member in struct:parsed_filename
H A Dfilename_spec.h77 unsigned int unitmask; member in class:filename_spec
H A Darrange_profiles.h31 bool unitmask; member in struct:merge_option
42 std::string unitmask; member in struct:profile_template
H A Dparse_filename.cpp26 // PP:3.19 event_name.count.unitmask.tgid.tid.cpu
51 result.unitmask = parts[i++];
237 unitmask == parsed.unitmask &&
248 << data.unitmask << " " << data.tgid << " "
H A Dprofile_spec.h131 comma_list<unsigned int> unitmask; member in class:profile_spec
H A Darrange_profiles.cpp83 comp = numeric_compare(lt.unitmask, rt.unitmask);
107 { "event", "specify event:, count: or unitmask: (see also --merge=unitmask)" },
290 if (!merge_by.unitmask)
381 || (!merge_by.unitmask
382 && it->ptemplate.unitmask != ptemplate.unitmask))
435 string mask = it->ptemplate.unitmask;
472 if (!merge_by.unitmask)
[all...]
H A Dprofile_spec.cpp161 unitmask.set(str);
286 if (!unitmask.match(spec.unitmask))
H A Dxml_utils.cpp274 string unitmask; member in class:subclass_info_t
309 // search for an existing unitmask
312 if ((*sc_ptr)[j].unitmask == pclass.ptemplate.unitmask) {
325 (*sc_ptr)[new_index].unitmask = pclass.ptemplate.unitmask;
334 out << init_attr(EVENT_MASK, pclass.ptemplate.unitmask);
/external/chromium_org/chrome/browser/storage_monitor/
H A Dvolume_mount_watcher_win.cc449 DWORD unitmask = GetVolumeBitMaskFromBroadcastHeader(data); local
451 for (int i = 0; unitmask; ++i, unitmask >>= 1) {
452 if (!(unitmask & 0x01))
462 DWORD unitmask = GetVolumeBitMaskFromBroadcastHeader(data); local
463 for (int i = 0; unitmask; ++i, unitmask >>= 1) {
464 if (!(unitmask & 0x01))
/external/oprofile/pp/
H A Doparchive_options.cpp96 merge_by.unitmask = true;
H A Dopgprof_options.cpp66 merge_by.unitmask = true;
H A Dcommon_option.cpp246 merge_by.unitmask = false;
267 } else if (*cit == "unitmask") {
268 merge_by.unitmask = true;
274 merge_by.unitmask = true;
/external/oprofile/utils/
H A Dopcontrol156 "default" or "name:count:unitmask:kernel:user", where :
160 unitmask: hardware unit mask e.g. 0x0f
1905 echo "ERROR: All IBS Fetch must have the same unitmask."
1928 echo "All IBS Op must have the same unitmask."
2005 # Dispatched op is enabled by bit 0 of the unitmask
2016 # NOTE: BTA is enabled by bit 2 of the unitmask

Completed in 137 milliseconds