X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fconvert%2FsysInfo;h=fdd7b596a459fe273f2b16feab2123cc64121781;hb=f628823c5712cc8b8bfe10ade63b6c7c2862f5e5;hp=1a81012e9a686a25f665ca8170c26c9003df31af;hpb=160d4bdbeb06b0d2aab920a77193253eaae1a162;p=lttv.git diff --git a/ltt/branches/poly/ltt/convert/sysInfo b/ltt/branches/poly/ltt/convert/sysInfo index 1a81012e..fdd7b596 100755 --- a/ltt/branches/poly/ltt/convert/sysInfo +++ b/ltt/branches/poly/ltt/convert/sysInfo @@ -23,9 +23,12 @@ echo "kernel_version="$KERNEL_VERSION >> $outputFile MACHINE="`uname -m`" echo "machine="$MACHINE >> $outputFile + +# not available anymore in uname version 5 and newer PROCESSOR="`uname -p`" echo "processor="$PROCESSOR >> $outputFile +# not available anymore in uname version 5 and newer HARDWARE_PLATFORM="`uname -i`" echo "hardware_platform="$HARDWARE_PLATFORM >> $outputFile