Lines Matching refs:from
401 /* user did not ask for it explicitly so remove from the default list */
823 u64 i, from, to;
830 from = entries[i].from;
836 thread__find_map_fb(thread, sample->cpumode, from, &alf);
840 printed += fprintf(fp, " 0x%"PRIx64, from);
871 u64 i, from, to;
881 from = entries[i].from;
884 thread__find_symbol_fb(thread, sample->cpumode, from, &alf);
917 u64 i, from, to;
927 from = entries[i].from;
930 if (thread__find_map_fb(thread, sample->cpumode, from, &alf) &&
932 from = map__map_ip(alf.map, from);
938 printed += fprintf(fp, " 0x%"PRIx64, from);
1162 /* Handle first from jump, of which we don't know the entry. */
1163 len = grab_bb(buffer, entries[nr-1].from,
1164 entries[nr-1].from,
1167 printed += ip__fprintf_sym(entries[nr - 1].from, thread,
1169 printed += ip__fprintf_jump(entries[nr - 1].from, &entries[nr - 1],
1172 printed += print_srccode(thread, x.cpumode, entries[nr - 1].from);
1177 if (entries[i].from || entries[i].to)
1179 entries[i].from,
1182 end = entries[i].from;
1187 end = entries[--i].from;
1224 if (entries[0].from == sample->ip)
1372 * Try to keep the output length from changing frequently so that the
2437 * for the evsels syntheized from the auxtrace info.
3516 "system-wide collection from all CPUs"),
3520 "Decode instructions from itrace", parse_insn_trace),
3524 "Decode calls from from itrace", parse_call_trace),
3526 "Decode calls and returns from itrace", parse_callret_trace),
3545 "display extended information from perf.data file"),