Home
last modified time | relevance | path

Searched refs:profile_class (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/libpp/
Darrange_profiles.cpp56 bool operator<(profile_class const & lhs, in operator <()
57 profile_class const & rhs) in operator <()
137 vector<profile_class>::const_iterator it1 = v.begin(); in matches()
138 vector<profile_class>::const_iterator end1 = v.end(); in matches()
139 vector<profile_class>::const_iterator it2 = classes.v.begin(); in matches()
181 vector<profile_class>::const_iterator it = classes.v.begin(); in report_error()
182 vector<profile_class>::const_iterator const end = classes.v.end(); in report_error()
228 vector<profile_class>::const_iterator it = classes.v.begin(); in allow_axes()
229 vector<profile_class>::const_iterator const end = classes.v.end(); in allow_axes()
241 opd_header const get_first_header(profile_class const & pclass) in get_first_header()
[all …]
Darrange_profiles.h106 struct profile_class { struct
148 std::vector<profile_class> v;
165 std::ostream & operator<<(std::ostream &, profile_class const &);
Dxml_utils.cpp296 profile_class & pclass = classes.v[i]; in build_subclasses()
/external/oprofile/pp/
Dopreport.cpp152 summary_container(vector<profile_class> const & pclasses);
162 summary_container(vector<profile_class> const & pclasses) in summary_container()
211 for (vector<profile_class>::size_type i = 0; in output_header()