Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dsort.h311 bool is_strict_order(const char *order);
Dsort.c3139 if (!sort_order || is_strict_order(sort_order)) in setup_sort_order()
3204 if (is_strict_order(field_order)) { in __setup_sorting()
3224 if (!is_strict_order(field_order)) { in __setup_sorting()
3421 bool is_strict_order(const char *order) in is_strict_order() function
3440 if (!is_strict_order(field_order)) in __setup_output_field()
/Linux-v6.1/tools/perf/ui/
Dhist.c568 if (is_strict_order(field_order)) in perf_hpp__init()
623 if (is_strict_order(field_order)) in perf_hpp__cancel_cumulate()