Searched refs:max_ins_name (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | disasm.c | 47 struct ins_operands *ops, int max_ins_name); 49 struct ins_operands *ops, int max_ins_name); 245 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf() argument 247 return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, ops->raw); in ins__raw_scnprintf() 251 struct ins_operands *ops, int max_ins_name) in ins__scnprintf() argument 254 return ins->ops->scnprintf(ins, bf, size, ops, max_ins_name); in ins__scnprintf() 256 return ins__raw_scnprintf(ins, bf, size, ops, max_ins_name); in ins__scnprintf() 321 struct ins_operands *ops, int max_ins_name) in call__scnprintf() argument 324 return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, ops->target.sym->name); in call__scnprintf() 327 return ins__raw_scnprintf(ins, bf, size, ops, max_ins_name); in call__scnprintf() [all …]
|
| H A D | disasm.h | 95 struct ins_operands *ops, int max_ins_name); 123 bool raw, int max_ins_name);
|
| H A D | annotate.h | 317 u8 max_ins_name; member
|
| H A D | annotate.c | 1596 notes->src->widths.max_ins_name = annotation__max_ins_name(notes); in annotation__init_column_widths() 1793 notes->src->widths.max_ins_name) + 2; in disasm_line__write()
|
| /linux/tools/perf/arch/arm64/annotate/ |
| H A D | instructions.c | 64 struct ins_operands *ops, int max_ins_name);
|