Home
last modified time | relevance | path

Searched refs:counters (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-Core-3.6.0/tests/posix/pthread_pressure/src/
Dmain.c39 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/
Dopenocd.cfg11 # Stop Watchdog counters when halt
/Zephyr-Core-3.6.0/boards/arm/nucleo_wba52cg/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-Core-3.6.0/boards/arm/nucleo_wba55cg/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-Core-3.6.0/boards/arm/fk7b0m1_vbt6/support/
Dopenocd.cfg17 # Stop Watchdog counters when halt
/Zephyr-Core-3.6.0/boards/arm/nucleo_u5a5zj_q/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-Core-3.6.0/boards/arm/nucleo_u575zi_q/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-Core-3.6.0/boards/arm/stm32u5a9j_dk/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-Core-3.6.0/boards/arm/b_u585i_iot02a/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-Core-3.6.0/boards/arm/sensortile_box_pro/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-Core-3.6.0/subsys/stats/
DKconfig8 Enable per-module event counters for troubleshooting, maintenance,
/Zephyr-Core-3.6.0/boards/arm/stm32g081b_eval/
Dstm32g081b_eval.dts166 * 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/
Dindex.rst21 * ARC core free-running timers/counters Timer0 & Timer1
/Zephyr-Core-3.6.0/doc/hardware/peripherals/
Drtc.rst23 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/
Dcoverage.c28 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/
Db_g474e_dpow1.dts160 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is
/Zephyr-Core-3.6.0/boards/arm/stm32g071b_disco/
Dstm32g071b_disco.dts162 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is
/Zephyr-Core-3.6.0/samples/subsys/debug/fuzz/
DREADME.rst42 INFO: Loaded 1 modules (2112 inline 8-bit counters): 2112 [0x55cbe336ec55, 0x55cbe336f495),
/Zephyr-Core-3.6.0/doc/services/tfm/
Dintegration.rst83 * 0x0030_9000 NV counters area (4 KB)
/Zephyr-Core-3.6.0/doc/services/device_mgmt/
Dmcumgr.rst508 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/
Dclocks.rst178 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/
Dsar_cfg.rst50 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/
DKconfig.features56 bool "Border routing counters support"
DCMakeLists.txt49 …FIG_OPENTHREAD_BORDER_ROUTING_COUNTERS OT_BORDER_ROUTING_COUNTERS "Enable Border routing counters")
/Zephyr-Core-3.6.0/arch/arm/core/cortex_m/
DKconfig291 int "Number of event counters in the Performance Monitoring Unit"
295 The number of event counters implemented.

12