From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751758AbdB0Ifw (ORCPT ); Mon, 27 Feb 2017 03:35:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50188 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751614AbdB0If3 (ORCPT ); Mon, 27 Feb 2017 03:35:29 -0500 Date: Mon, 27 Feb 2017 09:35:24 +0100 From: Jiri Olsa To: Andi Kleen Cc: acme@kernel.org, jolsa@kernel.org, linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH 03/10] perf, tools: Factor out PMU matching in parser Message-ID: <20170227083524.GA4680@krava> References: <20170224001021.6723-1-andi@firstfloor.org> <20170224001021.6723-3-andi@firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170224001021.6723-3-andi@firstfloor.org> User-Agent: Mutt/1.8.0 (2017-02-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Mon, 27 Feb 2017 08:35:28 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 23, 2017 at 04:10:14PM -0800, Andi Kleen wrote: > From: Andi Kleen > > Factor out the PMU name matching in the event parser into a separate function, > to use the same code for other grammar rules later. > > Signed-off-by: Andi Kleen this will no longer apply because we changed the parse_events_term__num interface.. jirka