Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
void timestamp_add_now(enum timestamp_id id)
143
{
144
timestamp_add(id, timestamp_get());
145
}
146
147
void timestamp_init(uint64_t base)
148
{
Callers
15
bootblock_main_with_timestamp
Function · 0.70
cbfs_load_and_decompress
Function · 0.70
bs_dev_init_chips
Function · 0.70
bs_dev_enumerate
Function · 0.70
bs_dev_resources
Function · 0.70
bs_dev_enable
Function · 0.70
bs_dev_init
Function · 0.70
bs_post_device
Function · 0.70
bs_os_resume_check
Function · 0.70
bs_write_tables
Function · 0.70
main
Function · 0.70
run_romstage
Function · 0.70
Calls
2
timestamp_add
Function · 0.85
timestamp_get
Function · 0.70
Tested by
no test coverage detected