From 6fd43f900a661ef8e3beed9976fe70cd4fba69fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=A0=E8=90=9D=E6=9C=89=E7=82=B9=E9=85=B8?= Date: Fri, 8 Nov 2024 01:52:59 +0000 Subject: [PATCH 19/20] update python/modules/kperf/pmu.py. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 菠萝有点酸 --- python/modules/kperf/pmu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/modules/kperf/pmu.py b/python/modules/kperf/pmu.py index 10cd960..d74fa8d 100644 --- a/python/modules/kperf/pmu.py +++ b/python/modules/kperf/pmu.py @@ -95,7 +95,7 @@ class PmuAttr(_libkperf.PmuAttr): if both and are not NULL, specified processes on specified cores will be monitored. evtAttr: event group id attributes. if not use event group function, this field will be NULL. - if use event group function. please confrim the event group id with eveList is one by one. + if use event group function. please confirm the event group id with eveList is one by one. the same group id is the a event group. Note: if the group id value is -1, it indicates that the event is not grouped. sampleRate: sample time enum. -- 2.43.0