Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / tools / perf / arch / common.h
1 #ifndef ARCH_PERF_COMMON_H
2 #define ARCH_PERF_COMMON_H
3
4 #include "../util/env.h"
5
6 extern const char *objdump_path;
7
8 int perf_env__lookup_objdump(struct perf_env *env);
9 const char *normalize_arch(char *arch);
10
11 #endif /* ARCH_PERF_COMMON_H */
This page took 0.031175 seconds and 5 git commands to generate.