Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to track the address information of the load/store instruction #21

Open
xiaojielab303 opened this issue Feb 27, 2020 · 1 comment
Open

Comments

@xiaojielab303
Copy link

hi ebiroll,
I want to analyze the memory access behavior of the application ,in order to evaluate the chip's(esp32) cache performance, can I get the address stream information of memory access through qemu?Looking forward to your reply

@Ebiroll
Copy link
Owner

Ebiroll commented Feb 27, 2020

I guess you can start qemu with the -d mmu flag.
-d guest_errors,int,mmu,page,unimp
You should probably use the espressif qemu version.
https://github.com/espressif/qemu/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants