Searched refs:STATS_NAME (Results 1 – 9 of 9) sorted by relevance
/Zephyr-Core-3.7.0/drivers/flash/ |
D | flash_simulator.c | 57 #define STATS_NAME_EC(N, _) STATS_NAME(flash_sim_stats, erase_cycles_unit##N) 60 #define STATS_NAME_DIRTYR(N, _) STATS_NAME(flash_sim_stats, dirty_read_unit##N) 100 STATS_NAME(flash_sim_stats, bytes_read) 101 STATS_NAME(flash_sim_stats, bytes_written) 102 STATS_NAME(flash_sim_stats, double_writes) 103 STATS_NAME(flash_sim_stats, flash_read_calls) 104 STATS_NAME(flash_sim_stats, flash_read_time_us) 105 STATS_NAME(flash_sim_stats, flash_write_calls) 106 STATS_NAME(flash_sim_stats, flash_write_time_us) 107 STATS_NAME(flash_sim_stats, flash_erase_calls) [all …]
|
/Zephyr-Core-3.7.0/drivers/eeprom/ |
D | eeprom_simulator.c | 69 STATS_NAME(eeprom_sim_stats, bytes_read) 70 STATS_NAME(eeprom_sim_stats, bytes_written) 71 STATS_NAME(eeprom_sim_stats, eeprom_read_calls) 72 STATS_NAME(eeprom_sim_stats, eeprom_read_time_us) 73 STATS_NAME(eeprom_sim_stats, eeprom_write_calls) 74 STATS_NAME(eeprom_sim_stats, eeprom_write_time_us) 85 STATS_NAME(eeprom_sim_thresholds, max_write_calls) 86 STATS_NAME(eeprom_sim_thresholds, max_len)
|
/Zephyr-Core-3.7.0/subsys/pm/ |
D | pm_stats.c | 22 STATS_NAME(pm_stats, state_count) 23 STATS_NAME(pm_stats, state_last_cycles) 24 STATS_NAME(pm_stats, state_total_cycles)
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/ |
D | can.h | 561 STATS_NAME(can, bit_error) 562 STATS_NAME(can, bit0_error) 563 STATS_NAME(can, bit1_error) 564 STATS_NAME(can, stuff_error) 565 STATS_NAME(can, crc_error) 566 STATS_NAME(can, form_error) 567 STATS_NAME(can, ack_error) 568 STATS_NAME(can, rx_overrun)
|
D | i2c.h | 548 STATS_NAME(i2c, bytes_read) 549 STATS_NAME(i2c, bytes_written) 550 STATS_NAME(i2c, message_count) 551 STATS_NAME(i2c, transfer_call_count)
|
D | smbus.h | 418 STATS_NAME(smbus, bytes_read) 419 STATS_NAME(smbus, bytes_written) 420 STATS_NAME(smbus, command_count)
|
D | spi.h | 452 STATS_NAME(spi, rx_bytes) 453 STATS_NAME(spi, tx_bytes) 454 STATS_NAME(spi, transfer_error)
|
/Zephyr-Core-3.7.0/include/zephyr/stats/ |
D | stats.h | 378 #define STATS_NAME(sectname__, entry__) \ macro 390 #define STATS_NAME(name__, entry__) macro
|
/Zephyr-Core-3.7.0/samples/subsys/mgmt/mcumgr/smp_svr/src/ |
D | main.c | 37 STATS_NAME(smp_svr_stats, ticks)
|