From 8b9f919b6346eac65be25e4f2e7c8f1b3168eb0a Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 21 Aug 2013 13:44:44 +0100 Subject: overlay: i915 pmu doesn't require a specific frequency Signed-off-by: Chris Wilson --- overlay/gpu-top.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'overlay/gpu-top.c') 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; -- cgit v1.2.3