================ @@ -112,9 +116,11 @@ class Counter { PerfEvent Event; int FileDescriptor = -1; bool IsDummyEvent; + std::vector<PerfEvent> ValidationEvents; ---------------- legrosbuffle wrote:
This is a bit weird, because the class `Counter` now holds several perf events. If we need several counters, we shoul dbe creating several `Counter` instances. https://github.com/llvm/llvm-project/pull/76653 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits