]> git.baikalelectronics.ru Git - kernel.git/commit
perf session: Change header.misc dump from decimal to hex
authorDon Zickus <dzickus@redhat.com>
Wed, 26 Feb 2014 03:43:46 +0000 (22:43 -0500)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 14 Mar 2014 21:08:39 +0000 (18:08 -0300)
commitc3642c444b80158193cf37ab3eba1a4147e140a4
treed770d5ac869b64a3d7ba07823d1e52a41a9abf4a
parent81da2a178722ea30716afd210749a27f36cd7b7c
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 <dzickus@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1393386227-149412-3-git-send-email-dzickus@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/session.c