summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/i915-perf/i915_perf_recorder.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/i915-perf/i915_perf_recorder.c b/tools/i915-perf/i915_perf_recorder.c
index adc41c29..3a8ee46a 100644
--- a/tools/i915-perf/i915_perf_recorder.c
+++ b/tools/i915-perf/i915_perf_recorder.c
@@ -1001,8 +1001,9 @@ main(int argc, char *argv[])
}
ctx.oa_exponent = oa_exponent_for_period(ctx.timestamp_frequency, perf_period);
- fprintf(stdout, "Opening perf stream with metric_id=%"PRIu64" oa_exponent=%u\n",
- ctx.metric_set->perf_oa_metrics_set, ctx.oa_exponent);
+ fprintf(stdout, "Opening perf stream with metric_id=%"PRIu64" oa_exponent=%u oa_format=%u\n",
+ ctx.metric_set->perf_oa_metrics_set, ctx.oa_exponent,
+ ctx.metric_set->perf_oa_format);
ctx.perf_fd = perf_open(&ctx);
if (ctx.perf_fd < 0) {