Lines Matching defs:insn_offset
135 ibegin = bfun->insn_offset;
240 unsigned int number, insn_offset;
244 /* Start counting NUMBER and INSN_OFFSET at one. */
247 insn_offset = 1;
254 insn_offset = prev->insn_offset + ftrace_call_num_insn (prev);
257 return &btinfo->functions.emplace_back (mfun, fun, number, insn_offset,
920 rhs->insn_offset - 1, min_matches);
1094 "%u (pc = %s)."), bfun->insn_offset - 1,
1135 "(pc = %s)."), bfun->insn_offset - 1,
1238 PRIx64 ")."), bfun->insn_offset - 1, offset);
1249 bfun->insn_offset - 1, offset);
1283 ", pc = 0x%" PRIx64 ")."), bfun->insn_offset - 1, offset,
1300 PRIx64 ")."), bfun->insn_offset - 1, offset, insn.ip);
1361 ", pc = 0x%" PRIx64 "): %s."), status, bfun->insn_offset - 1,
2053 return it->btinfo->functions[it->call_index].insn_offset + it->insn_index;
2265 if (number < bfun->insn_offset)
2270 if (number >= bfun->insn_offset + ftrace_call_num_insn (bfun))
2280 if (number < bfun->insn_offset)
2286 if (number >= bfun->insn_offset + ftrace_call_num_insn (bfun))
2297 it->insn_index = number - bfun->insn_offset;