| commit | 60f916dee612130c9977a8edd4abee98334202ba | [log] [tgz] |
|---|---|---|
| author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Mon Jun 15 19:00:20 2009 +0200 |
| committer | Ingo Molnar <mingo@elte.hu> | Wed Jun 17 19:23:52 2009 +0200 |
| tree | 7de1a620cd1067fd46a06d23621afe3482b5a06e | |
| parent | 6e7d6fdcbeefa9434653b5e5da12909636ea1d52 [diff] |
perf_counter: x86: Set the period in the intel overflow handler
Commit 9e350de37ac960 ("perf_counter: Accurate period data")
missed a spot, which caused all Intel-PMU samples to have a
period of 0.
This broke auto-freq sampling.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>