summaryrefslogtreecommitdiff
path: root/drivers/perf/hisilicon
AgeCommit message (Expand)Author
2025-01-07drivers/perf: hisi: Set correct IRQ affinity for PMUs with no associationYicong Yang
2024-12-10drivers/perf: hisi: Delete redundant blank line of DDRC PMUJunhao He
2024-12-10drivers/perf: hisi: Fix incorrect variable name "hha_pmu" in DDRC PMU driverJunhao He
2024-12-10drivers/perf: hisi: Export associated CPUs of each PMU through sysfsYicong Yang
2024-12-10drivers/perf: hisi: Provide a generic implementation of cpumask/identifierYicong Yang
2024-12-10drivers/perf: hisi: Add a common function to retrieve topology from firmwareYicong Yang
2024-12-10drivers/perf: hisi: Extract topology information to a separate structureYicong Yang
2024-12-10drivers/perf: hisi: Refactor the detection of associated CPUsYicong Yang
2024-12-10drivers/perf: hisi: Migrate to one online CPU if no associated one onlineYicong Yang
2024-12-10drivers/perf: hisi: Don't update the associated_cpus on CPU offlineYicong Yang
2024-12-10drivers/perf: hisi: Define a symbol namespace for HiSilicon Uncore PMUsYicong Yang
2024-11-06perf: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-08-30drivers/perf: hisi_pcie: Export supported Root Ports [bdf_min, bdf_max]Yicong Yang
2024-08-30drivers/perf: hisi_pcie: Fix TLP headers bandwidth countingYicong Yang
2024-08-30drivers/perf: hisi_pcie: Record hardware counts correctlyYicong Yang
2024-07-10perf: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-05-04perf: Use device_show_string() helper for sysfs attributesLukas Wunner
2024-04-28drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset()Hao Chen
2024-04-28drivers/perf: hisi: hns3: Fix out-of-bound access when valid event groupJunhao He
2024-04-28drivers/perf: hisi_pcie: Fix out-of-bound access when valid event groupJunhao He
2024-04-19perf/hisi-hns3: Assign parents for event_source deviceJonathan Cameron
2024-04-19perf/hisi-uncore: Assign parents for event_source devicesJonathan Cameron
2024-04-19perf/hisi-pcie: Assign parent for event_source deviceJonathan Cameron
2024-04-09perf/hisi_uncore: Avoid placing cpumask on the stackDawei Li
2024-04-09perf/hisi_pcie: Avoid placing cpumask on the stackDawei Li
2024-03-04drivers/perf: hisi_pcie: Merge find_related_event() and get_event_idx()Junhao He
2024-03-04drivers/perf: hisi_pcie: Relax the check on related eventsJunhao He
2024-03-04drivers/perf: hisi_pcie: Check the target filter properlyJunhao He
2024-03-04drivers/perf: hisi_pcie: Add more events for counting TLP bandwidthYicong Yang
2024-03-04drivers/perf: hisi_pcie: Fix incorrect counting under metric modeYicong Yang
2024-03-04drivers/perf: hisi_pcie: Introduce hisi_pcie_pmu_get_event_ctrl_val()Yicong Yang
2024-03-04drivers/perf: hisi_pcie: Rename hisi_pcie_pmu_{config,clear}_filter()Yicong Yang
2024-03-04drivers/perf: hisi: Enable HiSilicon Erratum 162700402 quirk for HIP09Junhao He
2024-02-09perf: hisilicon: Convert to platform remove callback returning voidUwe Kleine-König
2023-12-05drivers/perf: hisi: Fix some event id for HiSilicon UC pmuJunhao He
2023-10-24perf: hisi: Fix use-after-free when register pmu failsJunhao He
2023-10-24drivers/perf: hisi_pcie: Initialize event->cpu only on successYicong Yang
2023-10-24drivers/perf: hisi_pcie: Check the type first in pmu::event_init()Yicong Yang
2023-10-19drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for hisi_hns3_p...Hao Chen
2023-08-16drivers/perf: hisi: Schedule perf session according to localityYicong Yang
2023-06-16drivers/perf: hisi: Add support for HiSilicon UC PMU driverJunhao He
2023-06-16drivers/perf: hisi: Add support for HiSilicon H60PA and PAv3 PMU driverJunhao He
2023-06-09drivers/perf: hisi: Don't migrate perf to the CPU going to teardownJunhao He
2023-04-17drivers/perf: hisi: add NULL check for nameJunhao He
2023-04-17drivers/perf: hisi: Remove redundant initialized of pmu->nameJunhao He
2023-01-19drivers/perf: hisi: Extract initialization of "cpa_pmu->pmu"Junhao He
2023-01-19drivers/perf: hisi: Simplify the parameters of hisi_pmu_init()Junhao He
2023-01-19drivers/perf: hisi: Advertise the PERF_PMU_CAP_NO_EXCLUDE capabilityJunhao He
2022-11-29drivers/perf: hisi: Add TLP filter supportYicong Yang