Home
last modified time | relevance | path

Searched refs:Timers (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h99 if (strncmp(Name, Timers[I].Name, MaxLenOfTimerName) == 0) in getOrCreateTimer()
104 strncpy(Timers[NumAllocatedTimers].Name, Name, MaxLenOfTimerName); in getOrCreateTimer()
135 Timers[Nesting.HandleId].Nesting = T.HandleId; in nest()
177 if (Timers[I].Nesting != MaxNumberOfTimers) in getAllImpl()
203 Str.append("%s (%" PRId64 ")\n", Timers[HandleId].Name, Occurrence); in REQUIRES()
206 if (Timers[I].Nesting == HandleId) in REQUIRES()
233 TimerInfo Timers[MaxNumberOfTimers] GUARDED_BY(Mutex);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassTimingInfo.cpp175 TimerVector &Timers = TimingData[PassID]; in getPassTimer() local
176 if (Timers.size() == 0) in getPassTimer()
177 Timers.emplace_back(new Timer(PassID, PassID, TG)); in getPassTimer()
178 return *Timers.front(); in getPassTimer()
181 // Take a vector of Timers created for this \p PassID and append in getPassTimer()
183 TimerVector &Timers = TimingData[PassID]; in getPassTimer() local
184 unsigned Count = Timers.size() + 1; in getPassTimer()
189 Timers.emplace_back(T); in getPassTimer()
190 assert(Count == Timers.size() && "Timers vecto in getPassTimer()
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp157 std::unique_ptr<RTDyldTimers> Timers; variable
559 TimeRegion TR(Timers ? &Timers->LoadObjectsTimer : nullptr); in executeInput()
588 TimeRegion TR(Timers ? &Timers->LinkTimer : nullptr); in executeInput()
626 TimeRegion TR(Timers ? &Timers->RunTimer : nullptr); in executeInput()
1033 Timers = ShowTimes ? std::make_unique<RTDyldTimers>() : nullptr; in main()
/freebsd/sys/contrib/device-tree/Bindings/x86/
H A Dtimer.txt1 Timers
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dmt7621-wdt.txt1 Ralink Watchdog Timers
H A Drt2880-wdt.txt1 Ralink Watchdog Timers
H A Datmel-wdt.txt1 * Atmel Watchdog Timers
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dpicoxcell.txt11 Timers required properties:
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dfsl,gtm.txt1 * Freescale General-purpose Timers Module
H A Darm,sp804.txt1 ARM sp804 Dual Timers
H A Dmarvell,armada-370-xp-timer.txt1 Marvell Armada 370 and Armada XP Timers
H A Dmediatek,mtk-timer.txt1 MediaTek Timers
/freebsd/sys/arm/conf/
H A Dstd.qca41 # Timers
H A DARMADA38X58 # Timers
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dsamsung,exynos5433-lpass.txt18 UART, SLIMBUS, PCM, I2S, DMAC, Timers 0...4, VIC, WDT 0...1 devices.
/freebsd/sys/contrib/device-tree/src/arm/socionext/
H A Dmilbeaut-m10v.dtsi75 timer@1e000050 { /* 32-bit Reload Timers */
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td83 // User Counter/Timers
280 // Machine Counter and Timers
/freebsd/sys/contrib/device-tree/Bindings/mips/brcm/
H A Dsoc.txt145 == Timers
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am68-sk-som.dtsi313 /* Timers are used by Remoteproc firmware */
H A Dk3-j7200-som-p0.dtsi269 /* Timers are used by Remoteproc firmware */
H A Dk3-j721s2-som-p0.dtsi527 /* Timers are used by Remoteproc firmware */
H A Dk3-j721e-som-p0.dtsi572 /* Timers are used by Remoteproc firmware */
H A Dk3-j722s-evm.dts661 /* Timers are used by Remoteproc firmware */
H A Dk3-am69-sk.dts990 /* Timers are used by Remoteproc firmware */
/freebsd/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst

12