From nobody Tue Apr 7 12:13:50 2026 Received: from out-176.mta1.migadu.com (out-176.mta1.migadu.com [95.215.58.176]) (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 485B337AA88 for ; Tue, 24 Mar 2026 01:36:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.176 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774316192; cv=none; b=rU9tXnuEFGQIr3BthD/3ZaCfr2s/vM8KrQHX/+0uX7T6SmCcqUH1xe+O14ukekw4rclTCltHSbYof1RGGf9GUJU5M2nr99YbaSrO3ywE3ryjlvpzHe7xWNrq+WNmTx5rKmi4bBFJ06EFon/dDsgoNX9Hp9XupuMeXB1YU3Bnm10= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774316192; c=relaxed/simple; bh=J5ORqVEz6qi+oGhAaSzznlsIVkHuhlRydngEq/1lRXk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=W2xlayet/j577AwoVfB4kvHIPPudzhogb51ZCOlTtd2dB1ZpL4Zmh+2wbrKsvr0kVsSOCAsa6S+rmDHpQ0DI+HeJzRnIbkBTuLkmNLLF/B5b1otQO5Ixnf/HMSgO3AswWfeb6NnmzU1L3UWNJ0QXPkg3NG5hrMJO/t5qW5/RwBo= 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=StuaPErk; arc=none smtp.client-ip=95.215.58.176 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="StuaPErk" 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=1774316188; 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=rqZ4NeFJRpajZkE7Bc+q+gZkqwO0uprgjWoij5NvlcI=; b=StuaPErkYMNG0DDGHSR9ssLFACKC2MpmRLYaYNIgU5Gq5Gm3yYz5PnA3AVjgJmvgbcqzrY vu4FhIE/lwuaBidhyP2w7vUMGFH/IzDJFOf50gRiZa4iXrZ7UUczsae/L45WxtiSpZMBn6 1TunTQJV6U3dABE4aC9dJcjT9j78/U9t8iq8DC6+Fu1mpuLeQDud5AwJFmHslmjtXSW4vQ nRSrjLWeMtN7hRseBT+pB63XucDT4ORpBUBTvU+YEwJ8KxgXNSHsruyQPOm1JU1VdZm3B2 lSssVRFxR2sG92v6t5eMb2gRJ9xpvIZHjdp+qWz5uWa97OiSP5k1roVkI2w/cQ== 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 v4 6/6] cpupower-info.1: describe the --perf-bias option Date: Tue, 24 Mar 2026 02:35:43 +0100 Message-ID: <20260324013543.4776-7-io@r-ricci.it> In-Reply-To: <20260324013543.4776-1-io@r-ricci.it> References: <20260324013543.4776-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-info(1) man page only mentions the short form of the '--perf-bias' option in the synopsys, but the long form is not documented and its effect is not explained. cpupower-info.c: {"perf-bias", optional_argument, NULL, 'b'}, Signed-off-by: Roberto Ricci --- tools/power/cpupower/man/cpupower-info.1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tools/power/cpupower/man/cpupower-info.1 b/tools/power/cpupowe= r/man/cpupower-info.1 index 340bcd0be7de..1f42d8c388a0 100644 --- a/tools/power/cpupower/man/cpupower-info.1 +++ b/tools/power/cpupower/man/cpupower-info.1 @@ -3,7 +3,7 @@ cpupower\-info \- Shows processor power related kernel or hardware configu= rations .SH SYNOPSIS .ft B -.B cpupower info [ \-b ] +.B cpupower info [\fIoptions\fP] =20 .SH DESCRIPTION \fBcpupower info \fP shows kernel configurations or processor hardware @@ -13,6 +13,13 @@ Some options are platform wide, some affect single cores= . By default values of core zero are displayed only. cpupower --cpu all cpuinfo will show the settings of all cores, see cpupower(1) how to choose specific cores. =20 +.SH "OPTIONS" +.LP +.TP +\fB\-b\fR \fB\-\-perf-bias\fR +Gets the current performance bias value. +.TP + .SH "SEE ALSO" Options are described in detail in: =20 --=20 2.53.0