Skip to content
  • Colin Percival's avatar
    stand/common: Add support for timestamp logging (tslog) · c8dfc327
    Colin Percival authored
    This adds tslog_init, which allocates a 2MB buffer for recording
    timestamped events; and tslog_publish, which takes the buffer and
    passes it to the kernel as a "preloaded module".  These functions
    will be used in a later commit.
    
    Reviewed by:	kevans
    c8dfc327