Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsymbol_conf.h83 int group_sort_idx; member
/linux/tools/perf/ui/
H A Dhist.c240 if (symbol_conf.group_sort_idx && symbol_conf.event_group) { in __hpp__sort()
242 symbol_conf.group_sort_idx); in __hpp__sort()
/linux/tools/perf/ui/browsers/
H A Dhists.c3086 if (key - '0' == symbol_conf.group_sort_idx) in evsel__hists_browse()
3089 symbol_conf.group_sort_idx = key - '0'; in evsel__hists_browse()
3091 if (symbol_conf.group_sort_idx >= evsel->core.nr_members) { in evsel__hists_browse()
/linux/tools/perf/
H A Dbuiltin-top.c1598 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_top()