From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932866AbcECLyx (ORCPT ); Tue, 3 May 2016 07:54:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60884 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932252AbcECLyv (ORCPT ); Tue, 3 May 2016 07:54:51 -0400 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra Subject: [PATCH 0/7] perf tools: Move sort bools into struct perf_hpp_list Date: Tue, 3 May 2016 13:54:41 +0200 Message-Id: <1462276488-26683-1-git-send-email-jolsa@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)