Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol_conf.h76 int group_sort_idx; member
/OK3568_Linux_fs/kernel/tools/perf/ui/
H 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()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-report.c1267 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_report()
1424 if (symbol_conf.group_sort_idx && !session->evlist->nr_groups) { in cmd_report()
H A Dbuiltin-top.c1573 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_top()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dhists.c3071 if (key - '0' == symbol_conf.group_sort_idx) in perf_evsel__hists_browse()
3074 symbol_conf.group_sort_idx = key - '0'; in perf_evsel__hists_browse()
3076 if (symbol_conf.group_sort_idx >= evsel->core.nr_members) { in perf_evsel__hists_browse()