WIP FPC-III support
[linux/fpc-iii.git] / tools / perf / arch / common.h
blobe965ed8bb32847ce3ae1a4fdc01ee660dcb6bd64
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef ARCH_PERF_COMMON_H
3 #define ARCH_PERF_COMMON_H
5 #include <stdbool.h>
7 struct perf_env;
9 int perf_env__lookup_objdump(struct perf_env *env, const char **path);
10 bool perf_env__single_address_space(struct perf_env *env);
12 #endif /* ARCH_PERF_COMMON_H */