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.h83 int group_sort_idx; member
/linux/tools/perf/ui/
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/
A Dbuiltin-report.c1407 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_report()
1612 if (symbol_conf.group_sort_idx && evlist__nr_groups(session->evlist) == 0) { in cmd_report()
A Dbuiltin-top.c1598 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_top()
/linux/tools/perf/ui/browsers/
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()

Completed in 29 milliseconds