perf symbols: Fix dso__fprintf() print statement
authorStephane Eranian <eranian@google.com>
Tue, 20 Nov 2012 09:51:02 +0000 (10:51 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 9 Dec 2012 11:46:04 +0000 (08:46 -0300)
commit919d590f13c94c5465db723178e4b72200fd5f90
tree0aa6831b52692488191ff9f98ea3ede66f5a470f
parentcc1b39dbf9f55a438e8a21a694394c20e6a17129
perf symbols: Fix dso__fprintf() print statement

Was ignoring the dso type (function vs. variable) and was therefore
printing bogus information.

Signed-off-by: Stephane Eranian <eranian@google.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20121120095101.GA5939@quad
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/dso.c