From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5CB44C43334 for ; Mon, 25 Jul 2022 16:07:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235783AbiGYQHH (ORCPT ); Mon, 25 Jul 2022 12:07:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235742AbiGYQHG (ORCPT ); Mon, 25 Jul 2022 12:07:06 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 496B9BE22; Mon, 25 Jul 2022 09:07:05 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 00283B81011; Mon, 25 Jul 2022 16:07:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 859CCC341C6; Mon, 25 Jul 2022 16:07:01 +0000 (UTC) Date: Mon, 25 Jul 2022 12:06:59 -0400 From: Steven Rostedt To: Arnaldo Carvalho de Melo Cc: Chuck Lever III , Trond Myklebust , Anna Schumaker , Linux NFS Mailing List , LKML , Ingo Molnar , Jiri Olsa , Namhyung Kim , linux-perf-users@vger.kernel.org Subject: Re: [PATCH 3/4] SUNRPC: Replace dprintk() call site in xs_data_ready Message-ID: <20220725120659.1a00a3e2@gandalf.local.home> In-Reply-To: References: <165851065336.361126.17865870911497306083.stgit@morisot.1015granger.net> <165851074247.361126.17205394769981595871.stgit@morisot.1015granger.net> <66371b9db4210fe853e98a8ec68b0f780ba886af.camel@hammerspace.com> <9FDA46D8-4D6E-49B0-A583-D0FF739111BF@oracle.com> <20220722162212.3d080c23@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org On Mon, 25 Jul 2022 12:49:20 -0300 Arnaldo Carvalho de Melo wrote: > Perhaps it'd be better to check if libtracevent-devel is installed and > use it, falling back to tools/lib/traceevent/ and then adding a warning > that the in-tree codebase is being used? Yeah, this is the way trace-cmd went. For a few releases, it would just warn that it couldn't find the system libraries, and then fall back to the internals, and then it finally just removed the internals and failed with a message stating where to get the necessary libraries. -- Steve