/Zephyr-Core-3.6.0/tests/posix/pthread_pressure/src/ |
D | main.c | 39 static uint64_t counters[NUM_THREADS]; variable 46 printk("Thread %d created and joined %llu times (%llu joins/s)\n", i, counters[i], in print_stats() 47 (counters[i] - prev_counters[i]) / UPDATE_INTERVAL_S); in print_stats() 48 prev_counters[i] = counters[i]; in print_stats() 72 zassert_ok(ret, "%s_create(%d)[%zu] failed: %d", tag, i, counters[i], ret); in test_create_join_common() 87 counters[i], ret); in test_create_join_common() 92 ++counters[i]; in test_create_join_common() 103 counters[i], ret); in test_create_join_common() 118 zassert_true(counters[i] > 0, "%s %d was never scheduled", in test_create_join_common() 228 counters[i] = 0; in before()
|
/Zephyr-Core-3.6.0/boards/arm/stm32h7b3i_dk/support/ |
D | openocd.cfg | 11 # Stop Watchdog counters when halt
|
/Zephyr-Core-3.6.0/boards/arm/nucleo_wba52cg/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-Core-3.6.0/boards/arm/nucleo_wba55cg/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-Core-3.6.0/boards/arm/fk7b0m1_vbt6/support/ |
D | openocd.cfg | 17 # Stop Watchdog counters when halt
|
/Zephyr-Core-3.6.0/boards/arm/nucleo_u5a5zj_q/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-Core-3.6.0/boards/arm/nucleo_u575zi_q/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-Core-3.6.0/boards/arm/stm32u5a9j_dk/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-Core-3.6.0/boards/arm/b_u585i_iot02a/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-Core-3.6.0/boards/arm/sensortile_box_pro/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-Core-3.6.0/subsys/stats/ |
D | Kconfig | 8 Enable per-module event counters for troubleshooting, maintenance,
|
/Zephyr-Core-3.6.0/boards/arm/stm32g081b_eval/ |
D | stm32g081b_eval.dts | 166 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is 197 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is
|
/Zephyr-Core-3.6.0/boards/arc/qemu_arc/doc/ |
D | index.rst | 21 * ARC core free-running timers/counters Timer0 & Timer1
|
/Zephyr-Core-3.6.0/doc/hardware/peripherals/ |
D | rtc.rst | 23 It should not be confused with low-power counters which sometimes share 41 The disadvantages of this approach were that hardware counters could
|
/Zephyr-Core-3.6.0/subsys/testsuite/coverage/ |
D | coverage.c | 28 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters) in __gcov_merge_add() argument
|
/Zephyr-Core-3.6.0/boards/arm/b_g474e_dpow1/ |
D | b_g474e_dpow1.dts | 160 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is
|
/Zephyr-Core-3.6.0/boards/arm/stm32g071b_disco/ |
D | stm32g071b_disco.dts | 162 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is
|
/Zephyr-Core-3.6.0/samples/subsys/debug/fuzz/ |
D | README.rst | 42 INFO: Loaded 1 modules (2112 inline 8-bit counters): 2112 [0x55cbe336ec55, 0x55cbe336f495),
|
/Zephyr-Core-3.6.0/doc/services/tfm/ |
D | integration.rst | 83 * 0x0030_9000 NV counters area (4 KB)
|
/Zephyr-Core-3.6.0/doc/services/device_mgmt/ |
D | mcumgr.rst | 508 consists basically of user-defined counters which are tightly connected to 518 variables (or counters), all with the same size (16, 32 or 64 bits). 535 The statistics counters can either have names or not, depending on the setting 566 Let's suppose we want to increment those counters by ``1``, ``2`` and ``3`` 573 To get the current value of the counters in ``my_stats``::
|
/Zephyr-Core-3.6.0/doc/kernel/services/timing/ |
D | clocks.rst | 178 be correct over time and subject to minimal skew vs. other counters 200 registered events, relying on programmable hardware counters to 256 An auxiliary job of the timing subsystem is to provide tick counters
|
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg.rst | 50 behavior, such as intervals, timers and retransmission counters, over a mesh network using SAR 101 Four counters are related to SAR behavior:
|
/Zephyr-Core-3.6.0/modules/openthread/ |
D | Kconfig.features | 56 bool "Border routing counters support"
|
D | CMakeLists.txt | 49 …FIG_OPENTHREAD_BORDER_ROUTING_COUNTERS OT_BORDER_ROUTING_COUNTERS "Enable Border routing counters")
|
/Zephyr-Core-3.6.0/arch/arm/core/cortex_m/ |
D | Kconfig | 291 int "Number of event counters in the Performance Monitoring Unit" 295 The number of event counters implemented.
|