Searched refs:hint (Results 1 – 7 of 7) sorted by relevance
/tools/perf/util/ |
D | strbuf.c | 14 int strbuf_init(struct strbuf *sb, ssize_t hint) in strbuf_init() argument 18 if (hint) in strbuf_init() 19 return strbuf_grow(sb, hint); in strbuf_init() 133 ssize_t strbuf_read(struct strbuf *sb, int fd, ssize_t hint) in strbuf_read() argument 139 ret = strbuf_grow(sb, hint ? hint : 8192); in strbuf_read()
|
D | strbuf.h | 59 int strbuf_init(struct strbuf *buf, ssize_t hint); 93 ssize_t strbuf_read(struct strbuf *, int fd, ssize_t hint);
|
/tools/testing/selftests/vm/ |
D | virtual_address_range.c | 101 char *hint; in main() local 120 hint = hind_addr(); in main() 121 hptr[i] = mmap(hint, MAP_CHUNK_SIZE, PROT_READ | PROT_WRITE, in main()
|
/tools/objtool/ |
D | check.h | 47 bool alt_group, visited, dead_end, ignore, hint, save, restore, ignore_alts; member
|
D | check.c | 1060 struct unwind_hint *hint; in read_unwind_hints() local 1083 hint = (struct unwind_hint *)sec->data->d_buf + i; in read_unwind_hints() 1085 rela = find_rela_by_dest(sec, i * sizeof(*hint)); in read_unwind_hints() 1099 if (hint->type == UNWIND_HINT_TYPE_SAVE) { in read_unwind_hints() 1103 } else if (hint->type == UNWIND_HINT_TYPE_RESTORE) { in read_unwind_hints() 1105 insn->hint = true; in read_unwind_hints() 1109 insn->hint = true; in read_unwind_hints() 1111 switch (hint->sp_reg) { in read_unwind_hints() 1138 insn->sec, insn->offset, hint->sp_reg); in read_unwind_hints() 1142 cfa->offset = hint->sp_offset; in read_unwind_hints() [all …]
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 192 use the manual unwind hint macros in asm/unwind_hints.h. 212 Otherwise, the code should probably be annotated with the unwind hint 239 annotated with the unwind hint macros in asm/unwind_hints.h. 253 the unwind hint macros in asm/unwind_hints.h. 269 cases it's probably appropriate to use the unwind hint macros in
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 1128 hint = 'Press any key to continue' 1137 self.screen.addstr(row + 1, (term_width - len(hint)) // 2, hint,
|