Home
last modified time | relevance | path

Searched refs:group_sort_idx (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/tools/perf/util/
Dsymbol_conf.h79 int group_sort_idx; member
/Linux-v6.1/tools/perf/ui/
Dhist.c233 if (symbol_conf.group_sort_idx && symbol_conf.event_group) { in __hpp__sort()
235 symbol_conf.group_sort_idx); in __hpp__sort()
/Linux-v6.1/tools/perf/
Dbuiltin-report.c1326 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_report()
1478 if (symbol_conf.group_sort_idx && !session->evlist->core.nr_groups) { in cmd_report()
Dbuiltin-top.c1569 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_top()
/Linux-v6.1/tools/perf/ui/browsers/
Dhists.c3068 if (key - '0' == symbol_conf.group_sort_idx) in evsel__hists_browse()
3071 symbol_conf.group_sort_idx = key - '0'; in evsel__hists_browse()
3073 if (symbol_conf.group_sort_idx >= evsel->core.nr_members) { in evsel__hists_browse()