]> asedeno.scripts.mit.edu Git - linux.git/blob - tools/perf/arch/common.h
Merge tag 'io_uring-5.6-2020-03-13' of git://git.kernel.dk/linux-block
[linux.git] / tools / perf / arch / common.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef ARCH_PERF_COMMON_H
3 #define ARCH_PERF_COMMON_H
4
5 #include <stdbool.h>
6
7 struct perf_env;
8
9 int perf_env__lookup_objdump(struct perf_env *env, const char **path);
10 bool perf_env__single_address_space(struct perf_env *env);
11
12 #endif /* ARCH_PERF_COMMON_H */