intel/ds: remove verbose messages

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

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Antonio Caggiano <antonio.caggiano@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13831>
This commit is contained in:
Lionel Landwerlin 2021-11-17 10:31:54 +02:00 committed by Marge Bot
parent bd104d5b1a
commit 6126742648
1 changed files with 0 additions and 2 deletions

View File

@ -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;