Searched refs:max_ins_name (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | annotate.c | 69 struct ins_operands *ops, int max_ins_name); 71 struct ins_operands *ops, int max_ins_name); 238 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf() argument 240 return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, ops->raw); in ins__raw_scnprintf() 244 struct ins_operands *ops, int max_ins_name) in ins__scnprintf() argument 247 return ins->ops->scnprintf(ins, bf, size, ops, max_ins_name); in ins__scnprintf() 249 return ins__raw_scnprintf(ins, bf, size, ops, max_ins_name); in ins__scnprintf() 313 struct ins_operands *ops, int max_ins_name) in call__scnprintf() argument 316 return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, ops->target.sym->name); in call__scnprintf() 319 return ins__raw_scnprintf(ins, bf, size, ops, max_ins_name); in call__scnprintf() [all …]
|
H A D | annotate.h | 64 struct ins_operands *ops, int max_ins_name); 71 …ins__scnprintf(struct ins *ins, char *bf, size_t size, struct ins_operands *ops, int max_ins_name); 230 … disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size, bool raw, int max_ins_name); 302 u8 max_ins_name; member
|
/openbmc/linux/tools/perf/arch/arm64/annotate/ |
H A D | instructions.c | 62 struct ins_operands *ops, int max_ins_name);
|