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

Configure Feed

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

at v4.18-rc6 9 lines 224 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef ARCH_PERF_COMMON_H 3#define ARCH_PERF_COMMON_H 4 5#include "../util/env.h" 6 7int perf_env__lookup_objdump(struct perf_env *env, const char **path); 8 9#endif /* ARCH_PERF_COMMON_H */