GNU Linux-libre 4.14.295-gnu1
[releases.git] / tools / perf / arch / common.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef ARCH_PERF_COMMON_H
3 #define ARCH_PERF_COMMON_H
4
5 #include "../util/env.h"
6
7 extern const char *objdump_path;
8
9 int perf_env__lookup_objdump(struct perf_env *env);
10 const char *normalize_arch(char *arch);
11
12 #endif /* ARCH_PERF_COMMON_H */