Searched refs:max_ins_name (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/util/ |
A D | annotate.c | 227 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf() argument 233 struct ins_operands *ops, int max_ins_name) in ins__scnprintf() argument 238 return ins__raw_scnprintf(ins, bf, size, ops, max_ins_name); in ins__scnprintf() 302 struct ins_operands *ops, int max_ins_name) in call__scnprintf() argument 308 return ins__raw_scnprintf(ins, bf, size, ops, max_ins_name); in call__scnprintf() 425 struct ins_operands *ops, int max_ins_name) in jump__scnprintf() argument 520 struct ins_operands *ops, int max_ins_name) in lock__scnprintf() argument 529 size - printed, ops->locked.ops, max_ins_name); in lock__scnprintf() 601 struct ins_operands *ops, int max_ins_name) in mov__scnprintf() argument 641 struct ins_operands *ops, int max_ins_name) in dec__scnprintf() argument [all …]
|
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); 226 … disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size, bool raw, int max_ins_name); 296 u8 max_ins_name; member
|
/linux/tools/perf/arch/arm64/annotate/ |
A D | instructions.c | 62 struct ins_operands *ops, int max_ins_name);
|
/linux/tools/perf/arch/s390/annotate/ |
A D | instructions.c | 49 struct ins_operands *ops, int max_ins_name);
|
Completed in 19 milliseconds