perf auxtrace: Add timestamp to auxtrace errors
authorAdrian Hunter <adrian.hunter@intel.com>
Wed, 6 Feb 2019 10:39:47 +0000 (12:39 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 6 Feb 2019 14:20:32 +0000 (11:20 -0300)
commit16bd4321c2425d37031a902cdbf183e2cd099946
tree4c8b88ab0a04d2d9e32470bb7781300342dad8a6
parent26ee2bcdea33c60aa833cc32a1624ef5d49c9c6f
perf auxtrace: Add timestamp to auxtrace errors

The timestamp can use useful to find part of a trace that has an error
without outputting all of the trace e.g. using the itrace 's' option to
skip initial number of events.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/20190206103947.15750-6-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/auxtrace.c
tools/perf/util/auxtrace.h
tools/perf/util/event.h
tools/perf/util/intel-bts.c
tools/perf/util/intel-pt.c
tools/perf/util/s390-cpumsf.c
tools/perf/util/session.c