Lines Matching refs:sort_order
526 ret += fprintf(fp, "\n# Sort order : %s", sort_order ? : default_mem_sort_order); in hists__fprintf_nr_sample_events()
1274 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_report()
1544 if (sort_order == NULL) in cmd_report()
1545 sort_order = "srcline,symbol,dso"; in cmd_report()
1600 sort_order = NULL; in cmd_report()
1608 if (sort_order && strstr(sort_order, "ipc")) { in cmd_report()
1613 if (sort_order && strstr(sort_order, "symbol")) { in cmd_report()
1616 sort_order, "ipc_lbr"); in cmd_report()
1620 sort_order, "ipc_null"); in cmd_report()
1623 sort_order = sort_tmp; in cmd_report()
1628 if (sort_order) in cmd_report()
1631 parse_options_usage(sort_order ? NULL : report_usage, in cmd_report()