From: Riana Tauro <riana.tauro@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: riana.tauro@intel.com, anshuman.gupta@intel.com,
umesh.nerlige.ramappa@intel.com, vinay.belgaumkar@intel.com,
soham.purkait@intel.com
Subject: [PATCH i-g-t 0/3] Add PMU tests to validate engine activity
Date: Wed, 12 Feb 2025 15:28:26 +0530 [thread overview]
Message-ID: <20250212095834.384508-1-riana.tauro@intel.com> (raw)
PMU provides two counters (engine-active-ticks, engine-total-ticks)
to calculate engine activity. When querying engine activity
user must group these 2 counters using the perf_event
group mechanism to ensure both counters are sampled together.
Add two tests to validate engine activity
engine-activity-idle
engine-activity
KMD Patch: https://patchwork.freedesktop.org/series/144408/
Riana Tauro (2):
tests/intel/xe_pmu: Add PMU test to validate engine activity stats
tests/intel/xe_pmu: Add idle engine activity test
Vinay Belgaumkar (1):
lib/igt_perf: Add utils to extract PMU event info
lib/igt_perf.c | 70 ++++++++++++++++++
lib/igt_perf.h | 2 +
tests/intel/xe_pmu.c | 166 +++++++++++++++++++++++++++++++++++++++++++
tests/meson.build | 1 +
4 files changed, 239 insertions(+)
create mode 100644 tests/intel/xe_pmu.c
--
2.47.1
next reply other threads:[~2025-02-12 9:37 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-12 9:58 Riana Tauro [this message]
2025-02-12 9:58 ` [PATCH i-g-t 1/3] lib/igt_perf: Add utils to extract PMU event info Riana Tauro
2025-02-13 14:30 ` Kamil Konieczny
2025-02-16 11:26 ` Purkait, Soham
2025-02-12 9:58 ` [PATCH i-g-t 2/3] tests/intel/xe_pmu: Add PMU test to validate engine activity stats Riana Tauro
2025-02-14 18:55 ` Umesh Nerlige Ramappa
2025-02-14 19:01 ` Umesh Nerlige Ramappa
2025-02-12 9:58 ` [PATCH i-g-t 3/3] tests/intel/xe_pmu: Add idle engine activity test Riana Tauro
2025-02-14 19:08 ` Umesh Nerlige Ramappa
2025-02-17 6:58 ` Riana Tauro
2025-02-13 1:07 ` ✓ Xe.CI.BAT: success for Add PMU tests to validate engine activity Patchwork
2025-02-13 1:20 ` ✓ i915.CI.BAT: " Patchwork
2025-02-13 10:04 ` ✗ i915.CI.Full: failure " Patchwork
2025-02-13 12:03 ` ✗ Xe.CI.Full: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250212095834.384508-1-riana.tauro@intel.com \
--to=riana.tauro@intel.com \
--cc=anshuman.gupta@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=soham.purkait@intel.com \
--cc=umesh.nerlige.ramappa@intel.com \
--cc=vinay.belgaumkar@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox