]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - tools/perf/arch/common.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / tools / perf / arch / common.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
68e94f4e
IT
2#ifndef ARCH_PERF_COMMON_H
3#define ARCH_PERF_COMMON_H
4
eebd0bfc 5#include "../util/env.h"
68e94f4e
IT
6
7extern const char *objdump_path;
8
eebd0bfc 9int perf_env__lookup_objdump(struct perf_env *env);
940e6987 10const char *normalize_arch(char *arch);
68e94f4e
IT
11
12#endif /* ARCH_PERF_COMMON_H */