perf machine: Pass buffer size to machine__mmap_name
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 28 Apr 2010 00:19:05 +0000 (21:19 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 28 Apr 2010 00:19:05 +0000 (21:19 -0300)
commit48ea8f5470aa6f35244d1b218316705ea88c0259
treeb4e9a2d1cc227be96f2c3de815b5b2b4c12e3cb5
parent23346f21b277e3aae5e9989e711a11cbe8133a45
perf machine: Pass buffer size to machine__mmap_name

Don't blindly assume that the size of the buffer is enough, use
snprintf.

Cc: Avi Kivity <avi@redhat.com>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Zhang, Yanmin <yanmin_zhang@linux.intel.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/event.c
tools/perf/util/map.c
tools/perf/util/map.h
tools/perf/util/symbol.c