summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2014-02-02 09:47:07 +0100
committerIngo Molnar <mingo@kernel.org>2014-02-02 09:47:07 +0100
commit2737fce8bc8dea2852289df29b4f92e6a7fb7c91 (patch)
treefd8198cd128aa99e87c73515a3330d57a097734c /tools/perf/util/machine.h
parentperf/doc: Remove mention of non-existent set_perf_event_pending() from design... (diff)
parentperf buildid-cache: Check relocation when checking for existing kcore (diff)
downloadlinux-2737fce8bc8dea2852289df29b4f92e6a7fb7c91.tar.xz
linux-2737fce8bc8dea2852289df29b4f92e6a7fb7c91.zip
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Pull perf/urgent fixes from Arnaldo Carvalho de Melo: * Fix annotation for relocated kernel (Adrian Hunter) * Fix demangling of symbols in kernel and kernel modules (Avi Kivity) * Fix include for non x86 architectures (Francesco Fusco) * Fix ARM64 memory barriers (Peter Zijlstra) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/util/machine.h')
-rw-r--r--tools/perf/util/machine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/machine.h b/tools/perf/util/machine.h
index 477133015440..f77e91e483dc 100644
--- a/tools/perf/util/machine.h
+++ b/tools/perf/util/machine.h
@@ -18,6 +18,8 @@ union perf_event;
#define HOST_KERNEL_ID (-1)
#define DEFAULT_GUEST_KERNEL_ID (0)
+extern const char *ref_reloc_sym_names[];
+
struct machine {
struct rb_node rb_node;
pid_t pid;