Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dsort.h288 bool is_strict_order(const char *order);
Dsort.c2653 if (!sort_order || is_strict_order(sort_order)) in setup_sort_order()
2718 if (is_strict_order(field_order)) { in __setup_sorting()
2738 if (!is_strict_order(field_order)) { in __setup_sorting()
2925 bool is_strict_order(const char *order) in is_strict_order() function
2944 if (!is_strict_order(field_order)) in __setup_output_field()
/Linux-v4.19/tools/perf/ui/
Dhist.c489 if (is_strict_order(field_order)) in perf_hpp__init()
543 if (is_strict_order(field_order)) in perf_hpp__cancel_cumulate()