Lines Matching refs:sort_order
515 ret += fprintf(fp, "\n# Sort order : %s", sort_order ? : default_mem_sort_order); in hists__fprintf_nr_sample_events()
1257 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_report()
1507 if (sort_order == NULL) in cmd_report()
1508 sort_order = "srcline,symbol,dso"; in cmd_report()
1563 sort_order = NULL; in cmd_report()
1571 if (sort_order && strstr(sort_order, "ipc")) { in cmd_report()
1576 if (sort_order && strstr(sort_order, "symbol")) { in cmd_report()
1579 sort_order, "ipc_lbr"); in cmd_report()
1583 sort_order, "ipc_null"); in cmd_report()
1586 sort_order = sort_tmp; in cmd_report()
1591 if (sort_order) in cmd_report()
1594 parse_options_usage(sort_order ? NULL : report_usage, in cmd_report()