[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250512055748.479786-1-gautam@linux.ibm.com>
Date: Mon, 12 May 2025 11:27:41 +0530
From: Gautam Menghani <gautam@...ux.ibm.com>
To: peterz@...radead.org, mingo@...hat.com, acme@...nel.org,
namhyung@...nel.org, mark.rutland@....com,
alexander.shishkin@...ux.intel.com, jolsa@...nel.org,
irogers@...gle.com, adrian.hunter@...el.com, kan.liang@...ux.intel.com
Cc: Gautam Menghani <gautam@...ux.ibm.com>, linux-perf-users@...r.kernel.org,
linux-kernel@...r.kernel.org, maddy@...ux.ibm.com
Subject: [PATCH v2 0/4] perf python: Add missing infra pieces for counting perf events
Add the missing infra code in the perf python bindings for measuring and
reading the counter values for the given perf event. Demonstrate the
usage of this with counting.py - a python version of counting.c
v1 -> v2:
1. Use the existing iteration support for evlist
2. Drop the use of next method
3. Use existing helper functions for python example
Gautam Menghani (4):
perf python: Add support for perf_counts_values to return counter data
perf python: Add evsel read method
perf python: Add evlist close support
perf python: Add counting.py as example for counting perf events
tools/perf/python/counting.py | 33 +++++++++
tools/perf/util/python.c | 131 +++++++++++++++++++++++++++++++++-
2 files changed, 163 insertions(+), 1 deletion(-)
create mode 100755 tools/perf/python/counting.py
--
2.49.0
Powered by blists - more mailing lists