]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/xe_pmu: Add PMU support for per-function engine activity stats
authorRiana Tauro <riana.tauro@intel.com>
Tue, 11 Mar 2025 07:17:58 +0000 (12:47 +0530)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 25 Mar 2025 14:14:32 +0000 (07:14 -0700)
commit8a4339fe2422a8080e45b76b4938827c807dcd52
tree4ce8e52b8a5b445d6c142b9fa77db87b4929ea92
parent2de3f38fbf89d3cb96d1237aa7a10c0f6480f450
drm/xe/xe_pmu: Add PMU support for per-function engine activity stats

Add PMU support for per-function engine activity stats.

per-function engine activity is enabled when VF's are enabled.
If 2 VF's are enabled, then the applicable function values are

0 - PF engine activity
1 - VF1 engine activity
2 - VF2 engine activity

This can be read from perf tool as shown below

./perf stat -e xe_<bdf>/engine-active-ticks,gt=0,engine_class=0,
 engine_instance=0,function=1/ -I 1000

v2: fix documentation (Umesh)
    remove global for functions (Lucas, Michal)

v3: fix commit message
    move function_id checks to same place (Michal)

v4: fix comment (Umesh)

Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: Riana Tauro <riana.tauro@intel.com>
Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250311071759.2117211-3-riana.tauro@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_pmu.c