Home
last modified time | relevance | path

Searched full:counters (Results 1 – 25 of 106) sorted by relevance

12345

/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/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/dts/bindings/pwm/
Dnxp,flexio-pwm.yaml7 Dual 8-bit counters PWM mode and Dual 8-bit counters PWM Low mode.
/Zephyr-latest/soc/neorv32/
Dreset.S28 /* Allow mcycle and minstret counters to increment */
32 /* Zerorize counters */
/Zephyr-latest/dts/bindings/counter/
Dst,stm32-counter.yaml4 description: STM32 counters
Dinfineon,cat1-counter.yaml6 description: Infineon counters
/Zephyr-latest/boards/st/stm32h7b3i_dk/support/
Dopenocd.cfg11 # Stop Watchdog counters when halt
/Zephyr-latest/boards/st/nucleo_wba55cg/support/
Dopenocd.cfg13 # Stop Watchdog counters when halt
/Zephyr-latest/subsys/testsuite/coverage/
Dcoverage.h72 /**Information about counters for a single function
89 * idiom. The number of counters is determined from the merge pointer
99 struct gcov_ctr_info ctrs[1]; /* instrumented counters */
/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_dbg.h16 * the Core is halted, various modules’ clocks, counters are stopped and
/Zephyr-latest/boards/st/nucleo_wba52cg/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/stm32h7s78_dk/support/
Dopenocd.cfg11 # 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/subsys/stats/
DKconfig8 Enable per-module event counters for troubleshooting, maintenance,
/Zephyr-latest/drivers/counter/
Dcounter_mchp_xec.c13 * This is the driver for the 16/32-bit counters on the Microchip SoCs.
16 * - The counters are running in down counting mode.
19 * - These are not free running counters where there are separate
22 * when the counters reach zero.
/Zephyr-latest/tests/benchmarks/thread_metric/src/
Dtm_cooperative_scheduling_test.c44 /* Define the counters used in the demo application... */
213 /* Calculate the total of all the counters. */ in tm_cooperative_thread_report()
218 /* Calculate the average of all the counters. */ in tm_cooperative_thread_report()
240 printf("ERROR: Invalid counter value(s). Cooperative counters should not " in tm_cooperative_thread_report()
/Zephyr-latest/tests/kernel/common/src/
Dboot_delay.c22 /* Systems with very fast counters (like the x86 TSC) in ZTEST()
/Zephyr-latest/tests/subsys/pm/power_mgmt_soc/src/
Dpower_mgmt.h38 * on the board. Also serves to initialize the counters.

12345