-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: PMU: Optimize dts description
1. Delete the inaccurate event mapping PMU_HW_CACHE_REFERENCES, PMU_HW_CACHE_MISSES, DTLB_READ_MISS and ITLB_READ_MISS, because no CPU can provide them directly at present 2. Modify the inaccurate event mapping PMU_HW_BRANCH_INSTRUCTIONS and PMU_HW_BRANCH_MISSES, refer to C908 3. Modify the mask bitmap to 0x7fff8, because the CPU actually only supports 18 mhpmcounters 4. Fix BPU event value 5. The raw-event id mapping is optimized into one row, ranging from 0x0 to 0xff Signed-off-by: Chen Pei <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
77 deletions.
There are no files selected for viewing
This file contains 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