| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | DebugCounter.h | 79 auto Result = Us.Counters.find(CounterName); in shouldExecute() 80 if (Result != Us.Counters.end()) { in shouldExecute() 103 return instance().Counters[ID].IsSet; in isCounterSet() 109 auto Result = Us.Counters.find(ID); in getCounterValue() 110 assert(Result != Us.Counters.end() && "Asking about a non-set counter"); in getCounterValue() 117 Us.Counters[ID].Count = Count; in setCounterValue() 135 return std::make_pair(RegisteredCounters[ID], Counters.lookup(ID).Desc); in getCounterInfo() 164 Counters[Result] = {}; in addCounter() 165 Counters[Result].Desc = Desc; in addCounter() 176 DenseMap<unsigned, CounterInfo> Counters; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | DebugCounter.cpp | 96 CounterInfo &Counter = Counters[CounterID]; in push_back() 109 CounterInfo &Counter = Counters[CounterID]; in push_back() 128 << Us.Counters[CounterID].Count << "," << Us.Counters[CounterID].Skip in print() 129 << "," << Us.Counters[CounterID].StopAfter << "}\n"; in print()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerTracePC.h | 98 memset(Counters(), 0, GetNumPCs()); in ResetMaps() 182 uint8_t *Counters() const; 254 uint8_t *Counters = this->Counters(); in CollectFeatures() local 267 ForEachNonZeroByte(Counters, Counters + N, FirstFeature, Handle8bitCounter); in CollectFeatures()
|
| H A D | FuzzerTracePC.cpp | 41 uint8_t *TracePC::Counters() const { in Counters() function in fuzzer::TracePC 258 if (Counters()[GuardIdx]) in UpdateObservedPCs()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| H A D | ProfileGenerator.h | 67 CSProfileGenerator(const BinarySampleCounterMap &Counters) in CSProfileGenerator() argument 68 : BinarySampleCounters(Counters){}; in CSProfileGenerator() 222 PseudoProbeCSProfileGenerator(const BinarySampleCounterMap &Counters) in PseudoProbeCSProfileGenerator() argument 223 : CSProfileGenerator(Counters) {} in PseudoProbeCSProfileGenerator()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| H A D | PGOProfiling.c | 37 uint64_t *Counters) { in llvm_pgo_emit() argument 41 fprintf(OutputFile, "%" PRIu64 "\n", Counters[i]); in llvm_pgo_emit()
|
| H A D | InstrProfilingBuffer.c | 38 PROFILE_RANGE_SIZE(Counters) * sizeof(uint64_t) + NamesSize + Padding; in __llvm_profile_get_size_for_buffer_internal()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkRunner.h | 70 virtual Expected<int64_t> runAndMeasure(const char *Counters) const = 0; 73 runAndSample(const char *Counters) const = 0;
|
| H A D | BenchmarkRunner.cpp | 48 Expected<int64_t> runAndMeasure(const char *Counters) const override { in runAndMeasure() 49 auto ResultOrError = runAndSample(Counters); in runAndMeasure() 66 runAndSample(const char *Counters) const override { in runAndSample() 72 StringRef(Counters).split(CounterNames, '+'); in runAndSample()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 271 Dir->setCounters(Exprs.Counters); in Create() 314 Dir->setCounters(Exprs.Counters); in Create() 381 Dir->setCounters(Exprs.Counters); in Create() 511 Dir->setCounters(Exprs.Counters); in Create() 556 Dir->setCounters(Exprs.Counters); in Create() 849 Dir->setCounters(Exprs.Counters); in Create() 953 Dir->setCounters(Exprs.Counters); in Create() 998 Dir->setCounters(Exprs.Counters); in Create() 1041 Dir->setCounters(Exprs.Counters); in Create() 1086 Dir->setCounters(Exprs.Counters); in Create() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetPfmCounters.td | 1 //===- TargetPfmCounters.td - Target Pfm Counters -*- tablegen ----------*-===// 46 ProcPfmCounters Counters = counters;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86PfmCounters.td | 1 //===-- X86PfmCounters.td - X86 Hardware Counters ----------*- tablegen -*-===// 20 // Intel X86 Counters. 148 // AMD X86 Counters.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/doc/ |
| H A D | gprofng.info | 62 * Profile Hardware Event Counters:: How to use hardware event counters. 74 * Hardware Event Counters Explained:: What are event counters? 290 * Profile Hardware Event Counters:: How to use hardware event counters. 989 Hardware Event Counters::), these values are also displayed in the 1119 Counters::). With the '-p off' option, this can be disabled. 1569 File: gprofng.info, Node: Viewing Multiple Experiments, Next: Profile Hardware Event Counters, P… 1761 File: gprofng.info, Node: Profile Hardware Event Counters, Next: Java Profiling, Prev: Viewing M… 1763 3.4 Profile Hardware Event Counters 1767 provides support for this feature. *Note Hardware Event Counters 1777 * Getting Information on the Counters Supported:: [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64PfmCounters.td | 1 //===-- AArch64PfmCounters.td - AArch64 Hardware Counters --*- tablegen -*-===//
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCPfmCounters.td | 1 //===-- PPCPfmCounters.td - PPC Hardware Counters ----------*- tablegen -*-===//
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsPfmCounters.td | 1 //===-- MipsPfmCounters.td - Mips Hardware Counters --------*- tablegen -*-===//
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfWriter.h | 76 const InstrProfRecord &Counters,
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | cec-no-snen-reti.S | 34 # Counters to keep track of nesting depth
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/ |
| H A D | gfx90a_hwreg.rst | 53 HW_REG_IB_STS Counters of outstanding instructions.
|
| H A D | gfx7_hwreg.rst | 53 HW_REG_IB_STS Counters of outstanding instructions.
|
| H A D | gfx8_hwreg.rst | 53 HW_REG_IB_STS Counters of outstanding instructions.
|
| H A D | gfx9_hwreg.rst | 53 HW_REG_IB_STS Counters of outstanding instructions.
|
| H A D | gfx10_hwreg.rst | 53 HW_REG_IB_STS Counters of outstanding instructions.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 957 GlobalVariable *Counters = new GlobalVariable( in emitProfileNotes() local 960 CountersBySP.emplace_back(Counters, SP); in emitProfileNotes() 966 Counters->getValueType(), Counters, 0, I); in emitProfileNotes()
|
| H A D | InstrProfiling.cpp | 675 GlobalVariable *Counters = getOrCreateRegionCounters(Inc); in lowerIncrement() local 679 Value *Addr = Builder.CreateConstInBoundsGEP2_64(Counters->getValueType(), in lowerIncrement() 680 Counters, 0, Index); in lowerIncrement()
|