]> granicus.if.org Git - sysstat/commit
sar/sadf: On-the-fly endianness conversion
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 17 Sep 2017 08:54:34 +0000 (10:54 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 17 Sep 2017 08:54:34 +0000 (10:54 +0200)
commitf647f38bc1b3a352d4f1bde5c5a6e6ba8c78a44e
tree6d7587b9e505f8b05ae58783ed1a4078292186ed
parent9f09c5741b7644342f0165f52715cc8b0b76ef83
sar/sadf: On-the-fly endianness conversion

This patch aims at making sar and sadf able to read and process files
created on machines with a different endian type. It will now be
possible e.g., to read a file with sar on a little-endian machine even
if this has been created on a big-endian machine.
Yet it will still not be allowed to append (write) data with sar to a
file with a different endianness type.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
rd_stats.h
sa.h
sa_common.c
sa_conv.c
sadf.c
sar.c