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 A4EE1C00140 for ; Wed, 10 Aug 2022 13:19:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232528AbiHJNTA (ORCPT ); Wed, 10 Aug 2022 09:19:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232526AbiHJNSo (ORCPT ); Wed, 10 Aug 2022 09:18:44 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7551C22298 for ; Wed, 10 Aug 2022 06:18:43 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 1BFB061454 for ; Wed, 10 Aug 2022 13:18:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 57AD1C433D7; Wed, 10 Aug 2022 13:18:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660137522; bh=WN2qYjC4Bbzk17ZsQf+E7yH/HW9smIm3x112ImizG7A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=U9rWHa97R+I+NNkE7Xjif49Fx+x0fikN6hP6X+gJLipxINhxx4q61/7rJddHp5ScJ nKKxOOHE9JjmTUlbkYGcHO5fT5lIM5xObvCP5K07kTNjht47jsQhk1KaVYE2Wim2Om YieTWorWpMsKTDjWnEPww0r7PJ6Xb5cxWIc1cHySBu5o5Ivjw8oR84b6fRyxBD3jOs 7r6J2NoFU7dydDQlP1pJ000VFABO22cJ5rI3rfW8TMtYk5bifGjjlcKei1mWLodF/R KmqHfjWSosbL29FkYY5c3wxb9aczjI3zng1hReEJ0aY0KrOoygS7NkqUbs6+HnijQw 0Iu496tZWYyOA== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 96DB54035A; Wed, 10 Aug 2022 10:18:40 -0300 (-03) Date: Wed, 10 Aug 2022 10:18:40 -0300 From: Arnaldo Carvalho de Melo To: Ian Rogers Cc: Adrian Hunter , Jiri Olsa , Namhyung Kim , linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf script: Fix reference to perf insert instead of perf inject Message-ID: References: <20220809123258.9086-1-adrian.hunter@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Aug 09, 2022 at 09:50:55AM -0700, Ian Rogers escreveu: > On Tue, Aug 9, 2022 at 5:33 AM Adrian Hunter wrote: > > > > Amend "perf insert" to "perf inject". > > > > Fixes: e28fb159f116 ("perf script: Add machine_pid and vcpu") > > Signed-off-by: Adrian Hunter > > Acked-by: Ian Rogers Thanks, applied. - Arnaldo