summaryrefslogtreecommitdiffstats
path: root/drivers/perf/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* perf: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-101-0/+1
* Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-224-40/+3
|\
| * perf: Use device_show_string() helper for sysfs attributesLukas Wunner2024-05-044-40/+3
* | drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset()Hao Chen2024-04-281-1/+1
* | drivers/perf: hisi: hns3: Fix out-of-bound access when valid event groupJunhao He2024-04-281-1/+13
* | drivers/perf: hisi_pcie: Fix out-of-bound access when valid event groupJunhao He2024-04-281-1/+13
* | perf/hisi-hns3: Assign parents for event_source deviceJonathan Cameron2024-04-191-0/+1
* | perf/hisi-uncore: Assign parents for event_source devicesJonathan Cameron2024-04-191-0/+1
* | perf/hisi-pcie: Assign parent for event_source deviceJonathan Cameron2024-04-191-0/+1
* | perf/hisi_uncore: Avoid placing cpumask on the stackDawei Li2024-04-091-4/+2
* | perf/hisi_pcie: Avoid placing cpumask on the stackDawei Li2024-04-091-5/+4
|/
* drivers/perf: hisi_pcie: Merge find_related_event() and get_event_idx()Junhao He2024-03-041-32/+19
* drivers/perf: hisi_pcie: Relax the check on related eventsJunhao He2024-03-041-6/+2
* drivers/perf: hisi_pcie: Check the target filter properlyJunhao He2024-03-041-4/+4
* drivers/perf: hisi_pcie: Add more events for counting TLP bandwidthYicong Yang2024-03-041-0/+8
* drivers/perf: hisi_pcie: Fix incorrect counting under metric modeYicong Yang2024-03-041-1/+7
* drivers/perf: hisi_pcie: Introduce hisi_pcie_pmu_get_event_ctrl_val()Yicong Yang2024-03-041-3/+10
* drivers/perf: hisi_pcie: Rename hisi_pcie_pmu_{config,clear}_filter()Yicong Yang2024-03-041-4/+4
* drivers/perf: hisi: Enable HiSilicon Erratum 162700402 quirk for HIP09Junhao He2024-03-041-1/+41
* perf: hisilicon: Convert to platform remove callback returning voidUwe Kleine-König2024-02-096-18/+12
* drivers/perf: hisi: Fix some event id for HiSilicon UC pmuJunhao He2023-12-051-2/+2
* perf: hisi: Fix use-after-free when register pmu failsJunhao He2023-10-242-4/+4
* drivers/perf: hisi_pcie: Initialize event->cpu only on successYicong Yang2023-10-241-2/+2
* drivers/perf: hisi_pcie: Check the type first in pmu::event_init()Yicong Yang2023-10-241-3/+4
* drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for hisi_hns3_p...Hao Chen2023-10-191-4/+4
* drivers/perf: hisi: Schedule perf session according to localityYicong Yang2023-08-161-4/+13
* drivers/perf: hisi: Add support for HiSilicon UC PMU driverJunhao He2023-06-164-2/+588
* drivers/perf: hisi: Add support for HiSilicon H60PA and PAv3 PMU driverJunhao He2023-06-162-15/+120
* drivers/perf: hisi: Don't migrate perf to the CPU going to teardownJunhao He2023-06-091-1/+1
* drivers/perf: hisi: add NULL check for nameJunhao He2023-04-173-15/+20
* drivers/perf: hisi: Remove redundant initialized of pmu->nameJunhao He2023-04-178-11/+8
* drivers/perf: hisi: Extract initialization of "cpa_pmu->pmu"Junhao He2023-01-191-15/+1
* drivers/perf: hisi: Simplify the parameters of hisi_pmu_init()Junhao He2023-01-197-10/+12
* drivers/perf: hisi: Advertise the PERF_PMU_CAP_NO_EXCLUDE capabilityJunhao He2023-01-191-0/+1
* drivers/perf: hisi: Add TLP filter supportYicong Yang2022-11-291-1/+13
* drivers/perf: hisi: Fix some event id for hisi-pcie-pmuYicong Yang2022-11-291-4/+4
* drivers/perf: hisi: add driver for HNS3 PMUGuangbin Huang2022-07-063-0/+1682
* perf: hisi: Extract hisi_pmu_initChen Jun2022-06-277-74/+25
* drivers/perf: hisi: Add Support for CPA PMUQi Liu2022-05-062-1/+410
* drivers/perf: hisi: Associate PMUs in SICL with CPUs onlineQi Liu2022-05-063-11/+12
* perf: replace bitmap_weight with bitmap_empty where appropriateYury Norov2022-02-151-1/+1
* drivers/perf: hisi: Add driver for HiSilicon PCIe PMUQi Liu2021-12-143-0/+959
* drivers/perf: hisi: Fix PA PMU counter offsetShaokun Zhang2021-10-041-1/+1
* perf/hisi: Constify static attribute_group structsRikard Falkeborn2021-06-082-2/+2
* drivers/perf: hisi: Fix data source controlShaokun Zhang2021-06-041-2/+2
* drivers/perf: hisi: use the correct HiSilicon copyrightHao Fang2021-06-016-6/+6
* perf/hisi: Use irq_set_affinity()Thomas Gleixner2021-05-246-17/+2
* drivers/perf: hisi: Add support for HiSilicon PA PMU driverShaokun Zhang2021-03-252-1/+502
* drivers/perf: hisi: Add support for HiSilicon SLLC PMU driverShaokun Zhang2021-03-252-1/+531
* drivers/perf: hisi: Update DDRC PMU for programmable counterShaokun Zhang2021-03-252-13/+196