blob: c298a446d1f6f8f0a626032208565b822cd6abbd [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001/* 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
7int perf_env__lookup_objdump(struct perf_env *env, const char **path);
8bool perf_env__single_address_space(struct perf_env *env);
9
10#endif /* ARCH_PERF_COMMON_H */