summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event_intel_lbr.c
Commit message (Expand)AuthorAgeFilesLines
* perf/x86: Add LBR software filter support for Intel CPUsStephane Eranian2012-03-051-22/+310
* perf/x86: Implement PERF_SAMPLE_BRANCH for Intel CPUsStephane Eranian2012-03-051-2/+84
* perf/x86: Disable LBR support for older Intel Atom processorsStephane Eranian2012-03-051-0/+10
* perf/x86: Add Intel LBR mappings for PERF_SAMPLE_BRANCH filtersStephane Eranian2012-03-051-2/+101
* perf/x86: Add Intel LBR MSR definitionsStephane Eranian2012-03-051-9/+9
* perf: Add generic taken branch sampling supportStephane Eranian2012-03-051-8/+13
* perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian2012-02-031-2/+0
* x86, perf: Clean up perf_event cpu codeKevin Winchester2011-09-261-12/+16
* perf, x86: Clean up debugctlmsr bit definitionsPeter Zijlstra2010-03-261-5/+2
* perf, x86: Fix LBR read-outPeter Zijlstra2010-03-101-2/+2
* perf, x86: Don't reset the LBR as frequentlyPeter Zijlstra2010-03-101-5/+4
* perf, x86: Fix LBR enable/disable vs cpuc->enabledPeter Zijlstra2010-03-101-3/+4
* perf, x86: Clear the LBRs on initPeter Zijlstra2010-03-101-0/+3
* perf, x86: Clean up IA32_PERF_CAPABILITIES usagePeter Zijlstra2010-03-101-14/+4
* perf, x86: Implement simple LBR supportPeter Zijlstra2010-03-101-0/+228