From: Don Zickus Date: Wed, 26 Feb 2014 03:43:46 +0000 (-0500) Subject: perf session: Change header.misc dump from decimal to hex X-Git-Tag: v3.15-rc1~181^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea590ae8198547d5898c72b04fa9d8f23bd0b8f;p=pandora-kernel.git perf session: Change header.misc dump from decimal to hex When printing the raw dump of a data file, the header.misc is printed as a decimal. Unfortunately, that field is a bit mask, so it is hard to interpret as a decimal. Print in hex, so the user can easily see what bits are set and more importantly what type of info it is conveying. V2: add 0x in front per Jiri Olsa Signed-off-by: Don Zickus Cc: Jiri Olsa Cc: Stephane Eranian Link: http://lkml.kernel.org/r/1393386227-149412-3-git-send-email-dzickus@redhat.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed