diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-21 13:44:44 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-08-21 13:44:44 +0100 |
commit | 8b9f919b6346eac65be25e4f2e7c8f1b3168eb0a (patch) | |
tree | 5758fc71cd36011a4f12e761ab630ed5774b4e44 /overlay | |
parent | db35f8c6adfd3880910469beb5a55b0763e55fa4 (diff) |
overlay: i915 pmu doesn't require a specific frequency
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/gpu-top.c | 3 |
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; |