This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: How to improve cache hit ?

Part Number: TDA4VM

I use perf to detect cache miss and find that the miss is relatively high. Is there any way to reduce the miss and improve the cache hit ?

perf stat -e L1-dcache-load-misses -e L1-dcache-loads -e L1-icache-load-misses -e L1-icache-loads -e branch-load-misses -e branch-loads -e dTLB-load-misses -e iTLB-load-misses

 5.87% of all L1-dcache hits and 12.50% of all L1-icache hits