Home
last modified time | relevance | path

Searched refs:counters (Results 1 – 25 of 39) 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/scripts/ci/
Dtwister_report_analyzer.py79 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/
Dopenocd.cfg11 # Stop Watchdog counters when halt
/Zephyr-latest/tests/benchmarks/thread_metric/
DKconfig25 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/
Dopenocd.cfg17 # Stop Watchdog counters when halt
/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/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/steval_stwinbx1/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/stm32u5a9j_dk/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/stm32h7s78_dk/support/
Dopenocd.cfg11 # Stop Watchdog counters when halt
/Zephyr-latest/boards/st/nucleo_h7s3l8/support/
Dopenocd.cfg12 # 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/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

12