[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210820093908.734503-1-nakamura.shun@fujitsu.com>
Date: Fri, 20 Aug 2021 18:39:05 +0900
From: Shunsuke Nakamura <nakamura.shun@...itsu.com>
To: peterz@...radead.org, mingo@...hat.com, acme@...nel.org,
mark.rutland@....com, alexander.shishkin@...ux.intel.com,
jolsa@...hat.com, namhyung@...nel.org
Cc: linux-kernel@...r.kernel.org, linux-perf-users@...r.kernel.org
Subject: [PATCH 0/3] libperf: Add support for scaling counters obtained from the read() system call during multiplexing
This patch series supports counter scaling when perf_evsel__read() obtains a counter
using the read() system call during multiplexing.
The first patch adds scaling of counters obtained from the read() system call
during multiplexing.
The second patch fixes verbose printing.
The third patch adds a test for the first patch.
This patch is based on Vince's rdpmc_multiplexing.c [1]
[1] https://github.com/deater/perf_event_tests/blob/master/tests/rdpmc/rdpmc_multiplexing.c
Shunsuke Nakamura (3):
libperf: Add processing to scale the counters obtained during the read
() system call when multiplexing
libperf tests: Fix verbose printing
libperf tests: Add test_stat_multiplexing test
tools/lib/perf/evsel.c | 4 +
tools/lib/perf/include/internal/tests.h | 2 +
tools/lib/perf/tests/test-evlist.c | 138 ++++++++++++++++++++++++
3 files changed, 144 insertions(+)
--
2.25.1
Powered by blists - more mailing lists