Searched refs:ins_operands (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 32 struct ins_operands { struct 53 struct ins_operands *ops; 61 void (*free)(struct ins_operands *ops); 62 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms); 64 struct ins_operands *ops, int max_ins_name); 71 int ins__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops, int max_ins_name); 153 struct ins_operands ops;
|
H A D | annotate.c | 215 static void ins__delete(struct ins_operands *ops) in ins__delete() 226 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf() 232 struct ins_operands *ops, int max_ins_name) in ins__scnprintf() 248 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in call__parse() 301 struct ins_operands *ops, int max_ins_name) in call__scnprintf() 332 static inline const char *validate_comma(const char *c, struct ins_operands *ops) in validate_comma() 343 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in jump__parse() 424 struct ins_operands *ops, int max_ins_name) in jump__scnprintf() 493 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in lock__parse() 519 struct ins_operands *op in lock__scnprintf() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.h | 32 struct ins_operands { struct 53 struct ins_operands *ops; 61 void (*free)(struct ins_operands *ops); 62 int (*parse)(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms); 64 struct ins_operands *ops, int max_ins_name); 71 int ins__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops, int max_ins_name); 154 struct ins_operands ops;
|
H A D | annotate.c | 66 struct ins_operands *ops, int max_ins_name); 68 struct ins_operands *ops, int max_ins_name); 224 static void ins__delete(struct ins_operands *ops) in ins__delete() 235 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf() 241 struct ins_operands *ops, int max_ins_name) in ins__scnprintf() 257 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in call__parse() 310 struct ins_operands *ops, int max_ins_name) in call__scnprintf() 341 static inline const char *validate_comma(const char *c, struct ins_operands *ops) in validate_comma() 352 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in jump__parse() 433 struct ins_operands *op in jump__scnprintf() [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/s390/annotate/ |
H A D | instructions.c | 4 static int s390_call__parse(struct arch *arch, struct ins_operands *ops, in s390_call__parse() 49 struct ins_operands *ops, int max_ins_name); 57 struct ins_operands *ops, in s390_mov__parse()
|
/kernel/linux/linux-5.10/tools/perf/arch/arm64/annotate/ |
H A D | instructions.c | 13 struct ins_operands *ops, in arm64_mov__parse() 62 struct ins_operands *ops, int max_ins_name);
|
/kernel/linux/linux-6.6/tools/perf/arch/arm64/annotate/ |
H A D | instructions.c | 13 struct ins_operands *ops, in arm64_mov__parse() 62 struct ins_operands *ops, int max_ins_name);
|
/kernel/linux/linux-6.6/tools/perf/arch/s390/annotate/ |
H A D | instructions.c | 4 static int s390_call__parse(struct arch *arch, struct ins_operands *ops, in s390_call__parse() 54 struct ins_operands *ops, in s390_mov__parse()
|
/kernel/linux/linux-6.6/tools/perf/arch/loongarch/annotate/ |
H A D | instructions.c | 8 static int loongarch_call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in loongarch_call__parse() 54 static int loongarch_jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in loongarch_jump__parse()
|
Completed in 11 milliseconds