Release 4.18 tools/perf/arch/common.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef ARCH_PERF_COMMON_H
#define ARCH_PERF_COMMON_H
#include "../util/env.h"
int perf_env__lookup_objdump(struct perf_env *env, const char **path);
#endif /* ARCH_PERF_COMMON_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Irina Tirdea | 18 | 64.29% | 1 | 20.00% |
Arnaldo Carvalho de Melo | 8 | 28.57% | 2 | 40.00% |
Kan Liang | 1 | 3.57% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 3.57% | 1 | 20.00% |
Total | 28 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.