From nobody Fri Apr 3 04:35:26 2026 Received: from out-182.mta0.migadu.com (out-182.mta0.migadu.com [91.218.175.182]) (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 A9B7A370D5F for ; Tue, 24 Mar 2026 22:40:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.182 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774392056; cv=none; b=g+Lpr7bpFtfNb3/zWlrUxVWYgRZvAObttaJdkAGVWp4RaqqR2lZr/DaSju+q0TFPfGP4H52q/dEW72aLPyuS82+OFfD1gGxrLvu+G9X6wtWe7a7tEH3zkWUfvx8zV+VWhN+IQMk9JJokCmKUrxqfvefljJ2SpwnhwPRufWg2cuY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774392056; c=relaxed/simple; bh=a2mqwOFJ2nF2nsLyaAKHrVZJrRNEwH5GrtyyVfV8EEI=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=kbmCZJZB5x6ppZuPUvi9wti528vWawcp+UpEb3Afo4237Z44YN3ll6PcMAR4PUUvONI8tqzCh2Ep5fX7Q02upYBoZRcAZuEzl/9aK24nX8Sw1o1os/nA3pfKPmKC3/Zds3fU+xUtCBq8gr+8NAIpen/T69HUw07oTVhWZeUcN68= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=r-ricci.it; spf=pass smtp.mailfrom=r-ricci.it; dkim=pass (2048-bit key) header.d=r-ricci.it header.i=@r-ricci.it header.b=X3/0EGel; arc=none smtp.client-ip=91.218.175.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=r-ricci.it Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=r-ricci.it Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=r-ricci.it header.i=@r-ricci.it header.b="X3/0EGel" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=r-ricci.it; s=key1; t=1774392051; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BrBIR+Ywcksbmd2rSJersbN+vcoXft4ANLyGK0uIq9Q=; b=X3/0EGel7iJ3PU9JXFdJK88VVKAlEtqxo6uFtc8BBU+tzSlHHmNoXf54nMAmEk48j88wtR zuKnyHK5Rjk0YKwGjUATTRA7TJA865g4bcRf3jllR4wEQZSPeKKuTwI9fKAhbKRodyYTla XRPkGa5rs+oin82ZZhbJtaTIJUCcJLmVcR5x/LsiCfTgsOOWCY5jcgjkDZRZc2mtSRucu0 5TfwjT8+tt8X3qjm0tR+8LbpIri7YPe8yLv0+NWL3BzRYWEJcOwtK1mlG90idnbhLVXc7T pDtHDlb5MA+gGV/6SgSD4mUC/PywZ9KafboWDO3SfXfRF8IEMo+Kz/sAScpJYw== From: Roberto Ricci To: Thomas Renninger , Shuah Khan , "John B. Wyatt IV" , John Kacur , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Roberto Ricci Subject: [PATCH v5 2/4] cpupower-frequency-info.1: use the proper name of the --perf option Date: Tue, 24 Mar 2026 23:39:02 +0100 Message-ID: <20260324223921.14317-3-io@r-ricci.it> In-Reply-To: <20260324223921.14317-1-io@r-ricci.it> References: <20260324223921.14317-1-io@r-ricci.it> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" The cpupower-frequency-info(1) man page describes a '--perf' option. Even though this form is accepted by the program, its proper name is '--performance'. cpufreq-info.c: {"performance", no_argument, NULL, 'c'}, Signed-off-by: Roberto Ricci --- tools/power/cpupower/man/cpupower-frequency-info.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/power/cpupower/man/cpupower-frequency-info.1 b/tools/pow= er/cpupower/man/cpupower-frequency-info.1 index 47fdd7218748..1173d4f31e69 100644 --- a/tools/power/cpupower/man/cpupower-frequency-info.1 +++ b/tools/power/cpupower/man/cpupower-frequency-info.1 @@ -53,7 +53,7 @@ human\-readable output for the \-f, \-w, \-s and \-y para= meters. \fB\-n\fR \fB\-\-no-rounding\fR Output frequencies and latencies without rounding off values. .TP =20 -\fB\-c\fR \fB\-\-perf\fR +\fB\-c\fR \fB\-\-performance\fR Get performances and frequencies capabilities of CPPC, by reading it from = hardware (only available on the hardware with CPPC). .TP .SH "REMARKS" --=20 2.53.0