Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.11-rc1 11 lines 240 B view raw
1#ifndef ARCH_PERF_COMMON_H 2#define ARCH_PERF_COMMON_H 3 4#include "../util/env.h" 5 6extern const char *objdump_path; 7 8int perf_env__lookup_objdump(struct perf_env *env); 9const char *normalize_arch(char *arch); 10 11#endif /* ARCH_PERF_COMMON_H */