Searched refs:group_sort_idx (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol_conf.h | 76 int group_sort_idx; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol_conf.h | 78 int group_sort_idx; member
|
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | hist.c | 233 if (symbol_conf.group_sort_idx && symbol_conf.event_group) { in __hpp__sort() 235 symbol_conf.group_sort_idx); in __hpp__sort()
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | hist.c | 234 if (symbol_conf.group_sort_idx && symbol_conf.event_group) { in __hpp__sort() 236 symbol_conf.group_sort_idx); in __hpp__sort()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-report.c | 1267 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 D | builtin-top.c | 1573 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_top()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-report.c | 1343 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_report() 1515 if (symbol_conf.group_sort_idx && evlist__nr_groups(session->evlist) == 0) { in cmd_report()
|
H A D | builtin-top.c | 1590 OPT_INTEGER(0, "group-sort-idx", &symbol_conf.group_sort_idx, in cmd_top()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | hists.c | 3061 if (key - '0' == symbol_conf.group_sort_idx) in perf_evsel__hists_browse() 3064 symbol_conf.group_sort_idx = key - '0'; in perf_evsel__hists_browse() 3066 if (symbol_conf.group_sort_idx >= evsel->core.nr_members) { in perf_evsel__hists_browse()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 3062 if (key - '0' == symbol_conf.group_sort_idx) in evsel__hists_browse() 3065 symbol_conf.group_sort_idx = key - '0'; in evsel__hists_browse() 3067 if (symbol_conf.group_sort_idx >= evsel->core.nr_members) { in evsel__hists_browse()
|
Completed in 20 milliseconds