diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-09-17 15:04:49 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-02-28 13:12:36 +0200 |
commit | 56d5364fced642aa203bd74b9d92798985d3ca5c (patch) | |
tree | f966ed80edf43004772d215bd3833cbee63da958 /src/.gitignore | |
parent | d797d5cc5fef90a9fc913b81087308815a126ce5 (diff) |
src: monotonic-ts: Monotonic timestamp logging
Introduce a new utility which prefixes a monotonic timestamp rendered in the
same format as the kernel logs to all lines fed in through stdin.
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore index d42c924..817142c 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -2,3 +2,4 @@ *.o gen-image +monotonic-ts |