common.h 283 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef ARCH_PERF_COMMON_H
  3. #define ARCH_PERF_COMMON_H
  4. #include "../util/env.h"
  5. int perf_env__lookup_objdump(struct perf_env *env, const char **path);
  6. bool perf_env__single_address_space(struct perf_env *env);
  7. #endif /* ARCH_PERF_COMMON_H */