]> Pileus Git - ~andy/linux/blob - tools/perf/arch/common.h
Merge branch 'linus' into timers/core
[~andy/linux] / tools / perf / arch / common.h
1 #ifndef ARCH_PERF_COMMON_H
2 #define ARCH_PERF_COMMON_H
3
4 #include "../util/session.h"
5
6 extern const char *objdump_path;
7
8 int perf_session_env__lookup_objdump(struct perf_session_env *env);
9
10 #endif /* ARCH_PERF_COMMON_H */