Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dsymbol_conf.h78 int group_sort_idx; member
/linux/tools/perf/ui/
A 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/tools/perf/
A Dbuiltin-report.c1285 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_report()
1437 if (symbol_conf.group_sort_idx && !session->evlist->core.nr_groups) { in cmd_report()
A Dbuiltin-top.c1568 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_top()
/linux/tools/perf/ui/browsers/
A 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()

Completed in 18 milliseconds