Home
last modified time | relevance | path

Searched refs:arch__new_powerpc (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Ddisasm.h131 const struct arch *arch__new_powerpc(const struct e_machine_and_e_flags *id, const char *cpuid);
H A Ddisasm.c148 [EM_PPC64] = arch__new_powerpc, in arch__find()
149 [EM_PPC] = arch__new_powerpc, in arch__find()
/linux/tools/perf/util/annotate-arch/
H A Dannotate-powerpc.c393 const struct arch *arch__new_powerpc(const struct e_machine_and_e_flags *id, in arch__new_powerpc() function