From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752702AbdAUC2c (ORCPT ); Fri, 20 Jan 2017 21:28:32 -0500 Received: from mail-pg0-f65.google.com ([74.125.83.65]:36559 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751028AbdAUC2b (ORCPT ); Fri, 20 Jan 2017 21:28:31 -0500 Date: Sat, 21 Jan 2017 11:26:58 +0900 From: Namhyung Kim To: Steven Rostedt Cc: LKML , Ingo Molnar Subject: Re: [PATCH 2/3] ftrace: Expose ftrace_hash_empty and ftrace_lookup_ip Message-ID: <20170121022658.GC23554@danjae.aot.lge.com> References: <20170120024447.26097-1-namhyung@kernel.org> <20170120024447.26097-2-namhyung@kernel.org> <20170120145420.5fc3018a@gandalf.local.home> <20170121002706.GB23554@danjae.aot.lge.com> <20170120211317.1de2b57a@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170120211317.1de2b57a@gandalf.local.home> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 20, 2017 at 09:13:17PM -0500, Steven Rostedt wrote: > On Sat, 21 Jan 2017 09:27:06 +0900 > Namhyung Kim wrote: > > > > > Note, I had to modify this patch and move this declaration outside of > > > the #ifdef CONFIG_FUNCTION_GRAPH_TRACER, as it failed to build when > > > function graph wasn't enabled. Function tracer uses this too. > > > > Oops, my bad. > > > > Did you modify it in your tree? Or do you want me to resend v2? > > No, it's a trivial change and I made the modification and noted it in > the change log. You can see the change in my tree under the ftrace/core > branch. I'm taking off next week and I wanted to get this series tested > before I go. The tests are still running. Thanks for doing that! Namhyung