summaryrefslogtreecommitdiffstats
path: root/drivers/perf/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* 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
* drivers/perf: hisi: Add new functions for HHA PMUShaokun Zhang2021-03-251-15/+188
* drivers/perf: hisi: Add new functions for L3C PMUShaokun Zhang2021-03-253-20/+258
* drivers/perf: hisi: Add PMU version for uncore PMU drivers.Shaokun Zhang2021-03-253-71/+75
* drivers/perf: hisi: Refactor code for more uncore PMUsShaokun Zhang2021-03-255-157/+80
* drivers/perf: hisi: Remove unnecessary check of counter indexShaokun Zhang2021-03-255-61/+7
* drivers/perf: convert sysfs sprintf family to sysfs_emitQi Liu2021-03-251-3/+3
* drivers/perf: convert sysfs snprintf family to sysfs_emitZihao Tang2021-03-251-1/+1
* perf: hisi: Constify static struct attribute_groupRikard Falkeborn2021-01-203-3/+3
* drivers/perf: hisi: Add identifier sysfs fileJohn Garry2020-11-255-0/+65
* drivers/perf: hisi: Add missing include of linux/module.hShaokun Zhang2020-09-071-0/+1
* drivers/perf: Prevent forced unbinding of PMU driversQi Liu2020-07-173-0/+3