blob: e965ed8bb32847ce3ae1a4fdc01ee660dcb6bd64 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef ARCH_PERF_COMMON_H
3#define ARCH_PERF_COMMON_H
4
5#include <stdbool.h>
6
7struct perf_env;
8
9int perf_env__lookup_objdump(struct perf_env *env, const char **path);
10bool perf_env__single_address_space(struct perf_env *env);
11
12#endif /* ARCH_PERF_COMMON_H */