summaryrefslogtreecommitdiff
path: root/arch/x86/events/intel/uncore_discovery.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-17perf/x86/uncore: Cleanup unused unit structureKan Liang1-100/+10
2024-06-17perf/x86/uncore: Apply the unit control RB tree to PCI uncore unitsKan Liang1-6/+20
2024-06-17perf/x86/uncore: Apply the unit control RB tree to MSR uncore unitsKan Liang1-5/+44
2024-06-17perf/x86/uncore: Apply the unit control RB tree to MMIO uncore unitsKan Liang1-16/+14
2024-06-17perf/x86/uncore: Support per PMU cpumaskKan Liang1-0/+58
2024-06-17perf/x86/uncore: Save the unit control address of all unitsKan Liang1-2/+77
2023-11-24perf/x86/uncore: Use u64 to replace unsigned for the uncore offsets arrayKan Liang1-2/+3
2023-01-21perf/x86/uncore: Don't WARN_ON_ONCE() for a broken discovery tableKan Liang1-3/+15
2023-01-21perf/x86/uncore: Ignore broken units in discovery tableKan Liang1-3/+23
2023-01-21perf/x86/uncore: Factor out uncore_device_to_die()Kan Liang1-14/+2
2022-03-03perf/x86/intel/uncore: Fix the build on !CONFIG_PHYS_ADDR_T_64BITIngo Molnar1-1/+3
2022-03-01perf/x86/intel/uncore: Make uncore_discovery clean for 64 bit addressesSteve Wahl1-5/+11
2022-01-18perf/x86/intel/uncore: Add IMC uncore support for ADLKan Liang1-2/+2
2021-07-02perf/x86/intel/uncore: Support IIO free-running counters on Sapphire Rapids s...Kan Liang1-5/+5
2021-07-02perf/x86/intel/uncore: Add Sapphire Rapids server M2M supportKan Liang1-7/+7
2021-07-02perf/x86/intel/uncore: Add Sapphire Rapids server IMC supportKan Liang1-5/+5
2021-07-02perf/x86/intel/uncore: Add Sapphire Rapids server CHA supportKan Liang1-3/+3
2021-07-02perf/x86/intel/uncore: Add Sapphire Rapids server frameworkKan Liang1-1/+1
2021-04-02perf/x86/intel/uncore: Generic support for the MMIO type of uncore blocksKan Liang1-0/+98
2021-04-02perf/x86/intel/uncore: Generic support for the PCI type of uncore blocksKan Liang1-0/+80
2021-04-02perf/x86/intel/uncore: Generic support for the MSR type of uncore blocksKan Liang1-0/+126
2021-04-02perf/x86/intel/uncore: Parse uncore discovery tablesKan Liang1-0/+318