Home
last modified time | relevance | path

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

/external/oprofile/libpp/
Darrange_profiles.cpp176 void report_error(profile_classes const & classes, axis_types newaxis) in report_error() argument
204 str += axes[newaxis].name += ".\n"; in report_error()
216 bool allow_axes(profile_classes const & classes, axis_types newaxis) in allow_axes() argument
225 if (newaxis != AXIS_TID && newaxis != AXIS_TGID) in allow_axes()