• S
    Add trace library · b2e16a85
    Simon Glass 提交于
    Add a library which supports tracing of execution using built-in gcc
    features and a microsecond timer. This can be used to record a list of
    function which are executed, along with a timestamp for each. Later
    this information can be sent to the host for processing.
    Signed-off-by: NSimon Glass <sjg@chromium.org>
    b2e16a85
README.trace 10.8 KB