Lines Matching refs:from
117 if (h->branch_info->from.ms.sym) {
118 symlen = (int)h->branch_info->from.ms.sym->namelen + 4;
123 symlen = dso__name_len(map__dso(h->branch_info->from.ms.map));
458 * This branch info is (a part of) allocated from
469 he->branch_info->from.ms.map = map__get(he->branch_info->from.ms.map);
518 map__put(he->branch_info->from.ms.map);
625 * This mem info was allocated from sample__resolve_mem
851 * sorting from hists__collapse_resort() which is solely
953 if (iter->hide_unresolved && !(bi[i].from.ms.sym && bi[i].to.ms.sym))
1324 map__zput(he->branch_info->from.ms.map);
2690 * Note that perf stores branches reversed from
2694 addr_map_symbol__account_cycles(&bi[i].from,
2705 map__put(bi[i].from.ms.map);
2706 maps__put(bi[i].from.ms.maps);