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 v3.14-rc6 10 lines 220 B view raw
1#ifndef ARCH_PERF_COMMON_H 2#define ARCH_PERF_COMMON_H 3 4#include "../util/session.h" 5 6extern const char *objdump_path; 7 8int perf_session_env__lookup_objdump(struct perf_session_env *env); 9 10#endif /* ARCH_PERF_COMMON_H */