Skip to content
Commit a45fc268 authored by Hoan Tran's avatar Hoan Tran Committed by Will Deacon
Browse files

drivers/perf: xgene_pmu: Fix IOB SLOW PMU parser error



This patch fixes the below parser error of the IOB SLOW PMU.

        # perf stat -a -e iob-slow0/cycle-count/ sleep 1
        evenf syntax error: 'iob-slow0/cycle-count/'
                                 \___ parser error

It replaces the "-" character by "_" character inside the PMU name.

Signed-off-by: default avatarHoan Tran <hoan.tran@amperecomputing.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent ce397d21
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment