cregit-Linux how code gets into the kernel

Release 4.10 tools/perf/arch/common.h

Directory: tools/perf/arch
#ifndef ARCH_PERF_COMMON_H

#define ARCH_PERF_COMMON_H

#include "../util/env.h"

extern const char *objdump_path;

int perf_env__lookup_objdump(struct perf_env *env);
const char *normalize_arch(char *arch);

#endif /* ARCH_PERF_COMMON_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
irina tirdeairina tirdea2464.86%125.00%
he kuanghe kuang1027.03%125.00%
arnaldo carvalho de meloarnaldo carvalho de melo25.41%125.00%
kan liangkan liang12.70%125.00%
Total37100.00%4100.00%
Directory: tools/perf/arch
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.