Mesa (main): intel/pps: tweak intel config some more

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Nov 22 12:17:08 UTC 2021


Module: Mesa
Branch: main
Commit: bd104d5b1a92abb4d431c17b781cdb3a9339384e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd104d5b1a92abb4d431c17b781cdb3a9339384e

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Wed Nov 17 00:43:16 2021 +0200

intel/pps: tweak intel config some more

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Antonio Caggiano <antonio.caggiano at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13831>

---

 src/tool/pps/cfg/intel.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/tool/pps/cfg/intel.cfg b/src/tool/pps/cfg/intel.cfg
index f1f2e9ba12d..93f6e9b6cb3 100644
--- a/src/tool/pps/cfg/intel.cfg
+++ b/src/tool/pps/cfg/intel.cfg
@@ -1,5 +1,5 @@
 buffers {
-  size_kb: 2048
+  size_kb: 16384
   fill_policy: RING_BUFFER
 }
 
@@ -9,7 +9,7 @@ data_sources {
     target_buffer: 0
     ftrace_config {
       buffer_size_kb: 16384
-      drain_period_ms: 500
+      drain_period_ms: 1000
 
       ftrace_events: "scm/scm_call_start"
       ftrace_events: "scm/scm_call_end"
@@ -74,6 +74,6 @@ data_sources {
   }
 }
 
-duration_ms: 16000
+duration_ms: 5000
 write_into_file: true
 file_write_period_ms: 500



More information about the mesa-commit mailing list