[PATCH v2] powerpc/perf: Give generic PMU a nice name

Athira Rajeev atrajeev at linux.vnet.ibm.com
Fri Jun 10 17:46:20 AEST 2022



> On 10-Jun-2022, at 10:10 AM, Joel Stanley <joel at jms.id.au> wrote:
> 
> When booting on a machine that uses the compat pmu driver we see this:
> 
> [    0.071192] GENERIC_COMPAT performance monitor hardware support registered
> 
> Which is a bit shouty. Give it a nicer name.
> 
> Signed-off-by: Joel Stanley <joel at jms.id.au>
> ---
> v2: Go with ISAv3
> 
> arch/powerpc/perf/generic-compat-pmu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/powerpc/perf/generic-compat-pmu.c b/arch/powerpc/perf/generic-compat-pmu.c
> index f3db88aee4dd..16392962c511 100644
> --- a/arch/powerpc/perf/generic-compat-pmu.c
> +++ b/arch/powerpc/perf/generic-compat-pmu.c
> @@ -292,7 +292,7 @@ static int generic_compute_mmcr(u64 event[], int n_ev,
> }
> 
> static struct power_pmu generic_compat_pmu = {
> -	.name			= "GENERIC_COMPAT",
> +	.name			= "ISAv3",


Looks good.


Reviewed-by: Athira Rajeev <atrajeev at linux.vnet.ibm.com>

> 	.n_counter		= MAX_PMU_COUNTERS,
> 	.add_fields		= ISA207_ADD_FIELDS,
> 	.test_adder		= ISA207_TEST_ADDER,
> -- 
> 2.35.1
> 



More information about the Linuxppc-dev mailing list