How to correlate Intel Pin tool memory access logs with ftrace page fault logs?
I’m working on correlating memory access logs generated by the Pin tool with page fault logs from ftrace. Both logs contain timestamps and addresses, but I’m facing issues when trying to match the memory accesses with the corresponding page faults. Here’s a breakdown of the logs and the problem I’m encountering.
How to correlate Intel Pin tool memory access logs with ftrace page fault logs?
I’m working on correlating memory access logs generated by the Pin tool with page fault logs from ftrace. Both logs contain timestamps and addresses, but I’m facing issues when trying to match the memory accesses with the corresponding page faults. Here’s a breakdown of the logs and the problem I’m encountering.