hi, now we have sort dimensions private for struct hists, we need to make dimension booleans hists specific as well.
Also available in here: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/fixes thanks, jirka --- Jiri Olsa (7): perf tools: Move sort__need_collapse into struct perf_hpp_list perf tools: Move sort__has_parent into struct perf_hpp_list perf tools: Move sort__has_sym into struct perf_hpp_list perf tools: Move sort__has_dso into struct perf_hpp_list perf tools: Move sort__has_socket into struct perf_hpp_list perf tools: Move sort__has_thread into struct perf_hpp_list perf tools: Move sort__has_comm into struct perf_hpp_list tools/perf/builtin-diff.c | 4 ++-- tools/perf/builtin-report.c | 4 ++-- tools/perf/builtin-top.c | 8 ++++---- tools/perf/tests/hists_common.c | 2 +- tools/perf/tests/hists_cumulate.c | 2 +- tools/perf/tests/hists_link.c | 4 ++-- tools/perf/tests/hists_output.c | 2 +- tools/perf/ui/browsers/hists.c | 32 +++++++++++++++++--------------- tools/perf/ui/gtk/hists.c | 2 +- tools/perf/ui/hist.c | 2 +- tools/perf/util/annotate.c | 2 +- tools/perf/util/callchain.c | 2 +- tools/perf/util/hist.c | 14 +++++++------- tools/perf/util/hist.h | 10 ++++++++++ tools/perf/util/machine.c | 2 +- tools/perf/util/sort.c | 35 ++++++++++++++--------------------- tools/perf/util/sort.h | 7 ------- 17 files changed, 66 insertions(+), 68 deletions(-)