/Zephyr-latest/tests/benchmarks/posix/threads/src/ |
D | main.c | 40 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/ |
D | Kconfig | 27 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/ |
D | nxp,flexio-pwm.yaml | 7 Dual 8-bit counters PWM mode and Dual 8-bit counters PWM Low mode.
|
/Zephyr-latest/soc/neorv32/ |
D | reset.S | 28 /* Allow mcycle and minstret counters to increment */ 32 /* Zerorize counters */
|
/Zephyr-latest/dts/bindings/counter/ |
D | st,stm32-counter.yaml | 4 description: STM32 counters
|
D | infineon,cat1-counter.yaml | 6 description: Infineon counters
|
/Zephyr-latest/boards/st/stm32h7b3i_dk/support/ |
D | openocd.cfg | 11 # Stop Watchdog counters when halt
|
/Zephyr-latest/boards/st/nucleo_wba55cg/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-latest/subsys/testsuite/coverage/ |
D | coverage.h | 72 /**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/ |
D | soc_dbg.h | 16 * the Core is halted, various modules’ clocks, counters are stopped and
|
/Zephyr-latest/boards/st/nucleo_wba52cg/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-latest/boards/fanke/fk750m1_vbt6/support/ |
D | openocd.cfg | 17 # Stop Watchdog counters when halt
|
/Zephyr-latest/boards/fanke/fk7b0m1_vbt6/support/ |
D | openocd.cfg | 17 # Stop Watchdog counters when halt
|
/Zephyr-latest/boards/st/b_u585i_iot02a/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-latest/boards/st/stm32h7s78_dk/support/ |
D | openocd.cfg | 11 # Stop Watchdog counters when halt
|
/Zephyr-latest/boards/st/stm32u5a9j_dk/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-latest/boards/st/nucleo_u575zi_q/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-latest/boards/st/nucleo_u5a5zj_q/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-latest/boards/st/sensortile_box_pro/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-latest/boards/st/steval_stwinbx1/support/ |
D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
/Zephyr-latest/subsys/stats/ |
D | Kconfig | 8 Enable per-module event counters for troubleshooting, maintenance,
|
/Zephyr-latest/drivers/counter/ |
D | counter_mchp_xec.c | 13 * 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/ |
D | tm_cooperative_scheduling_test.c | 44 /* 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/ |
D | boot_delay.c | 22 /* Systems with very fast counters (like the x86 TSC) in ZTEST()
|
/Zephyr-latest/tests/subsys/pm/power_mgmt_soc/src/ |
D | power_mgmt.h | 38 * on the board. Also serves to initialize the counters.
|