Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dsort.h300 bool is_strict_order(const char *order);
Dsort.c2786 if (!sort_order || is_strict_order(sort_order)) in setup_sort_order()
2851 if (is_strict_order(field_order)) { in __setup_sorting()
2871 if (!is_strict_order(field_order)) { in __setup_sorting()
3064 bool is_strict_order(const char *order) in is_strict_order() function
3083 if (!is_strict_order(field_order)) in __setup_output_field()
/Linux-v5.10/tools/perf/ui/
Dhist.c556 if (is_strict_order(field_order)) in perf_hpp__init()
610 if (is_strict_order(field_order)) in perf_hpp__cancel_cumulate()