Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.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 */
This page took 0.179786 seconds and 5 git commands to generate.