Home
last modified time | relevance | path

Searched refs:STATS_NAME (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_simulator.c57 #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-latest/drivers/eeprom/
Deeprom_simulator.c61 STATS_NAME(eeprom_sim_stats, bytes_read)
62 STATS_NAME(eeprom_sim_stats, bytes_written)
63 STATS_NAME(eeprom_sim_stats, eeprom_read_calls)
64 STATS_NAME(eeprom_sim_stats, eeprom_read_time_us)
65 STATS_NAME(eeprom_sim_stats, eeprom_write_calls)
66 STATS_NAME(eeprom_sim_stats, eeprom_write_time_us)
77 STATS_NAME(eeprom_sim_thresholds, max_write_calls)
78 STATS_NAME(eeprom_sim_thresholds, max_len)
/Zephyr-latest/subsys/pm/
Dpm_stats.c22 STATS_NAME(pm_stats, state_count)
23 STATS_NAME(pm_stats, state_last_cycles)
24 STATS_NAME(pm_stats, state_total_cycles)
/Zephyr-latest/include/zephyr/drivers/
Dcan.h552 STATS_NAME(can, bit_error)
553 STATS_NAME(can, bit0_error)
554 STATS_NAME(can, bit1_error)
555 STATS_NAME(can, stuff_error)
556 STATS_NAME(can, crc_error)
557 STATS_NAME(can, form_error)
558 STATS_NAME(can, ack_error)
559 STATS_NAME(can, rx_overrun)
Dspi.h486 STATS_NAME(spi, rx_bytes)
487 STATS_NAME(spi, tx_bytes)
488 STATS_NAME(spi, transfer_error)
Di2c.h560 STATS_NAME(i2c, bytes_read)
561 STATS_NAME(i2c, bytes_written)
562 STATS_NAME(i2c, message_count)
563 STATS_NAME(i2c, transfer_call_count)
Dsmbus.h418 STATS_NAME(smbus, bytes_read)
419 STATS_NAME(smbus, bytes_written)
420 STATS_NAME(smbus, command_count)
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/src/
Dmain.c37 STATS_NAME(smp_svr_stats, ticks)
/Zephyr-latest/include/zephyr/stats/
Dstats.h378 #define STATS_NAME(sectname__, entry__) \ macro
390 #define STATS_NAME(name__, entry__) macro