MCPcopy Create free account
hub / github.com/coreboot/coreboot / timestamp_add_now

Function timestamp_add_now

src/lib/timestamp.c:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void timestamp_add_now(enum timestamp_id id)
143{
144 timestamp_add(id, timestamp_get());
145}
146
147void timestamp_init(uint64_t base)
148{

Callers 15

cbfs_load_and_decompressFunction · 0.70
bs_dev_init_chipsFunction · 0.70
bs_dev_enumerateFunction · 0.70
bs_dev_resourcesFunction · 0.70
bs_dev_enableFunction · 0.70
bs_dev_initFunction · 0.70
bs_post_deviceFunction · 0.70
bs_os_resume_checkFunction · 0.70
bs_write_tablesFunction · 0.70
mainFunction · 0.70
run_romstageFunction · 0.70

Calls 2

timestamp_addFunction · 0.85
timestamp_getFunction · 0.70

Tested by

no test coverage detected