Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol_conf.h80 int group_sort_idx; member
/tools/perf/ui/
Dhist.c234 if (symbol_conf.group_sort_idx && symbol_conf.event_group) { in __hpp__sort()
236 symbol_conf.group_sort_idx); in __hpp__sort()
/tools/perf/
Dbuiltin-report.c1342 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_report()
1521 if (symbol_conf.group_sort_idx && evlist__nr_groups(session->evlist) == 0) { in cmd_report()
Dbuiltin-top.c1590 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_top()
/tools/perf/ui/browsers/
Dhists.c3062 if (key - '0' == symbol_conf.group_sort_idx) in evsel__hists_browse()
3065 symbol_conf.group_sort_idx = key - '0'; in evsel__hists_browse()
3067 if (symbol_conf.group_sort_idx >= evsel->core.nr_members) { in evsel__hists_browse()