aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event_amd_ibs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-09perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.cBorislav Petkov1-959/+0
2016-02-03x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong1-5/+5
2015-02-18perf/x86/amd/ibs: Convert force_ibs_eilvt_setup() to voidAravind Gopalakrishnan1-7/+5
2014-11-12perf/x86/amd/ibs: Update IBS MSRs and feature definitionsAravind Gopalakrishnan1-0/+15
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu1-1/+2
2014-03-20x86, amd, ibs: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-3/+3
2014-01-16perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10hRobert Richter1-8/+45
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+1
2013-01-03treewide: Replace incomming with incoming in all comments and stringsJorrit Schippers1-1/+1
2012-10-05perf/AMD/IBS: Add sysfs supportRobert Richter1-12/+49
2012-09-13perf/x86/ibs: Check syscall attribute flagsRobert Richter1-0/+12
2012-07-31perf/x86: Fix USER/KERNEL tagging of samples properlyPeter Zijlstra1-1/+3
2012-05-09perf/x86-ibs: Fix usage of IBS op current countRobert Richter1-12/+21
2012-05-09perf/x86-ibs: Catch spurious interrupts after stopping IBSRobert Richter1-5/+7
2012-05-09perf/x86-ibs: Implement workaround for IBS erratum #420Robert Richter1-23/+39
2012-05-09perf/x86-ibs: Extend hw period that triggers overflowRobert Richter1-2/+13
2012-05-09perf/x86-ibs: Trigger overflow if remaining period is too smallRobert Richter1-4/+1
2012-05-09perf/x86-ibs: Rename some variablesRobert Richter1-5/+5
2012-05-09perf/x86-ibs: Precise event sampling with IBS for AMD CPUsRobert Richter1-3/+70
2012-05-09perf/x86-ibs: Take instruction pointer from ibs sampleRobert Richter1-17/+31
2012-05-09perf/x86-ibs: Fix frequency profilingRobert Richter1-2/+16
2012-05-09perf/x86-ibs: Enable ibs op micro-ops counting modeRobert Richter1-0/+2
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter1-2/+1
2012-05-09perf/x86-ibs: Fix update of periodRobert Richter1-13/+14
2012-04-25perf/x86: Clean up register_nmi_handler() usageIngo Molnar1-1/+1
2012-03-08perf/x86: Implement 64-bit counter support for IBSRobert Richter1-21/+183
2012-03-08perf/x86: Implement IBS pmu control opsRobert Richter1-3/+103
2012-03-08perf/x86: Implement IBS interrupt handlerRobert Richter1-0/+84
2012-03-08perf/x86: Implement IBS event configurationRobert Richter1-7/+85
2011-12-05perf, x86: Force IBS LVT offset assignment for family 10hRobert Richter1-11/+18
2011-10-10perf, x86: Implement IBS initializationRobert Richter1-0/+294