Docker: Support trace-cmd
authorSimon Glass <sjg@chromium.org>
Sun, 15 Jan 2023 21:15:59 +0000 (14:15 -0700)
committerTom Rini <trini@konsulko.com>
Sat, 11 Feb 2023 17:22:35 +0000 (12:22 -0500)
commit71d3e7949c652b87c33193ccbed36b9887c5b5c2
treec9fc0e8f0e9c9e0e044dd1b81b7ba24c661a19d7
parent97f3024d16915fd885336c8b983c8a47ac19bcd8
Docker: Support trace-cmd

Build trace-cmd as part of the docker image, so that trace tests can be
used. Unfortunately the version provided by distributions is a little old
and has bugs. It also does not support specifying the time base for the
trace, which is required to convert microseconds to nanaseconds.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/docker/Dockerfile