Searched refs:e_machine_and_e_flags (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | disasm.h | 20 struct e_machine_and_e_flags { struct 35 struct e_machine_and_e_flags id; argument 125 const struct arch *arch__new_arc(const struct e_machine_and_e_flags *id, const char *cpuid); 126 const struct arch *arch__new_arm(const struct e_machine_and_e_flags *id, const char *cpuid); 127 const struct arch *arch__new_arm64(const struct e_machine_and_e_flags *id, const char *cpuid); 128 const struct arch *arch__new_csky(const struct e_machine_and_e_flags *id, const char *cpuid); 129 const struct arch *arch__new_loongarch(const struct e_machine_and_e_flags *id, const char *cpuid); 130 const struct arch *arch__new_mips(const struct e_machine_and_e_flags *id, const char *cpuid); 131 const struct arch *arch__new_powerpc(const struct e_machine_and_e_flags *id, const char *cpuid); 132 const struct arch *arch__new_riscv64(const struct e_machine_and_e_flags *id, const char *cpuid); [all …]
|
| H A D | disasm.c | 109 static int e_machine_and_eflags__cmp(const struct e_machine_and_e_flags *val1, in e_machine_and_eflags__cmp() 110 const struct e_machine_and_e_flags *val2) in e_machine_and_eflags__cmp() 139 static const struct arch *(*const arch_new_fn[])(const struct e_machine_and_e_flags *id, in arch__find() 158 struct e_machine_and_e_flags key = { in arch__find()
|
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-arc.c | 6 const struct arch *arch__new_arc(const struct e_machine_and_e_flags *id, in arch__new_arc()
|
| H A D | annotate-riscv64.c | 28 const struct arch *arch__new_riscv64(const struct e_machine_and_e_flags *id, in arch__new_riscv64()
|
| H A D | annotate-mips.c | 40 const struct arch *arch__new_mips(const struct e_machine_and_e_flags *id, in arch__new_mips()
|
| H A D | annotate-csky.c | 43 const struct arch *arch__new_csky(const struct e_machine_and_e_flags *id, in arch__new_csky()
|
| H A D | annotate-arm.c | 33 const struct arch *arch__new_arm(const struct e_machine_and_e_flags *id, in arch__new_arm()
|
| H A D | annotate-sparc.c | 164 const struct arch *arch__new_sparc(const struct e_machine_and_e_flags *id, in arch__new_sparc()
|
| H A D | annotate-arm64.c | 91 const struct arch *arch__new_arm64(const struct e_machine_and_e_flags *id, in arch__new_arm64()
|
| H A D | annotate-loongarch.c | 143 const struct arch *arch__new_loongarch(const struct e_machine_and_e_flags *id, in arch__new_loongarch()
|
| H A D | annotate-s390.c | 172 const struct arch *arch__new_s390(const struct e_machine_and_e_flags *id, const char *cpuid) in arch__new_s390()
|
| H A D | annotate-powerpc.c | 393 const struct arch *arch__new_powerpc(const struct e_machine_and_e_flags *id, in arch__new_powerpc()
|
| H A D | annotate-x86.c | 780 const struct arch *arch__new_x86(const struct e_machine_and_e_flags *id, const char *cpuid) in arch__new_x86()
|