Searched refs:max_ins_name (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | disasm.h | 96 struct ins_operands *ops, int max_ins_name); 151 bool raw, int max_ins_name); 154 struct ins_operands *ops, int max_ins_name); 156 struct ins_operands *ops, int max_ins_name); 158 struct ins_operands *ops, int max_ins_name); 160 struct ins_operands *ops, int max_ins_name); 162 struct ins_operands *ops, int max_ins_name);
|
| H A D | disasm.c | 217 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf() argument 219 return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, ops->raw); in ins__raw_scnprintf() 223 struct ins_operands *ops, int max_ins_name) in ins__scnprintf() argument 226 return ins->ops->scnprintf(ins, bf, size, ops, max_ins_name); in ins__scnprintf() 228 return ins__raw_scnprintf(ins, bf, size, ops, max_ins_name); in ins__scnprintf() 295 struct ins_operands *ops, int max_ins_name) in call__scnprintf() argument 298 return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, ops->target.sym->name); in call__scnprintf() 301 return ins__raw_scnprintf(ins, bf, size, ops, max_ins_name); in call__scnprintf() 304 return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, ops->target.name); in call__scnprintf() 306 return scnprintf(bf, size, "%-*s *%" PRIx64, max_ins_name, ins->name, ops->target.addr); in call__scnprintf() [all …]
|
| H A D | annotate.h | 317 u8 max_ins_name; member
|
| H A D | annotate.c | 1594 notes->src->widths.max_ins_name = annotation__max_ins_name(notes); in annotation__init_column_widths() 1791 notes->src->widths.max_ins_name) + 2; in disasm_line__write()
|
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-powerpc.c | 19 struct ins_operands *ops, int max_ins_name) in arithmetic__scnprintf() argument 21 return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, in arithmetic__scnprintf() 63 struct ins_operands *ops, int max_ins_name) in load_store__scnprintf() argument 65 return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, in load_store__scnprintf()
|