================
@@ -185,6 +185,16 @@ class BinarySizeContextTracker {
 
 using AddressRange = std::pair<uint64_t, uint64_t>;
 
+// The parsed MMap event
+struct MMapEvent {
----------------
mingmingl-llvm wrote:

Previously this class definition is moved for ProfiledBinary class to use.

Now moved `MMapEvent` back to PerfReader.h and kept it outside `PerfReaderBase` 
class, and updated ProfiledBinary class to use subfields of `MMapEvent`.

https://github.com/llvm/llvm-project/pull/148013
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to