Lines Matching refs:sort_order
532 if (sort_order || !field_order) { in hists__fprintf_nr_sample_events()
534 sort_order ? : default_mem_sort_order); in hists__fprintf_nr_sample_events()
1365 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_report()
1675 if (sort_order == NULL) in cmd_report()
1676 sort_order = CALLCHAIN_BRANCH_SORT_ORDER; in cmd_report()
1725 sort_order = NULL; in cmd_report()
1728 if (sort_order && strstr(sort_order, "type")) { in cmd_report()
1755 (sort_order && (strstr(sort_order, "latency") || in cmd_report()
1756 strstr(sort_order, "parallelism"))) || in cmd_report()
1773 if (sort_order && strstr(sort_order, "ipc")) { in cmd_report()
1778 if (sort_order && strstr(sort_order, "symbol")) { in cmd_report()
1781 sort_order, "ipc_lbr"); in cmd_report()
1785 sort_order, "ipc_null"); in cmd_report()
1788 sort_order = sort_tmp; in cmd_report()
1794 if (sort_order) in cmd_report()
1797 parse_options_usage(sort_order ? NULL : report_usage, in cmd_report()