Home
last modified time | relevance | path

Searched refs:max_ins_name (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/tools/perf/util/
Dannotate.c66 struct ins_operands *ops, int max_ins_name);
68 struct ins_operands *ops, int max_ins_name);
235 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf() argument
237 return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, ops->raw); in ins__raw_scnprintf()
241 struct ins_operands *ops, int max_ins_name) in ins__scnprintf() argument
244 return ins->ops->scnprintf(ins, bf, size, ops, max_ins_name); in ins__scnprintf()
246 return ins__raw_scnprintf(ins, bf, size, ops, max_ins_name); in ins__scnprintf()
310 struct ins_operands *ops, int max_ins_name) in call__scnprintf() argument
313 return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, ops->target.sym->name); in call__scnprintf()
316 return ins__raw_scnprintf(ins, bf, size, ops, max_ins_name); in call__scnprintf()
[all …]
Dannotate.h64 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);
225 … disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size, bool raw, int max_ins_name);
294 u8 max_ins_name; member
/Linux-v6.6/tools/perf/arch/arm64/annotate/
Dinstructions.c62 struct ins_operands *ops, int max_ins_name);