lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 22 Apr 2017 19:52:31 +0200
From:   Erik Stromdahl <erik.stromdahl@...il.com>
To:     linux-kernel@...r.kernel.org
Cc:     Erik Stromdahl <erik.stromdahl@...il.com>
Subject: [PATCH 0/2] scripts: show_delta: additional features

This patch series adds two new features to the show_delta script:

- rounding
- delta time stamp only output

The purpose of the patches is to make it easier to diff show_delta-
processed kernel logs when debugging timing problems.
Rounding of the delta time stamps removes small (perhaps random)
differences in the time stamps which results in less irrelevant
differences detected by a diff tool. This can be useful when diffing
logs from different test runs in order to detect if there has been any
significant differences in timing.

Adding the possibility to print only delta time stamps (and not the
combination of absolute and delta time stamps which is the default
behavior of show_delta) also makes it easier to diff logs from
different test runs.

Erik Stromdahl (2):
  scripts: show_delta: add time stamp rounding option
  scripts: show_delta: add --delta-only option

 scripts/show_delta | 45 +++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 41 insertions(+), 4 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ