sync: rvck #141: perf vendor events riscv: add lrw core JSON file#172
Merged
Conversation
driver inclusion category: feature Link: RVCK-Project/rvck#102 -------------------------------- This patch adds JSON file for lrw core events, establishing a mapping mechanism between standard performance event names and hardware event codes. This allows users to specify monitoring events via semantic names (e.g., L1D_CACHE_REFILL) instead of traditional hardware encodings. Signed-off-by: shenlin <shen.lin1@zte.com.cn> Signed-off-by: liuqingtao <liu.qingtao2@zte.com.cn> Signed-off-by: Mingzheng Xing <xingmingzheng@iscas.ac.cn> (cherry picked from commit 91d2e1c)
|
开始测试 log: https://github.com/RVCK-Project/rvck-olk/actions/runs/24122606371 参数解析结果
测试完成 详细结果:RVCK result
Kunit Test Result[07:27:59] Testing complete. Ran 454 tests: passed: 442, skipped: 12 Kernel Build ResultKernel build succeeded: RVCK-Project/rvck-olk/172__1/ ae8d9fe9106f82bc4677c25ce35e9710 /srv/guix_result/e65fc15411c975acec820f4841e1760ced5ff28c/Image LAVA Checkargs:
result:Lava check done! lava log: https://lava.oerv.ac.cn/scheduler/job/1764 lava result count: [fail]: 19, [pass]: 1587, [skip]: 293 Check Patch Result
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync commits from rvck PR #141.
Source PR: RVCK-Project/rvck#141
Commits
91d2e1c933adperf vendor events riscv: add lrw core JSON file