Release 4.10 tools/perf/arch/common.h
#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
| Person | Tokens | Prop | Commits | CommitProp |
irina tirdea | irina tirdea | 24 | 64.86% | 1 | 25.00% |
he kuang | he kuang | 10 | 27.03% | 1 | 25.00% |
arnaldo carvalho de melo | arnaldo carvalho de melo | 2 | 5.41% | 1 | 25.00% |
kan liang | kan liang | 1 | 2.70% | 1 | 25.00% |
| Total | 37 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.