Lines Matching defs:buffer
961 static int grab_bb(u8 *buffer, u64 start, u64 end,
1011 len = dso__data_read_offset(al.map->dso, machine, offset, (u8 *)buffer,
1146 u8 buffer[MAXBB];
1163 len = grab_bb(buffer, entries[nr-1].from,
1170 &x, buffer, len, 0, fp, &total_cycles);
1184 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false);
1189 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false);
1200 printed += ip__fprintf_jump(ip, &entries[i], &x, buffer + off, len - off, ++insn, fp,
1208 dump_insn(&x, ip, buffer + off, len - off, &ilen));
1243 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, true);
1247 len = grab_bb(buffer, sample->ip, sample->ip,
1252 dump_insn(&x, sample->ip, buffer, len, NULL));
1260 dump_insn(&x, start + off, buffer + off, len - off, &ilen));
1263 if (arch_is_branch(buffer + off, len - off, x.is64bit) && start + off != sample->ip) {