/kernel/linux/linux-6.6/tools/perf/arch/x86/annotate/ |
H A D | instructions.c | 35 { .name = "ja", .ops = &jump_ops, }, 36 { .name = "jae", .ops = &jump_ops, }, 37 { .name = "jb", .ops = &jump_ops, }, 38 { .name = "jbe", .ops = &jump_ops, }, 39 { .name = "jc", .ops = &jump_ops, }, 40 { .name = "jcxz", .ops = &jump_ops, }, 41 { .name = "je", .ops = &jump_ops, }, 42 { .name = "jecxz", .ops = &jump_ops, }, 43 { .name = "jg", .ops = &jump_ops, }, 44 { .name = "jge", .ops = &jump_ops, }, [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/x86/annotate/ |
H A D | instructions.c | 44 { .name = "ja", .ops = &jump_ops, }, 45 { .name = "jae", .ops = &jump_ops, }, 46 { .name = "jb", .ops = &jump_ops, }, 47 { .name = "jbe", .ops = &jump_ops, }, 48 { .name = "jc", .ops = &jump_ops, }, 49 { .name = "jcxz", .ops = &jump_ops, }, 50 { .name = "je", .ops = &jump_ops, }, 51 { .name = "jecxz", .ops = &jump_ops, }, 52 { .name = "jg", .ops = &jump_ops, }, 53 { .name = "jge", .ops = &jump_ops, }, [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/sparc/annotate/ |
H A D | instructions.c | 144 ops = &jump_ops; in sparc__associate_instruction_ops() 146 ops = &jump_ops; in sparc__associate_instruction_ops() 150 ops = &jump_ops; in sparc__associate_instruction_ops()
|
/kernel/linux/linux-6.6/tools/perf/arch/sparc/annotate/ |
H A D | instructions.c | 144 ops = &jump_ops; in sparc__associate_instruction_ops() 146 ops = &jump_ops; in sparc__associate_instruction_ops() 150 ops = &jump_ops; in sparc__associate_instruction_ops()
|
/kernel/linux/linux-5.10/tools/perf/arch/loongarch/annotate/ |
H A D | instructions.c | 26 ops = &jump_ops; in loongarch__associate_ins_ops()
|
/kernel/linux/linux-6.6/tools/perf/arch/riscv64/annotate/ |
H A D | instructions.c | 15 ops = &jump_ops; in riscv64__associate_ins_ops()
|
/kernel/linux/linux-5.10/tools/perf/arch/csky/annotate/ |
H A D | instructions.c | 24 ops = &jump_ops; in csky__associate_ins_ops()
|
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/annotate/ |
H A D | instructions.c | 19 ops = &jump_ops; in powerpc__associate_instruction_ops()
|
/kernel/linux/linux-6.6/tools/perf/arch/mips/annotate/ |
H A D | instructions.c | 27 ops = &jump_ops; in mips__associate_ins_ops()
|
/kernel/linux/linux-6.6/tools/perf/arch/csky/annotate/ |
H A D | instructions.c | 24 ops = &jump_ops; in csky__associate_ins_ops()
|
/kernel/linux/linux-6.6/tools/perf/arch/powerpc/annotate/ |
H A D | instructions.c | 19 ops = &jump_ops; in powerpc__associate_instruction_ops()
|
/kernel/linux/linux-5.10/tools/perf/arch/arm/annotate/ |
H A D | instructions.c | 22 ops = &jump_ops; in arm__associate_instruction_ops()
|
/kernel/linux/linux-6.6/tools/perf/arch/arm/annotate/ |
H A D | instructions.c | 22 ops = &jump_ops; in arm__associate_instruction_ops()
|
/kernel/linux/linux-5.10/tools/perf/arch/arm64/annotate/ |
H A D | instructions.c | 76 ops = &jump_ops; in arm64__associate_instruction_ops()
|
/kernel/linux/linux-6.6/tools/perf/arch/arm64/annotate/ |
H A D | instructions.c | 76 ops = &jump_ops; in arm64__associate_instruction_ops()
|
/kernel/linux/linux-5.10/tools/perf/arch/s390/annotate/ |
H A D | instructions.c | 117 ops = &jump_ops; in s390__associate_ins_ops()
|
/kernel/linux/linux-6.6/tools/perf/arch/s390/annotate/ |
H A D | instructions.c | 114 ops = &jump_ops; in s390__associate_ins_ops()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.c | 97 static struct ins_ops jump_ops; variable 456 static struct ins_ops jump_ops = { variable 463 return ins->ops == &jump_ops; in ins__is_jump()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.c | 93 static struct ins_ops jump_ops; variable 465 static struct ins_ops jump_ops = { variable 472 return ins->ops == &jump_ops || ins->ops == &loongarch_jump_ops; in ins__is_jump()
|