From 10a2c7673d2ae9d9ef8d59a417b6554881531a66 Mon Sep 17 00:00:00 2001 From: eBardieCT <40671803+eBardieCT@users.noreply.github.com> Date: Tue, 25 Sep 2018 14:49:29 +0100 Subject: Add dlt-sortbytimestamp utility plus documentation (#73) * Add dlt-sortbytimestamp utility plus documentation Add a commandline utility to sort a DLT file by timestamp. By default a DLT file's messages are in the order they were received by the logger. This is not ideal for tracing problems on systems with multi-threaded programmes running on multi-core CPUs since message reception order will not always (or even often) correspond to message creation order. The documentation deals with how to handle the problem case of DLT files containing messages from multiple boot cycles. --- automotive-dlt.spec.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'automotive-dlt.spec.in') diff --git a/automotive-dlt.spec.in b/automotive-dlt.spec.in index ec5fe53..8848095 100644 --- a/automotive-dlt.spec.in +++ b/automotive-dlt.spec.in @@ -115,6 +115,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libdlt.so %{_bindir}/dlt-system %{_bindir}/dlt-convert +%{_bindir}/dlt-sortbytimestamp %{_bindir}/dlt-receive %{_bindir}/dlt-adaptor-stdin %{_bindir}/dlt-adaptor-udp @@ -137,6 +138,7 @@ rm -rf $RPM_BUILD_ROOT %files doc @PACKAGE_DOC@%{_mandir}/man1/dlt-convert.1.gz +@PACKAGE_DOC@%{_mandir}/man1/dlt-sortbytimestamp.1.gz @PACKAGE_DOC@%{_mandir}/man1/dlt-daemon.1.gz @PACKAGE_DOC@%{_mandir}/man1/dlt-receive.1.gz @PACKAGE_DOC@%{_mandir}/man1/dlt-system.1.gz -- cgit v1.2.1