From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759444AbcAUMCN (ORCPT ); Thu, 21 Jan 2016 07:02:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53228 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751189AbcAUMCL (ORCPT ); Thu, 21 Jan 2016 07:02:11 -0500 Date: Thu, 21 Jan 2016 13:02:06 +0100 From: Jiri Olsa To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , David Ahern , Stephane Eranian , Andi Kleen , Wang Nan Subject: Re: [PATCH v2 04.2/17] perf hists: Cleanup filtering functions Message-ID: <20160121120206.GA11238@krava.brq.redhat.com> References: <20160119203910.GE27085@kernel.org> <1453252521-24398-1-git-send-email-namhyung@kernel.org> <1453252521-24398-2-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453252521-24398-2-git-send-email-namhyung@kernel.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 20, 2016 at 10:15:21AM +0900, Namhyung Kim wrote: > The hists__filter_by_xxx functions share same logic with different > filters. Factor out the common code into the hists__filter_by_type. > > Signed-off-by: Namhyung Kim Acked-by: Jiri Olsa jirka