Skip to content

Commit

Permalink
fix(config): update config for more accurate instruction counting
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiaoyu <xyyy1420@gmail.com>
  • Loading branch information
xyyy1420 committed Dec 19, 2024
1 parent c52c05b commit 266e786
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion configs/riscv64-xs-cpt-flash_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ CONFIG_PERF_OPT=y
CONFIG_TCACHE_SIZE=8192
CONFIG_BB_LIST_SIZE=1024
CONFIG_BB_POOL_SIZE=1024
CONFIG_DISABLE_INSTR_CNT=y
CONFIG_INSTR_CNT_BY_BB=y
# CONFIG_INSTR_CNT_BY_INSTR_PERF_OPT is not set
CONFIG_ENABLE_INSTR_CNT=y
# end of Miscellaneous
3 changes: 2 additions & 1 deletion configs/riscv64-xs-diff-spike-withflash_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ CONFIG_PERF_OPT=y
CONFIG_TCACHE_SIZE=8192
CONFIG_BB_LIST_SIZE=1024
CONFIG_BB_POOL_SIZE=1024
# CONFIG_DISABLE_INSTR_CNT is not set
CONFIG_INSTR_CNT_BY_BB=y
# CONFIG_INSTR_CNT_BY_INSTR_PERF_OPT is not set
CONFIG_ENABLE_INSTR_CNT=y
# end of Miscellaneous

0 comments on commit 266e786

Please sign in to comment.