Home
last modified time | relevance | path

Searched refs:Counters (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDebugCounter.h79 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 DDebugCounter.cpp96 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 DFuzzerTracePC.h98 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 DFuzzerTracePC.cpp41 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 DProfileGenerator.h67 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 DPGOProfiling.c37 uint64_t *Counters) { in llvm_pgo_emit() argument
41 fprintf(OutputFile, "%" PRIu64 "\n", Counters[i]); in llvm_pgo_emit()
H A DInstrProfilingBuffer.c38 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 DBenchmarkRunner.h70 virtual Expected<int64_t> runAndMeasure(const char *Counters) const = 0;
73 runAndSample(const char *Counters) const = 0;
H A DBenchmarkRunner.cpp48 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 DStmtOpenMP.cpp271 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 DTargetPfmCounters.td1 //===- TargetPfmCounters.td - Target Pfm Counters -*- tablegen ----------*-===//
46 ProcPfmCounters Counters = counters;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PfmCounters.td1 //===-- 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 Dgprofng.info62 * 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 DAArch64PfmCounters.td1 //===-- AArch64PfmCounters.td - AArch64 Hardware Counters --*- tablegen -*-===//
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCPfmCounters.td1 //===-- PPCPfmCounters.td - PPC Hardware Counters ----------*- tablegen -*-===//
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsPfmCounters.td1 //===-- MipsPfmCounters.td - Mips Hardware Counters --------*- tablegen -*-===//
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h76 const InstrProfRecord &Counters,
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dcec-no-snen-reti.S34 # Counters to keep track of nesting depth
/netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/
H A Dgfx90a_hwreg.rst53 HW_REG_IB_STS Counters of outstanding instructions.
H A Dgfx7_hwreg.rst53 HW_REG_IB_STS Counters of outstanding instructions.
H A Dgfx8_hwreg.rst53 HW_REG_IB_STS Counters of outstanding instructions.
H A Dgfx9_hwreg.rst53 HW_REG_IB_STS Counters of outstanding instructions.
H A Dgfx10_hwreg.rst53 HW_REG_IB_STS Counters of outstanding instructions.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp957 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 DInstrProfiling.cpp675 GlobalVariable *Counters = getOrCreateRegionCounters(Inc); in lowerIncrement() local
679 Value *Addr = Builder.CreateConstInBoundsGEP2_64(Counters->getValueType(), in lowerIncrement()
680 Counters, 0, Index); in lowerIncrement()

12