From nobody Sat Oct 4 01:42:13 2025 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) (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 5FF53227EB9 for ; Thu, 21 Aug 2025 13:50:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.187 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755784259; cv=none; b=EqXyY4lEJDa+D+yatVVBNyan2TG659CKGjO28k1SvGVsmXCLWK9Ea2SRNf5kYJ9BPiRyf17NbIE9W8TVGnqLwZiKv36jKqgohfMLyZVipW7FK2mz9EW9lUUYzvVkugJ1BTKjFSMSR3m7dAaZPDfFrRAOyDkoKpJRGJ0UT1e/IDk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755784259; c=relaxed/simple; bh=PQxdV6luweLa186ddHV1OVB83F1xn3mmH7yDBvYcy8Q=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=lZrTYcSqT4f7NKejP2HvmBYZ1C8EF8vCvv1sYeJhVBgKDs8/W4wzh69NtOVcPZaa1fB41WIlAHdEpwl1sU52uu/MQBTDIZNQpBsFKMCmbeZvHtMtwJVydNmMaRvwMasJ0mfWDX9M9rfKhpgdSus/sSxWcTWzy3gDJxjhO1mzjdk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.187 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.163.174]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4c74Tk5QB1z14MX7; Thu, 21 Aug 2025 21:50:50 +0800 (CST) Received: from dggemv706-chm.china.huawei.com (unknown [10.3.19.33]) by mail.maildlp.com (Postfix) with ESMTPS id 1AA75140279; Thu, 21 Aug 2025 21:50:55 +0800 (CST) Received: from kwepemn100008.china.huawei.com (7.202.194.111) by dggemv706-chm.china.huawei.com (10.3.19.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Thu, 21 Aug 2025 21:50:54 +0800 Received: from localhost.huawei.com (10.90.31.46) by kwepemn100008.china.huawei.com (7.202.194.111) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Thu, 21 Aug 2025 21:50:54 +0800 From: Yushan Wang To: , , , CC: , , , , , , , Subject: [PATCH v2 8/9] Documentation: hisi-pmu: Fix of minor format error Date: Thu, 21 Aug 2025 21:50:48 +0800 Message-ID: <20250821135049.2010220-9-wangyushan12@huawei.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20250821135049.2010220-1-wangyushan12@huawei.com> References: <20250821135049.2010220-1-wangyushan12@huawei.com> 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-ClientProxiedBy: kwepems200001.china.huawei.com (7.221.188.67) To kwepemn100008.china.huawei.com (7.202.194.111) Content-Type: text/plain; charset="utf-8" The inline path of sysfs should be placed in literal blocks to make documentation look better. Signed-off-by: Yushan Wang Acked-by: Jonathan Cameron Acked-by: Yicong Yang --- Documentation/admin-guide/perf/hisi-pmu.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/admin-guide/perf/hisi-pmu.rst b/Documentation/ad= min-guide/perf/hisi-pmu.rst index 48992a0b8e94..a307bce2f5c5 100644 --- a/Documentation/admin-guide/perf/hisi-pmu.rst +++ b/Documentation/admin-guide/perf/hisi-pmu.rst @@ -18,9 +18,10 @@ HiSilicon SoC uncore PMU driver Each device PMU has separate registers for event counting, control and interrupt, and the PMU driver shall register perf PMU drivers like L3C, HHA and DDRC etc. The available events and configuration options shall -be described in the sysfs, see: +be described in the sysfs, see:: + +/sys/bus/event_source/devices/hisi_sccl{X}_ =20 -/sys/bus/event_source/devices/hisi_sccl{X}_. The "perf list" command shall list the available events from sysfs. =20 Each L3C, HHA and DDRC is registered as a separate PMU with perf. The PMU --=20 2.33.0