diff options
author | Andi Shyti <andi.shyti@linux.intel.com> | 2023-03-18 21:36:14 +0100 |
---|---|---|
committer | Andi Shyti <andi.shyti@linux.intel.com> | 2023-03-21 10:09:31 +0100 |
commit | 70b5ffb393f3f1fbb00ac52c5288d233ae6e991e (patch) | |
tree | ba42bea1414167d3b055af95beff4be200f909ad /tools/perf/scripts/python/task-analyzer.py | |
parent | 02abecdeebfcd3848b26b70778dd7f6eb0db65e1 (diff) |
drm/i915/gt: Create per-gt debugfs files
To support multi-GT configurations, we need to generate
independent debug files for each GT.
To achieve this create a separate directory for each GT under the
debugfs directory. For instance, in a system with two GTs, the
debugfs structure would look like this:
/sys/kernel/debug/dri
└── 0
├── gt0
│ ├── drpc
│ ├── engines
│ ├── forcewake
│ ├── frequency
│ └── rps_boost
└── gt1
: ├── drpc
: ├── engines
: ├── forcewake
├── frequency
└── rps_boost
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230318203616.183765-2-andi.shyti@linux.intel.com
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions