]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - tools/perf/arch/common.h
Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
[mirror_ubuntu-zesty-kernel.git] / tools / perf / arch / common.h
CommitLineData
68e94f4e
IT
1#ifndef ARCH_PERF_COMMON_H
2#define ARCH_PERF_COMMON_H
3
eebd0bfc 4#include "../util/env.h"
68e94f4e
IT
5
6extern const char *objdump_path;
7
eebd0bfc 8int perf_env__lookup_objdump(struct perf_env *env);
940e6987 9const char *normalize_arch(char *arch);
68e94f4e
IT
10
11#endif /* ARCH_PERF_COMMON_H */