I want to know the contents of the cache while a specific process is executing, assuming only this process is running currently. Is there any tool which can help me? or some y.mechanism? Thanks in advance.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know if it is possible using a normal OS, but it is definitely possible if you run your process on a simulator. There are many architectural simulators available, some examples are SimpleScalar (written in C), and Simics (written in python). These simulators give you access to all the architectural details and states, etc. You could try that out.