aboutsummaryrefslogtreecommitdiff
path: root/drivers/perf/qcom_l2_pmu.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-09perf: qcom_l2: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2023-06-05perf: qcom_l2_pmu: Make l2_cache_pmu_probe_cluster() more robustGravatar Christophe JAILLET 1-1/+1
2022-09-19perf: qcom_l2_pmu: Refactor _UID handling to use acpi_dev_uid_to_integer()Gravatar Andy Shevchenko 1-5/+5
2022-04-04perf: qcom_l2_pmu: fix an incorrect NULL check on list iteratorGravatar Xiaomeng Tong 1-3/+3
2021-10-27perf: qcom_l2_pmu: ACPI: Use ACPI_COMPANION() directlyGravatar Rafael J. Wysocki 1-5/+2
2021-06-11drivers/perf: Simplify EVENT ATTR macro in qcom_l2_pmu.cGravatar Qi Liu 1-5/+2
2021-06-02perf: qcom_l2_pmu: move to use request_irq by IRQF_NO_AUTOEN flagGravatar Tian Tao 1-2/+2
2021-03-25drivers/perf: convert sysfs sprintf family to sysfs_emitGravatar Qi Liu 1-1/+1
2021-01-20perf: qcom: Constify static struct attribute_groupGravatar Rikard Falkeborn 1-3/+3
2020-08-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-66/+24
2020-07-17drivers/perf: Prevent forced unbinding of PMU driversGravatar Qi Liu 1-0/+1
2020-07-10soc: qcom: Separate kryo l2 accessors from PMU driverGravatar Ilia Lin 1-66/+24
2019-07-31perf: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Gravatar Thomas Gleixner 1-9/+1
2019-01-21perf/drivers: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEGravatar Andrew Murray 1-8/+1
2018-03-16perf: Fix sibling iterationGravatar Peter Zijlstra 1-4/+3
2018-03-12perf/core: Remove perf_event::group_entryGravatar Peter Zijlstra 1-2/+2
2017-10-02perf: qcom_l2_pmu: add event namesGravatar Neil Leeder 1-0/+54
2017-07-26perf: qcom_l2: fix column exclusion checkGravatar Neil Leeder 1-0/+2
2017-02-08perf: add qcom l2 cache perf events driverGravatar Neil Leeder 1-0/+1013