HomeSort by: relevance | last modified time | path
    Searched refs:CounterName (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
DebugCounter.cpp 87 auto CounterName = CounterPair.first.drop_back(5);
88 unsigned CounterID = getCounterId(std::string(CounterName));
90 errs() << "DebugCounter Error: " << CounterName
100 auto CounterName = CounterPair.first.drop_back(6);
101 unsigned CounterID = getCounterId(std::string(CounterName));
103 errs() << "DebugCounter Error: " << CounterName
125 for (auto &CounterName : CounterNames) {
126 unsigned CounterID = getCounterId(std::string(CounterName));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Target.cpp 33 ExegesisTarget::createCounter(StringRef CounterName, const LLVMState &) const {
34 pfm::PerfEvent Event(CounterName);
38 .concat(CounterName)
BenchmarkRunner.cpp 75 for (auto &CounterName : CounterNames) {
76 CounterName = CounterName.trim();
77 auto CounterOrError = ET.createCounter(CounterName, State);
90 .concat(CounterName)
LatencyBenchmarkRunner.cpp 74 const char *CounterName = State.getPfmCounters().CycleCounter;
78 auto ExpectedCounterValues = Executor.runAndSample(CounterName);
Target.h 72 createCounter(StringRef CounterName, const LLVMState &State) const;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DebugCounter.h 74 inline static bool shouldExecute(unsigned CounterName) {
79 auto Result = Us.Counters.find(CounterName);
184 #define DEBUG_COUNTER(VARNAME, COUNTERNAME, DESC) \
186 DebugCounter::registerCounter(COUNTERNAME, DESC)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
Target.cpp 664 createCounter(StringRef CounterName, const LLVMState &State) const override {
666 // CounterName because we only have one for LBR.
681 return ExegesisTarget::createCounter(CounterName, State);

Completed in 23 milliseconds