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