perf session: Warn when AUX data has been lost
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 25 Sep 2015 13:15:37 +0000 (16:15 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 28 Sep 2015 19:51:33 +0000 (16:51 -0300)
commita38f48e300f9dac30a9b2d2ce958c8dbd7def351
tree3f6152a3f31f37b81d64a699d9156cb0154ceaff
parent83e1986032dfcd3f9e9fc0d06e11d9153edae19b
perf session: Warn when AUX data has been lost

By default 'perf record' will postprocess the perf.data file to
determine build-ids.  When that happens, the number of lost perf events
is displayed.

Make that also happen for AUX events.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/1443186956-18718-7-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/event.h
tools/perf/util/session.c
This page took 0.032367 seconds and 5 git commands to generate.