gem5-users@gem5.org

The gem5 Users mailing list

View all threads

How to Profiling Memory Access for Specific Malloc Data Structure In gem5?

W
wanli990802@gmail.com
Fri, Jan 12, 2024 1:41 AM

Let's say I create two arrays A and B in my program, and these address space is kept unchanged during the execution of the program. How should I expose the addresses of these two arrays to gem5 and then profile the access information of these addresses in the cache of gem5.

Any help would be greatly appreciated!

Let's say I create two arrays A and B in my program, and these address space is kept unchanged during the execution of the program. How should I expose the addresses of these two arrays to gem5 and then profile the access information of these addresses in the cache of gem5. Any help would be greatly appreciated!