Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef ARCH_PERF_COMMON_H
0003 #define ARCH_PERF_COMMON_H
0004 
0005 #include <stdbool.h>
0006 
0007 struct perf_env;
0008 
0009 int perf_env__lookup_objdump(struct perf_env *env, const char **path);
0010 bool perf_env__single_address_space(struct perf_env *env);
0011 
0012 #endif /* ARCH_PERF_COMMON_H */