[llvm] [llvm-exegesis] Error Out If Perf Counter is Not Fully Enabled (PR #132892)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 31 09:36:16 PDT 2025
================
@@ -76,6 +76,19 @@ class SnippetSignal : public SnippetExecutionFailure {
int SignalNumber;
};
+// A class representing a case where a perf counter was only partially
+// scheduled, most likely due to perf counter contention.
+class PerfCounterNotFullyEnabled
----------------
mshockwave wrote:
nit: use struct instead as every members is public
https://github.com/llvm/llvm-project/pull/132892
More information about the llvm-commits
mailing list