Skip to content

Commit 78988b2

Browse files
shenkimpe
authored andcommitted
powerpc/perf: Give generic PMU a nice name
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@jms.id.au> Reviewed-by: Athira Rajeev <atrajeev@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220610044006.2095806-1-joel@jms.id.au
1 parent ac2a230 commit 78988b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/perf/generic-compat-pmu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ static int generic_compute_mmcr(u64 event[], int n_ev,
292292
}
293293

294294
static struct power_pmu generic_compat_pmu = {
295-
.name = "GENERIC_COMPAT",
295+
.name = "ISAv3",
296296
.n_counter = MAX_PMU_COUNTERS,
297297
.add_fields = ISA207_ADD_FIELDS,
298298
.test_adder = ISA207_TEST_ADDER,

0 commit comments

Comments
 (0)