From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0FAC485651; Wed, 20 Mar 2024 19:35:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710963303; cv=none; b=HNQjzoxJltqos1LR4DkKmk6t+uOPgezgmqeCkaBRncNwZrgreBJBpMvFrtafXxpm7t8Cvc2umuqw/ceqbSkTPeNQXcePQyF6nXkHtUWwEpeolSfGdq5x8hfyrweG8OQG2bPlFiW3WjX4IK8aeRRbjKZu/mQyj0WhJQoIY2SjI7I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710963303; c=relaxed/simple; bh=Hzv4nYUlXWx6PbH044pOECb6/zc0T+L/UTtBzoHs6mc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=h/E0seafKAS4KSrLfBDJwEXRgdgMguac1/hE6vECX7NXHjnN9WGJwuR/YNFHMz1MqakNsbqXjTqGb1I+kTsWby0aWrAj00BGmKbthkBPowPzuGgTtpL8BS+Vj0NmDXwUwarV7g7FcD3aOLsxZAi+eQ0XKTCwZbTpEJxp+NAjFUQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jQvNDRbu; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="jQvNDRbu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0DE52C433F1; Wed, 20 Mar 2024 19:35:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1710963302; bh=Hzv4nYUlXWx6PbH044pOECb6/zc0T+L/UTtBzoHs6mc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jQvNDRbu9P0Tbkb7AFaHjIs/g02AHMsvd5OaGgeZvRHNRvl4ObtRbRatQEwiRGita IyjgPj7+grFVMcOdrzQ9uFxEp8de2sX3I7bOrxdC3H6K5OkCkiP2Tjx+xVwxf8oGDb zUJfMU4R06GBUiCNbIV+f4K3Co40kZHX6bjGbx5QvgZo0wJveZbLcT2Nsz7GJphV4L NzYuF2lj7r3JEuy1slDdcpk8uZf/qPUnpLnuPks7Z2umTC2C++YujHk+PgYlJfBXRh PKsKfjmmXoiml133Ypy6eQcEJK5cidX9oaPtheXvzpwfcOvjwml0Dmf2yAdnKtRQqg 6/ohGfum4k7dw== Date: Wed, 20 Mar 2024 16:34:59 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: Peter Zijlstra , Ingo Molnar , Namhyung Kim , Mark Rutland , Alexander Shishkin , Jiri Olsa , Adrian Hunter , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] perf: Suggest inbuilt commands for unknown command Message-ID: References: <20240301201306.2680986-1-irogers@google.com> Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Wed, Mar 20, 2024 at 10:07:55AM -0700, Ian Rogers wrote: > On Wed, Mar 20, 2024 at 8:44 AM Arnaldo Carvalho de Melo > wrote: > > > > On Wed, Mar 20, 2024 at 12:41:45PM -0300, Arnaldo Carvalho de Melo wrote: > > > ⬢[acme@toolbox perf-tools-next]$ perf raccord > > > perf: 'raccord' is not a perf-command. See 'perf --help'. > > > > This works with the second patch. > > > > - Arnaldo > > > > > ⬢[acme@toolbox perf-tools-next]$ perf ricord > > > perf: 'ricord' is not a perf-command. See 'perf --help'. > > > > > > Did you mean this? > > > record > > > ⬢[acme@toolbox perf-tools-next]$ perf ricord > > > perf: 'ricord' is not a perf-command. See 'perf --help'. > > > > > > Did you mean this? > > > record > > > ⬢[acme@toolbox perf-tools-next]$ > > > > > > So I'll add that and go on from there. > > Thanks, let me know if I need to send a v3 with the 2 uninitialized > variables fixed. No need, its all in tmp.perf-tools-next now, will go to perf-tools-next soon, - Arnaldo