Searched refs:UopsCounter (Results 1 – 6 of 6) sorted by relevance
23 let UopsCounter = PfmCounter<"uops_retired">;33 let UopsCounter = PfmCounter<"uops_retired:any">;45 let UopsCounter = PfmCounter<"uops_retired:any">;52 let UopsCounter = PfmCounter<"uops_retired:any">;61 let UopsCounter = PfmCounter<"uops_retired:all">;68 let UopsCounter = UopsIssuedPfmCounter;82 let UopsCounter = UopsIssuedPfmCounter;98 let UopsCounter = UopsIssuedPfmCounter;114 let UopsCounter = UopsIssuedPfmCounter;130 let UopsCounter = UopsIssuedPfmCounter;[all …]
35 if (const char *const UopsCounter = PCI.UopsCounter) { in runMeasurements() local36 auto ExpectedCounterValue = Executor.runAndMeasure(UopsCounter); in runMeasurements()
43 const char *UopsCounter; member
91 if (!PfmCounters.UopsCounter && !PfmCounters.IssueCounters) in createBenchmarkRunner()
112 const auto UopsCounter = in emitPfmCountersInfo() local128 if (UopsCounter.empty()) in emitPfmCountersInfo()131 OS << " " << Target << "PfmCounterNames[" << getPfmCounterId(UopsCounter) in emitPfmCountersInfo()
37 // Processors can define how to measure uops by defining a UopsCounter.38 PfmCounter UopsCounter = NoPfmCounter;