Mesa (main): intel/ds: remove verbose messages

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


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

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Wed Nov 17 10:31:54 2021 +0200

intel/ds: remove verbose messages

At high frequency sampling, this generates a lot of messages.

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/intel/ds/intel_pps_driver.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/intel/ds/intel_pps_driver.cc b/src/intel/ds/intel_pps_driver.cc
index d90ba41631f..97729aa7ebc 100644
--- a/src/intel/ds/intel_pps_driver.cc
+++ b/src/intel/ds/intel_pps_driver.cc
@@ -286,11 +286,9 @@ bool IntelDriver::dump_perfcnt()
 
    auto new_records = parse_perf_records(metric_buffer, total_bytes_read);
    if (new_records.empty()) {
-      PPS_LOG("No new records");
       // No new records from the GPU yet
       return false;
    } else {
-      PPS_LOG("Records parsed bytes: %lu", total_bytes_read);
       // Records are parsed correctly, so we can reset the
       // number of bytes read so far from the metric set
       total_bytes_read = 0;



More information about the mesa-commit mailing list