sorts             452 tools/perf/ui/hist.c 	.sorts	= LIST_HEAD_INIT(perf_hpp_list.sorts),
sorts             529 tools/perf/ui/hist.c 	list_add_tail(&format->sort_list, &list->sorts);
sorts             535 tools/perf/ui/hist.c 	list_add(&format->sort_list, &list->sorts);
sorts             795 tools/perf/ui/hist.c 	list_add_tail(&fmt_copy->sort_list, &node->hpp.sorts);
sorts            2808 tools/perf/util/hist.c 	INIT_LIST_HEAD(&list->sorts);
sorts             286 tools/perf/util/hist.h 	struct list_head sorts;
sorts             336 tools/perf/util/hist.h 	list_for_each_entry(format, &(_list)->sorts, sort_list)
sorts             339 tools/perf/util/hist.h 	list_for_each_entry_safe(format, tmp, &(_list)->sorts, sort_list)