Searched defs:unitmask (Results 1 - 5 of 5) sorted by relevance

/external/oprofile/libpp/
H A Dfilename_spec.h77 unsigned int unitmask; member in class:filename_spec
H A Dparse_filename.h30 std::string unitmask; member in struct:parsed_filename
H A Dprofile_spec.h131 comma_list<unsigned int> unitmask; member in class:profile_spec
H A Darrange_profiles.h31 bool unitmask; member in struct:merge_option
42 std::string unitmask; member in struct:profile_template
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);

Completed in 69 milliseconds