[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250501093633.578010-1-gautam@linux.ibm.com>
Date: Thu, 1 May 2025 15:06:26 +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 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
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 and next methods
perf python: Add counting.py as example for counting perf events
tools/perf/python/counting.py | 42 +++++++++
tools/perf/util/python.c | 162 +++++++++++++++++++++++++++++++++-
2 files changed, 203 insertions(+), 1 deletion(-)
create mode 100755 tools/perf/python/counting.py
--
2.49.0
Powered by blists - more mailing lists