perf symbols: Add machine id to modules debug message
authorDavid Ahern <dsahern@gmail.com>
Fri, 20 Jul 2012 23:25:46 +0000 (17:25 -0600)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 23 Jul 2012 18:03:48 +0000 (15:03 -0300)
commitf51304d3fe4fee475991ee424a4b7f85eec65a7b
tree2007a4542f7f711cdf616a992567a1e1939b6d0c
parent6e0f17be0361444862637e8986c8c1a3b3f8dcf8
perf symbols: Add machine id to modules debug message

Current debug message is:
Problems creating module maps, continuing anyway...

When running multiple VMs it would be nice to know which machine the
message is referring to:

$ perf kvm --guest --guestmount=/tmp/guest-mount record -av -- sleep 10
Problems creating module maps for guest 6613, continuing anyway...

Signed-off-by: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1342826756-64663-2-git-send-email-dsahern@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/symbol.c