perf symbols: symbol inconsistency message should be done only at verbose=1
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 17 May 2010 20:57:59 +0000 (17:57 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 17 May 2010 20:57:59 +0000 (17:57 -0300)
commit2f51903bc3139e25ec908f8944a0001c7b868e90
tree1aa0f66347d73b4951f50306625a707b840535f4
parent63aa9e7e3ab28ad5362502b1a69fae945367ad65
perf symbols: symbol inconsistency message should be done only at verbose=1

That happened for an old perf.data file that had no fake MMAP events for
the kernel modules, but even then it should warn once for each module,
not one time for every symbol in every module not found.

Reported-by: Ingo Molnar <mingo@elte.hu>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/symbol.c