-
Hi, I am new to the community, and hopefully I don't by any chance break any rules. My aim: track down the virtual address of pages that trigger tlb miss and l3 miss at process-level It seems to me that PCM is system-level? Is it possible that PCM outputs sampling records with PID and virtual memory Many thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
PCM does not support sampling. I believe on Linux it is possible to achieve your goal with "perf record" & "perf script". |
Beta Was this translation helpful? Give feedback.
-
instead of "perf report" use "perf script". It allows to dump all fields, including addresses (--fields options) . perf script --help |
Beta Was this translation helpful? Give feedback.
PCM does not support sampling. I believe on Linux it is possible to achieve your goal with "perf record" & "perf script".