Message ID | 20230119100307.3660-1-hejunhao3@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | Setting the pmu::capability and modify some code styles | expand |
On Thu, 19 Jan 2023 18:03:04 +0800, Junhao He wrote: > Advertise the PERF_PMU_CAP_NO_EXCLUDE capability. > > And modify some code style, include the following: > 1) Simplify the parameters of hisi_pmu_init() function. > 2) Use hisi_pmu_init() function to simplify initialization of "hisi_pmu->pmu". > > Junhao He (3): > drivers/perf: hisi: Advertise the PERF_PMU_CAP_NO_EXCLUDE capability > drivers/perf: hisi: Simplify the parameters of hisi_pmu_init() > drivers/perf: hisi: Extract initialization of "cpa_pmu->pmu" > > [...] Applied to will (for-next/perf), thanks! [1/3] drivers/perf: hisi: Advertise the PERF_PMU_CAP_NO_EXCLUDE capability https://git.kernel.org/will/c/7f95da9d2dc4 [2/3] drivers/perf: hisi: Simplify the parameters of hisi_pmu_init() https://git.kernel.org/will/c/053b5579dacf [3/3] drivers/perf: hisi: Extract initialization of "cpa_pmu->pmu" https://git.kernel.org/will/c/e126f6f42f89 Cheers,