Home
last modified time | relevance | path

Searched refs:CounterName (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDebugCounter.cpp104 auto CounterName = CounterPair.first.drop_back(5); in push_back() local
105 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()
107 errs() << "DebugCounter Error: " << CounterName in push_back()
117 auto CounterName = CounterPair.first.drop_back(6); in push_back() local
118 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()
120 errs() << "DebugCounter Error: " << CounterName in push_back()
142 for (auto &CounterName : CounterNames) { in print() local
143 unsigned CounterID = getCounterId(std::string(CounterName)); in print()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp77 for (auto &CounterName : CounterNames) { in runAndSample() local
78 CounterName = CounterName.trim(); in runAndSample()
79 auto CounterOrError = ET.createCounter(CounterName, State); in runAndSample()
92 .concat(CounterName) in runAndSample()
H A DTarget.cpp37 ExegesisTarget::createCounter(StringRef CounterName, const LLVMState &) const { in createCounter() argument
38 pfm::PerfEvent Event(CounterName); in createCounter()
42 .concat(CounterName) in createCounter()
H A DLatencyBenchmarkRunner.cpp75 const char *CounterName = State.getPfmCounters().CycleCounter; in runMeasurements() local
79 auto ExpectedCounterValues = Executor.runAndSample(CounterName); in runMeasurements()
H A DTarget.h77 createCounter(StringRef CounterName, const LLVMState &State) const;
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDebugCounter.h72 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() argument
77 auto Result = Us.Counters.find(CounterName); in shouldExecute()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp671 createCounter(StringRef CounterName, const LLVMState &State) const override { in createCounter() argument
688 return ExegesisTarget::createCounter(CounterName, State); in createCounter()