summaryrefslogtreecommitdiff
path: root/drivers/perf/hisilicon/hisi_uncore_pmu.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-14/+0
2024-05-04perf: Use device_show_string() helper for sysfs attributesLukas Wunner1-14/+0
2024-04-19perf/hisi-uncore: Assign parents for event_source devicesJonathan Cameron1-0/+1
2024-04-09perf/hisi_uncore: Avoid placing cpumask on the stackDawei Li1-4/+2
2023-06-16drivers/perf: hisi: Add support for HiSilicon UC PMU driverJunhao He1-1/+3
2023-04-17drivers/perf: hisi: Remove redundant initialized of pmu->nameJunhao He1-3/+1
2023-01-19drivers/perf: hisi: Simplify the parameters of hisi_pmu_init()Junhao He1-3/+5
2023-01-19drivers/perf: hisi: Advertise the PERF_PMU_CAP_NO_EXCLUDE capabilityJunhao He1-0/+1
2022-06-27perf: hisi: Extract hisi_pmu_initChen Jun1-0/+18
2022-05-06drivers/perf: hisi: Associate PMUs in SICL with CPUs onlineQi Liu1-0/+4
2022-02-15perf: replace bitmap_weight with bitmap_empty where appropriateYury Norov1-1/+1
2021-06-01drivers/perf: hisi: use the correct HiSilicon copyrightHao Fang1-1/+1
2021-05-24perf/hisi: Use irq_set_affinity()Thomas Gleixner1-2/+2
2021-03-25drivers/perf: hisi: Add new functions for L3C PMUShaokun Zhang1-1/+7
2021-03-25drivers/perf: hisi: Refactor code for more uncore PMUsShaokun Zhang1-0/+54
2021-03-25drivers/perf: hisi: Remove unnecessary check of counter indexShaokun Zhang1-11/+0
2021-03-25drivers/perf: convert sysfs sprintf family to sysfs_emitQi Liu1-3/+3
2021-03-25drivers/perf: convert sysfs snprintf family to sysfs_emitZihao Tang1-1/+1
2020-11-25drivers/perf: hisi: Add identifier sysfs fileJohn Garry1-0/+10
2020-05-18drivers/perf: hisi: Permit modular builds of HiSilicon uncore driversZhou Wang1-2/+21
2020-01-10drivers/perf: hisi: Simplify hisi_read_sccl_and_ccl_id and its commentShaokun Zhang1-26/+32
2019-11-07drivers/perf: hisi: update the sccl_id/ccl_id for certain HiSilicon platformShaokun Zhang1-8/+18
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-21For drivers that do not support context exclusion let's advertise theAndrew Murray1-9/+0
2018-07-24drivers/perf: hisi: update the sccl_id/ccl_id when MT is supportedShaokun Zhang1-5/+7
2018-03-16perf: Fix sibling iterationPeter Zijlstra1-1/+1
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra1-2/+1
2017-10-19perf: hisi: Add support for HiSilicon SoC uncore PMU driverShaokun Zhang1-0/+447