perf tools: Fix missing symtabs printouts
authorIngo Molnar <mingo@elte.hu>
Mon, 2 Nov 2009 18:25:25 +0000 (19:25 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 2 Nov 2009 18:34:27 +0000 (19:34 +0100)
commit900b20d5900045fb9b48f2fb3d80cbdbae3f44c0
treea1263a83849b91db7ea4ecddaf22b3f868fcde21
parentd70a5402f9c2e2671b809363616b3508b4c5a565
perf tools: Fix missing symtabs printouts

Fix:

  util/map.c: In function ‘map__find_symbol’:
  util/map.c:97: error: field precision should have type ‘int’, but argument 3 has type ‘size_t’

Also clean up some line wrap damage - we dont line-wrap printk
messages.

Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Mike Galbraith <efault@gmx.de>
LKML-Reference: <1256927305-4628-3-git-send-email-acme@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/map.c