Searched refs:sort_order (Results 1 – 6 of 6) sorted by relevance
/linux/tools/perf/tests/ |
H A D | hists_output.c | 147 sort_order = NULL; /* equivalent to sort_order = "comm,dso,sym" */ in test1() 174 pr_info("[fields = %s, sort = %s]\n", field_order, sort_order); in test1() 249 sort_order = "pid"; in test2() 274 pr_info("[fields = %s, sort = %s]\n", field_order, sort_order); in test2() 305 sort_order = NULL; in test3() 328 pr_info("[fields = %s, sort = %s]\n", field_order, sort_order); in test3() 379 sort_order = "sym"; in test4() 406 pr_info("[fields = %s, sort = %s]\n", field_order, sort_order); in test4() 481 sort_order in test5() [all...] |
/linux/tools/perf/util/ |
H A D | kwork.h | 232 const char *sort_order; 231 const char *sort_order; global() member
|
H A D | disasm.c | 2273 extern const char *sort_order; in symbol__disassemble() 2275 if (sort_order && !strstr(sort_order, "sym")) { in symbol__disassemble()
|
/linux/tools/perf/ |
H A D | builtin-top.c | 1519 OPT_STRING('s', "sort", &sort_order, "key[,key2...]", in cmd_top() 1721 if (!sort_order) in cmd_top() 1722 sort_order = "srcline,symbol,dso"; in cmd_top() 1742 if (sort_order) in cmd_top() 1745 parse_options_usage(sort_order ? NULL : top_usage, in cmd_top()
|
/linux/tools/perf/ui/stdio/ |
H A D | hist.c | 240 sort_order && strstarts(sort_order, "sym")) in callchain__fprintf_graph()
|
/linux/tools/perf/ui/browsers/ |
H A D | hists.c | 2785 if (sort_order && strstr(sort_order, "time")) { in add_script_opt()
|