Home
last modified time | relevance | path

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

/external/oprofile/libpp/
Dfilename_spec.cpp40 unitmask != rhs.unitmask || event != rhs.event) { in match()
69 unitmask = op_lexical_cast<unsigned int>(parsed.unitmask); in set_sample_filename()
Dparse_filename.cpp51 result.unitmask = parts[i++]; in parse_event_spec()
237 unitmask == parsed.unitmask && in profile_spec_equal()
248 << data.unitmask << " " << data.tgid << " " in operator <<()
Darrange_profiles.cpp83 comp = numeric_compare(lt.unitmask, rt.unitmask); in operator <()
290 if (!merge_by.unitmask) in get_header()
381 || (!merge_by.unitmask in identify_classes()
382 && it->ptemplate.unitmask != ptemplate.unitmask)) in identify_classes()
435 string mask = it->ptemplate.unitmask; in identify_xml_classes()
472 if (!merge_by.unitmask) in template_from_profile()
473 ptemplate.unitmask = parsed.unitmask; in template_from_profile()
743 << "unitmask: " << ptemplate.unitmask << endl in operator <<()
Darrange_profiles.h31 bool unitmask; member
42 std::string unitmask; member
Dparse_filename.h30 std::string unitmask; member
Dfilename_spec.h77 unsigned int unitmask; variable
Dprofile_spec.cpp161 unitmask.set(str); in parse_unitmask()
286 if (!unitmask.match(spec.unitmask)) in match()
Dxml_utils.cpp274 string unitmask; member in subclass_info_t
312 if ((*sc_ptr)[j].unitmask == pclass.ptemplate.unitmask) { in build_subclasses()
325 (*sc_ptr)[new_index].unitmask = pclass.ptemplate.unitmask; in build_subclasses()
334 out << init_attr(EVENT_MASK, pclass.ptemplate.unitmask); in build_subclasses()
Dprofile_spec.h131 comma_list<unsigned int> unitmask; variable
/external/oprofile/pp/
Dcommon_option.cpp246 merge_by.unitmask = false; in handle_merge_option()
268 merge_by.unitmask = true; in handle_merge_option()
274 merge_by.unitmask = true; in handle_merge_option()
Doparchive_options.cpp96 merge_by.unitmask = true; in handle_options()
Dopgprof_options.cpp66 merge_by.unitmask = true; in try_merge_profiles()
/external/oprofile/utils/
Dopcontrol160 unitmask: hardware unit mask e.g. 0x0f
/external/oprofile/
DChangeLog-200347 * libpp/arrange_profiles.cpp: put unitmask in the same axis as
48 event:count, meaning than unitmask is now a part of the event
4436 * libpp/split_sample_filename.cpp: s/unit_mask/unitmask