aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/perf/qcom_l2_pmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-11drivers/perf: Simplify EVENT ATTR macro in qcom_l2_pmu.cQi Liu1-5/+2
2021-06-02perf: qcom_l2_pmu: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao1-2/+2
2021-03-25drivers/perf: convert sysfs sprintf family to sysfs_emitQi Liu1-1/+1
2021-01-20perf: qcom: Constify static struct attribute_groupRikard Falkeborn1-3/+3
2020-08-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-66/+24
2020-07-17drivers/perf: Prevent forced unbinding of PMU driversQi Liu1-0/+1
2020-07-10soc: qcom: Separate kryo l2 accessors from PMU driverIlia Lin1-66/+24
2019-07-31perf: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2019-01-21perf/drivers: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEAndrew Murray1-8/+1
2018-03-16perf: Fix sibling iterationPeter Zijlstra1-4/+3
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra1-2/+2
2017-10-02perf: qcom_l2_pmu: add event namesNeil Leeder1-0/+54
2017-07-26perf: qcom_l2: fix column exclusion checkNeil Leeder1-0/+2
2017-02-08perf: add qcom l2 cache perf events driverNeil Leeder1-0/+1013