Home
last modified time | relevance | path

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

12

/Zephyr-latest/tests/benchmarks/posix/threads/src/
Dmain.c40 static uint64_t counters[NUM_CPUS]; variable
46 printf("%s, %d, %u, %llu, 1, %llu\n", tag, i, UPDATE_INTERVAL_S, 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()
57 count += counters[i]; in print_group_stats()
76 __ASSERT(ret == 0, "%s_create(%d)[%zu] failed: %d", tag, i, counters[i], ret); in create_join_common()
88 __ASSERT(ret, "%s_join(%d)[%zu] failed: %d", tag, i, counters[i], in create_join_common()
93 ++counters[i]; in create_join_common()
103 counters[i], ret); in create_join_common()
116 __ASSERT(counters[i] > 0, "%s %d was never scheduled", tag, i); in create_join_common()
[all …]
/Zephyr-latest/boards/st/stm32h7b3i_dk/support/
Dopenocd.cfg11 # Stop Watchdog counters when halt
/Zephyr-latest/tests/benchmarks/thread_metric/
DKconfig27 of equal priority that yield to each other and increment counters
28 on each context switch. The sum total of the counters is reported
40 takes that semaphore. The sum total of the counters is reported
/Zephyr-latest/boards/st/nucleo_wba52cg/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-latest/boards/st/nucleo_wba55cg/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-latest/boards/fanke/fk750m1_vbt6/support/
Dopenocd.cfg17 # Stop Watchdog counters when halt
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/support/
Dopenocd.cfg17 # Stop Watchdog counters when halt
/Zephyr-latest/boards/st/b_u585i_iot02a/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-latest/boards/st/stm32u5a9j_dk/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-latest/boards/st/nucleo_u575zi_q/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-latest/boards/st/nucleo_u5a5zj_q/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-latest/boards/st/sensortile_box_pro/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-latest/boards/st/steval_stwinbx1/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-latest/boards/st/stm32h7s78_dk/support/
Dopenocd.cfg11 # Stop Watchdog counters when halt
/Zephyr-latest/subsys/stats/
DKconfig8 Enable per-module event counters for troubleshooting, maintenance,
/Zephyr-latest/boards/st/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-latest/dts/common/nordic/
Dnrf91xx_partition.dtsi23 * 0x000f_6000 OTP / NV counters area (8 KB)
Dnrf5340_cpuapp_partition.dtsi23 * 0x000f_6000 OTP / NV counters area (8 KB)
/Zephyr-latest/boards/qemu/arc/doc/
Dindex.rst18 * ARC core free-running timers/counters Timer0 & Timer1
/Zephyr-latest/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-latest/samples/subsys/debug/fuzz/
DREADME.rst44 INFO: Loaded 1 modules (2112 inline 8-bit counters): 2112 [0x55cbe336ec55, 0x55cbe336f495),
/Zephyr-latest/boards/st/b_g474e_dpow1/
Db_g474e_dpow1.dts160 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is
/Zephyr-latest/boards/st/stm32g071b_disco/
Dstm32g071b_disco.dts162 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is
/Zephyr-latest/subsys/testsuite/coverage/
Dcoverage.c28 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters) in __gcov_merge_add() argument
/Zephyr-latest/doc/services/tfm/
Dintegration.rst84 * 0x0030_9000 NV counters area (4 KB)

12