Home
last modified time | relevance | path

Searched defs:CounterName (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp182 StringRef CounterName = CounterPair.first; in push_back() local
209 for (auto &CounterName : CounterNames) { in print() local
218 bool DebugCounter::shouldExecuteImpl(unsigned CounterName) { in shouldExecuteImpl()
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp85 for (auto &CounterName : CounterNames) { in runAndSample() local
128 runWithCounter(StringRef CounterName,ArrayRef<const char * > ValidationCounters,SmallVectorImpl<int64_t> & ValidationCounterValues) const runWithCounter() argument
283 runParentProcess(pid_t ChildPID,int WriteFD,StringRef CounterName,SmallVectorImpl<int64_t> & CounterValues,ArrayRef<const char * > ValidationCounters,SmallVectorImpl<int64_t> & ValidationCounterValues) const runParentProcess() argument
388 createSubProcessAndRunBenchmark(StringRef CounterName,SmallVectorImpl<int64_t> & CounterValues,ArrayRef<const char * > ValidationCounters,SmallVectorImpl<int64_t> & ValidationCounterValues) const createSubProcessAndRunBenchmark() argument
514 runWithCounter(StringRef CounterName,ArrayRef<const char * > ValidationCounters,SmallVectorImpl<int64_t> & ValidationCounterValues) const runWithCounter() argument
[all...]
H A DLatencyBenchmarkRunner.cpp79 const char *CounterName = PCI.CycleCounter; in runMeasurements() local
H A DTarget.cpp39 ExegesisTarget::createCounter(StringRef CounterName, const LLVMState &, in createCounter() argument
/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h87 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute()
/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp686 createCounter(StringRef CounterName,const LLVMState & State,ArrayRef<const char * > ValidationCounters,const pid_t ProcessID) const createCounter() argument