Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dsymbol_conf.h88 int group_sort_idx; member
/linux-6.15/tools/perf/ui/
H A Dhist.c241 if (symbol_conf.group_sort_idx && symbol_conf.event_group) { in __hpp__sort()
243 symbol_conf.group_sort_idx); in __hpp__sort()
/linux-6.15/tools/perf/
H A Dbuiltin-report.c1422 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_report()
1632 if (symbol_conf.group_sort_idx && evlist__nr_groups(session->evlist) == 0) { in cmd_report()
H A Dbuiltin-top.c1602 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_top()
/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c3093 if (key - '0' == symbol_conf.group_sort_idx) in evsel__hists_browse()
3096 symbol_conf.group_sort_idx = key - '0'; in evsel__hists_browse()
3098 if (symbol_conf.group_sort_idx >= evsel->core.nr_members) { in evsel__hists_browse()