| /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/scripts/ci/ |
| D | twister_report_analyzer.py | 79 counters: dict[str, TestCollection] = field(default_factory=dict) variable in Counters 82 self.counters[key] = self.counters.get(key, TestCollection()) 83 self.counters[key].append(test) 86 for key, value in self.counters.items(): 92 self.counters = dict( 93 sorted(self.counters.items(), key=lambda item: item[1].quantity, reverse=True) 95 for value in self.counters.values(): 100 for key, value in self.counters.items(): 112 for key, value in self.counters.items(): 134 return bool(self.subcounters.counters) [all …]
|
| /Zephyr-latest/boards/st/stm32h7b3i_dk/support/ |
| D | openocd.cfg | 11 # Stop Watchdog counters when halt
|
| /Zephyr-latest/tests/benchmarks/thread_metric/ |
| D | Kconfig | 25 of equal priority that yield to each other and increment counters 26 on each context switch. The sum total of the counters is reported 38 takes that semaphore. The sum total of the counters is reported
|
| /Zephyr-latest/boards/fanke/fk750m1_vbt6/support/ |
| D | openocd.cfg | 17 # Stop Watchdog counters when halt
|
| /Zephyr-latest/boards/st/nucleo_wba52cg/support/ |
| D | openocd.cfg | 13 # Stop Watchdog counters when halt
|
| /Zephyr-latest/boards/st/nucleo_wba55cg/support/ |
| D | openocd.cfg | 13 # 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/steval_stwinbx1/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/stm32u5a9j_dk/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/stm32h7s78_dk/support/ |
| D | openocd.cfg | 11 # Stop Watchdog counters when halt
|
| /Zephyr-latest/boards/st/nucleo_h7s3l8/support/ |
| D | openocd.cfg | 12 # Stop Watchdog counters when halt
|
| /Zephyr-latest/subsys/stats/ |
| D | Kconfig | 8 Enable per-module event counters for troubleshooting, maintenance,
|
| /Zephyr-latest/boards/st/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-latest/dts/common/nordic/ |
| D | nrf91xx_partition.dtsi | 23 * 0x000f_6000 OTP / NV counters area (8 KB)
|
| D | nrf5340_cpuapp_partition.dtsi | 23 * 0x000f_6000 OTP / NV counters area (8 KB)
|
| /Zephyr-latest/boards/qemu/arc/doc/ |
| D | index.rst | 18 * ARC core free-running timers/counters Timer0 & Timer1
|
| /Zephyr-latest/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-latest/boards/st/b_g474e_dpow1/ |
| D | b_g474e_dpow1.dts | 160 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is
|
| /Zephyr-latest/boards/st/stm32g071b_disco/ |
| D | stm32g071b_disco.dts | 162 * to generate clock for delay counters and BMC Rx/Tx blocks. The rx is
|
| /Zephyr-latest/subsys/testsuite/coverage/ |
| D | coverage.c | 28 void __gcov_merge_add(gcov_type *counters, unsigned int n_counters) in __gcov_merge_add() argument
|