[clang-tools-extra] [compiler-rt] [lldb] [llvm] [Memprof] Adds the option to collect AccessCountHistograms for memprof. (PR #94264)
Matthew Weingarten via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 24 08:23:53 PDT 2024
================
@@ -205,8 +205,14 @@ class RawMemProfReader final : public MemProfReader {
object::SectionedAddress getModuleOffset(uint64_t VirtualAddress);
+ llvm::SmallVector<std::pair<uint64_t, MemInfoBlock>>
+ readMemInfoBlocks(const char *Ptr);
+
// The profiled binary.
object::OwningBinary<object::Binary> Binary;
+ // Version of raw memprof binary currently being read. Defaults to most update
----------------
mattweingarten wrote:
done.
https://github.com/llvm/llvm-project/pull/94264
More information about the cfe-commits
mailing list