Home
last modified time | relevance | path

Searched refs:axis_types (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/libpp/
Darrange_profiles.h124 enum axis_types { enum
151 axis_types axis;
Darrange_profiles.cpp121 axis_types const axis2 = classes.axis; in matches()
176 void report_error(profile_classes const & classes, axis_types newaxis) in report_error()
216 bool allow_axes(profile_classes const & classes, axis_types newaxis) in allow_axes()
405 if (!allow_axes(classes, axis_types(i))) in identify_classes()
406 report_error(classes, axis_types(i)); in identify_classes()
407 classes.axis = axis_types(i); in identify_classes()