diff options
author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2021-11-21 18:24:17 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-01-14 20:17:44 +0000 |
commit | b462dafbd68e648b2420105a5fbed320e200f1a8 (patch) | |
tree | 291dbcb9ca196d55a60b3eea5ca2de790446380f /src/tool | |
parent | e760c5b37be938427a9c88182ea99f7f66721ca3 (diff) | |
download | mesa-b462dafbd68e648b2420105a5fbed320e200f1a8.tar.gz mesa-b462dafbd68e648b2420105a5fbed320e200f1a8.tar.bz2 mesa-b462dafbd68e648b2420105a5fbed320e200f1a8.zip |
pps: enable anv source in example config file
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Rohan Garg <rohan.garg@intel.com>
Acked-by: Antonio Caggiano <antonio.caggiano@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13996>
Diffstat (limited to 'src/tool')
-rw-r--r-- | src/tool/pps/cfg/intel.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tool/pps/cfg/intel.cfg b/src/tool/pps/cfg/intel.cfg index 93f6e9b6cb3..7c45761d8c4 100644 --- a/src/tool/pps/cfg/intel.cfg +++ b/src/tool/pps/cfg/intel.cfg @@ -74,6 +74,12 @@ data_sources { } } +data_sources { + config { + name: "gpu.renderstages.intel" + } +} + duration_ms: 5000 write_into_file: true file_write_period_ms: 500 |