[llvm] [llvm-exegesis] Add thread IDs to subprocess memory names (PR #84451)

Clement Courbet via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 00:26:17 PDT 2024


================
@@ -97,7 +109,8 @@ Expected<int> SubprocessMemory::setupAuxiliaryMemoryInSubprocess(
     return make_error<Failure>("Mapping auxiliary memory failed");
   AuxiliaryMemoryMapping[0] = CounterFileDescriptor;
   for (auto &[Name, MemVal] : MemoryDefinitions) {
-    std::string MemoryValueName = "/" + std::to_string(ParentPID) + "memdef" +
+    std::string MemoryValueName = "/" + std::to_string(ParentPID) + "t" +
----------------
legrosbuffle wrote:

This one too ?

https://github.com/llvm/llvm-project/pull/84451


More information about the llvm-commits mailing list