From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vd7vr73YYzDqLW for ; Wed, 8 Mar 2017 07:45:27 +1100 (AEDT) Date: Tue, 7 Mar 2017 15:45:21 -0500 From: Steven Rostedt To: "Naveen N. Rao" Cc: Arnaldo Carvalho de Melo , Masami Hiramatsu , Ingo Molnar , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Ananth N Mavinakayanahalli , Michael Ellerman Subject: Re: [PATCH v4 1/3] perf: probe: factor out the ftrace README scanning Message-ID: <20170307154521.191d7e46@gandalf.local.home> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , FYI, When creating new patch series, please start a new thread, and don't post a patch as a reply to another patch. It gets easily lost that way. -- Steve On Thu, 2 Mar 2017 23:25:05 +0530 "Naveen N. Rao" wrote: > Simplify and separate out the ftrace README scanning logic into a > separate helper. This is used subsequently to scan for all patterns of > interest and to cache the result. > > Since we are only interested in availability of probe argument type x, > we will only scan for that. > > Signed-off-by: Naveen N. Rao > ---