summaryrefslogtreecommitdiff
path: root/overlay/gpu-top.c
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/gpu-top.c')
-rw-r--r--overlay/gpu-top.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/overlay/gpu-top.c b/overlay/gpu-top.c
index 14859493..751d5fcb 100644
--- a/overlay/gpu-top.c
+++ b/overlay/gpu-top.c
@@ -96,9 +96,6 @@ static int perf_i915_open(int config, int group)
return -ENOENT;
attr.config = config;
- attr.freq = 1;
- attr.sample_freq = 1000;
-
attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED;
if (group == -1)
attr.read_format |= PERF_FORMAT_GROUP;