perf stat: Declare some references static
authorRobert Richter <robert.richter@amd.com>
Thu, 5 Apr 2012 16:26:27 +0000 (18:26 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 11 Apr 2012 20:37:16 +0000 (17:37 -0300)
commit666e6d48c57921874008d97aac13f6ee3e24fd55
tree89cd04825d9d30d2d36cb1d219cb64267293160c
parente7b3ba6d8b29904c336e3e6a018bb80d1f63b1f4
perf stat: Declare some references static

This references are not exported, use static declaration.

Signed-off-by: Robert Richter <robert.richter@amd.com>
Cc: Ingo Molnar <mingo@kernel.org>
Link: http://lkml.kernel.org/r/1333643188-26895-4-git-send-email-robert.richter@amd.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-stat.c