perf_counter: Remove the last nmi/irq bits
IRQ (non-NMI) sampling is not used anymore - remove the last few bits. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: Marcelo Tosatti <mtosatti@redhat.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: John Kacur <jkacur@redhat.com> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
b23f3325ed
commit
8a016db386
@@ -284,12 +284,6 @@ static int __hw_perf_counter_init(struct perf_counter *counter)
|
||||
if (!hw_event->exclude_kernel)
|
||||
hwc->config |= ARCH_PERFMON_EVENTSEL_OS;
|
||||
|
||||
/*
|
||||
* Use NMI events all the time:
|
||||
*/
|
||||
hwc->nmi = 1;
|
||||
hw_event->nmi = 1;
|
||||
|
||||
if (!hwc->sample_period)
|
||||
hwc->sample_period = x86_pmu.max_period;
|
||||
|
||||
|
Reference in New Issue
Block a user