Lines Matching defs:memprof
43 #define DEBUG_TYPE "memprof"
46 namespace memprof {
66 // serialization of memprof profiles to the same file.
213 // are added to the memprof runtime.
463 // Convert the raw profile callstack data into memprof records. While doing so
470 "memprof callstack record does not contain id: " + Twine(StackId));
506 // We attach the memprof record to each function bottom-up including the
625 const auto *Header = reinterpret_cast<const memprof::Header *>(Next);
639 // will help being able to deserialize different versions raw memprof versions
656 const auto *Header = reinterpret_cast<const memprof::Header *>(Next);
658 // Set Reader version to memprof raw version of profile. Checking if version
672 "memprof raw profile has different segment information");
710 "memprof raw profile got different call stack for same id");
786 memprof::AllMemProfData Doc;
820 } // namespace memprof