Message ID | 20231122030908.2981502-1-jisheng.teoh@starfivetech.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [v4] perf vendor events riscv: add StarFive Dubhe-90 JSON file | expand |
Context | Check | Description |
---|---|---|
conchuod/vmtest-fixes-PR | fail | merge-conflict |
Em Wed, Nov 22, 2023 at 11:09:08AM +0800, Ji Sheng Teoh escreveu: > Signed-off-by: Ji Sheng Teoh <jisheng.teoh@starfivetech.com> > Reviewed-by: Ley Foon Tan <leyfoon.tan@starfivetech.com> > --- > Changelog: > v3 -> v4: > - Reuse common and firmware json file from starfive/dubhe-80. > - Rebase against latest perf-tools-next > - Update commit message to reflect the above changes. I guess this addressed all the review comments, applied, if something is still amiss we can add a followup patch. - Arnaldo > v2 -> v3: > - Add standard RISC-V firmware event > - Update commit message to reflect addition of standard > RISC-V firmware event. > v1 -> v2: > - Rename 'Starfive Dubhe' to 'StarFive Dubhe-90' in commit message. > - Rename 'starfive/dubhe' pmu-events folder to 'starfive/dubhe-90' > - Update MARCHID to 0x80000000db000090 in mapfile.csv > --- > tools/perf/pmu-events/arch/riscv/mapfile.csv | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/pmu-events/arch/riscv/mapfile.csv b/tools/perf/pmu-events/arch/riscv/mapfile.csv index ee61e26f90cd..56b03138d46a 100644 --- a/tools/perf/pmu-events/arch/riscv/mapfile.csv +++ b/tools/perf/pmu-events/arch/riscv/mapfile.csv @@ -15,4 +15,4 @@ # #MVENDORID-MARCHID-MIMPID,Version,Filename,EventType 0x489-0x8000000000000007-0x[[:xdigit:]]+,v1,sifive/u74,core -0x67e-0x80000000db000080-0x[[:xdigit:]]+,v1,starfive/dubhe-80,core +0x67e-0x80000000db0000[89]0-0x[[:xdigit:]]+,v1,starfive/dubhe-80,core