aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/events
AgeCommit message (Expand)AuthorFilesLines
2022-05-10perf/amd/ibs: Use interrupt regs ip for stack unwindingRavi Bangoria1-0/+18
2022-05-04perf/x86/amd/core: Add PerfMonV2 overflow handlingSandipan Das1-11/+133
2022-05-04perf/x86/amd/core: Add PerfMonV2 counter controlSandipan Das1-5/+45
2022-05-04perf/x86/amd/core: Detect available countersSandipan Das1-0/+6
2022-05-04perf/x86/amd/core: Detect PerfMonV2 supportSandipan Das1-0/+27
2022-04-19perf/x86/cstate: Add SAPPHIRERAPIDS_X CPU supportZhang Rui1-3/+4
2022-04-05perf/x86: Unify format of events sysfs showYang Jihong1-1/+1
2022-04-05perf/x86/amd: Add idle hooks for branch samplingStephane Eranian3-0/+38
2022-04-05perf/x86/amd: Make Zen3 branch sampling opt-inStephane Eranian3-11/+49
2022-04-05perf/x86/amd: Add AMD branch sampling period adjustmentStephane Eranian2-0/+19
2022-04-05perf/x86/amd: Enable branch sampling priv level filteringStephane Eranian1-6/+20
2022-04-05perf/x86/amd: Add branch-brs helper event for Fam19h BRSStephane Eranian1-0/+15
2022-04-05perf/x86/amd: Add AMD Fam19h Branch Sampling supportStephane Eranian5-21/+640
2022-04-05perf/core: Add perf_clear_branch_entry_bitfields() helperStephane Eranian1-19/+17
2022-04-05perf/x86/intel: Update the FRONTEND MSR mask on Sapphire RapidsKan Liang1-1/+1
2022-04-05perf/x86/intel: Don't extend the pseudo-encoding to GP countersKan Liang1-1/+5
2022-04-05perf/x86/uncore: Add Raptor Lake uncore supportKan Liang2-0/+21
2022-04-05perf/x86/msr: Add Raptor Lake CPU supportKan Liang1-0/+1
2022-04-05perf/x86/cstate: Add Raptor Lake supportKan Liang1-10/+12
2022-04-05perf/x86: Add Intel Raptor Lake supportKan Liang1-0/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2022-03-22Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-26/+121
2022-03-03perf/x86/intel/uncore: Fix the build on !CONFIG_PHYS_ADDR_T_64BITIngo Molnar1-1/+3
2022-03-01perf: Add irq and exception return branch typesAnshuman Khandual1-2/+2
2022-03-01perf/x86/intel/uncore: Make uncore_discovery clean for 64 bit addressesSteve Wahl2-7/+11
2022-02-25x86: remove __range_not_ok()Arnd Bergmann1-1/+1
2022-02-15perf/x86/intel/pt: Add a capability and config bit for disabling TNTsAlexander Shishkin1-0/+8
2022-02-15perf/x86/intel/pt: Add a capability and config bit for event tracingAlexander Shishkin1-0/+8
2022-02-02perf/x86/intel: Increase max number of the fixed countersKan Liang1-1/+39
2022-02-02perf/x86/intel: Enable PEBS format 5Kan Liang1-3/+11
2022-02-02perf/x86/intel/pt: Fix address filter config for 32-bit kernelAdrian Hunter1-1/+1
2022-02-02x86: Share definition of __is_canonical_address()Adrian Hunter1-12/+2
2022-02-02perf/x86/intel/pt: Relax address filter validationAdrian Hunter1-13/+50
2022-02-02perf/x86/intel/pt: Fix crash with stop filters in single-range modeTristan Hume1-2/+3
2022-02-02x86/perf: Default set FREEZE_ON_SMI for allPeter Zijlstra1-0/+13
2022-01-18x86/perf: Avoid warning for Arch LBR without XSAVEAndi Kleen1-0/+3
2022-01-18perf/x86/intel/uncore: Add IMC uncore support for ADLKan Liang5-5/+220
2022-01-18perf/x86/intel/lbr: Add static_branch for LBR INFO flagsPeter Zijlstra (Intel)1-17/+34
2022-01-18perf/x86/intel/lbr: Support LBR format V7Peter Zijlstra (Intel)3-48/+72
2022-01-18perf/x86/rapl: fix AMD event handlingStephane Eranian1-3/+6
2022-01-18perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICXZhengjun Xing1-1/+1
2022-01-18perf/x86/intel: Add a quirk for the calculation of the number of counters on Alder LakeKan Liang1-0/+13
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+8
2022-01-10Merge tag 'x86_cleanups_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-12-28x86/events/amd/iommu: Remove redundant assignment to variable shiftColin Ian King1-1/+1
2021-12-14x86: perf: Move RDPMC event flag to a common definitionRob Herring2-6/+6
2021-11-17perf: Add wrappers for invoking guest callbacksSean Christopherson2-14/+6
2021-11-17perf/core: Rework guest callbacks to prepare for static_call supportLike Xu2-10/+8
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson2-9/+17
2021-11-17x86/perf: Fix snapshot_branch_stack warning in VMSong Liu1-2/+0