From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965085AbcCKIuL (ORCPT ); Fri, 11 Mar 2016 03:50:11 -0500 Received: from torg.zytor.com ([198.137.202.12]:33426 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S935327AbcCKIuF (ORCPT ); Fri, 11 Mar 2016 03:50:05 -0500 Date: Fri, 11 Mar 2016 00:49:14 -0800 From: tip-bot for Namhyung Kim Message-ID: Cc: peterz@infradead.org, acme@redhat.com, eranian@google.com, dsahern@gmail.com, mingo@kernel.org, jolsa@kernel.org, tglx@linutronix.de, andi@firstfloor.org, linux-kernel@vger.kernel.org, hpa@zytor.com, namhyung@kernel.org, wangnan0@huawei.com Reply-To: namhyung@kernel.org, wangnan0@huawei.com, linux-kernel@vger.kernel.org, andi@firstfloor.org, tglx@linutronix.de, hpa@zytor.com, dsahern@gmail.com, jolsa@kernel.org, mingo@kernel.org, peterz@infradead.org, acme@redhat.com, eranian@google.com In-Reply-To: <1457531222-18130-5-git-send-email-namhyung@kernel.org> References: <1457531222-18130-5-git-send-email-namhyung@kernel.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf tools: Remove hist_entry->fmt field Git-Commit-ID: a515d8ff7085d5e9fde867f2048b8da36b95dc51 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: a515d8ff7085d5e9fde867f2048b8da36b95dc51 Gitweb: http://git.kernel.org/tip/a515d8ff7085d5e9fde867f2048b8da36b95dc51 Author: Namhyung Kim AuthorDate: Wed, 9 Mar 2016 22:46:59 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 10 Mar 2016 16:45:59 -0300 perf tools: Remove hist_entry->fmt field It's not used anymore and the output format is accessed by the hpp_list pointer instead when hierarchy is enabled. Let's get rid of it. Signed-off-by: Namhyung Kim Tested-by: Jiri Olsa Cc: Andi Kleen Cc: David Ahern Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Wang Nan Link: http://lkml.kernel.org/r/1457531222-18130-5-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/util/sort.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/perf/util/sort.h b/tools/perf/util/sort.h index ea1f722..151afc1 100644 --- a/tools/perf/util/sort.h +++ b/tools/perf/util/sort.h @@ -129,7 +129,6 @@ struct hist_entry { void *raw_data; u32 raw_size; void *trace_output; - struct perf_hpp_fmt *fmt; struct perf_hpp_list *hpp_list; struct hist_entry *parent_he; union {