]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3cea85d74becbcf4e3ee88c4561a1497081b9da4
tree1aa0f66347d73b4951f50306625a707b840535f4
parent6ef9c938d98adf82fdcb473dd121aea1d93dcde5
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