Re: [PATCH V4 7/8] perf/x86/intel/uncore: expose uncore_pmu_event functions

From: Thomas Gleixner
Date: Sun Jan 14 2018 - 15:53:43 EST


On Thu, 2 Nov 2017, kan.liang@xxxxxxxxx wrote:

> From: Kan Liang <Kan.liang@xxxxxxxxx>
>
> Some uncore has custom pmu. For custom pmu, it does not need to
> customize everything. For example, it only needs to customize init()
> function for client IMC uncore. Other functions like
> add()/del()/start()/stop()/read() can use generic code.
>
> Expose the uncore_pmu_event_add/del/start/stop functions.
>
> Signed-off-by: Kan Liang <Kan.liang@xxxxxxxxx>

Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>