Home
last modified time | relevance | path

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

12

/freebsd-14.2/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()
134 Timers[Nesting.HandleId].Nesting = T.HandleId; in nest()
163 if (Timers[I].Nesting != MaxNumberOfTimers) in printAllImpl()
186 Str.append("%s (%" PRId64 ")\n", Timers[HandleId].Name, Occurrence); in REQUIRES()
189 if (Timers[I].Nesting == HandleId) in REQUIRES()
215 TimerInfo Timers[MaxNumberOfTimers] GUARDED_BY(Mutex);
/freebsd-14.2/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()
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 vector not adjusted correctly."); in getPassTimer()
/freebsd-14.2/sys/contrib/device-tree/Bindings/x86/
H A Dtimer.txt1 Timers
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/watchdog/
H A Dmt7621-wdt.txt1 Ralink Watchdog Timers
H A Drt2880-wdt.txt1 Ralink Watchdog Timers
H A Dralink,rt2880-wdt.yaml7 title: Ralink Watchdog Timers
H A Dmediatek,mt7621-wdt.yaml7 title: Ralink Watchdog Timers
H A Dmaxim,max63xx.yaml7 title: Maxim 63xx Watchdog Timers
H A Datmel-wdt.txt1 * Atmel Watchdog Timers
H A Datmel,at91sam9-wdt.yaml8 title: Atmel Watchdog Timers
/freebsd-14.2/sys/contrib/device-tree/Bindings/timer/
H A Dintel,ixp4xx-timer.yaml8 title: Intel IXP4xx XScale Networking Processors Timers
H A Dfsl,gtm.txt1 * Freescale General-purpose Timers Module
H A Dmarvell,armada-370-xp-timer.txt1 Marvell Armada 370 and Armada XP Timers
H A Darm,sp804.txt1 ARM sp804 Dual Timers
H A Dmediatek,mtk-timer.txt1 MediaTek Timers
H A Darm,sp804.yaml7 title: ARM sp804 Dual Timers
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Dpicoxcell.txt11 Timers required properties:
/freebsd-14.2/sys/arm/conf/
H A Dstd.qca41 # Timers
H A DARMADA38X58 # Timers
/freebsd-14.2/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.
H A Dst,stm32-lptimer.yaml7 title: STMicroelectronics STM32 Low-Power Timers
H A Dst,stm32-timers.yaml7 title: STMicroelectronics STM32 Timers
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dmilbeaut-m10v.dtsi75 timer@1e000050 { /* 32-bit Reload Timers */
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td82 // User Counter/Timers
274 // Machine Counter and Timers

12