Lines Matching refs:ms
592 map_symbol__copy(&call->ms, &cursor_node->ms); in fill_node()
660 map_symbol__exit(&call->ms); in add_child()
739 if (node->ms.sym && cnode->ms.sym) { in match_chain()
746 if (cnode->ms.sym->inlined || node->ms.sym->inlined) { in match_chain()
747 match = match_chain_strings(cnode->ms.sym->name, in match_chain()
748 node->ms.sym->name); in match_chain()
752 match = match_chain_dso_addresses(cnode->ms.map, cnode->ms.sym->start, in match_chain()
753 node->ms.map, node->ms.sym->start); in match_chain()
761 match = match_chain_dso_addresses(cnode->ms.map, cnode->ip, node->ms.map, node->ip); in match_chain()
1034 struct map_symbol ms = { in merge_chain_branch() local
1035 .maps = maps__get(list->ms.maps), in merge_chain_branch()
1036 .map = map__get(list->ms.map), in merge_chain_branch()
1038 callchain_cursor_append(cursor, list->ip, &ms, false, NULL, 0, 0, 0, list->srcline); in merge_chain_branch()
1040 map_symbol__exit(&ms); in merge_chain_branch()
1041 map_symbol__exit(&list->ms); in merge_chain_branch()
1078 u64 ip, struct map_symbol *ms, in callchain_cursor_append() argument
1094 map_symbol__exit(&node->ms); in callchain_cursor_append()
1095 map_symbol__copy(&node->ms, ms); in callchain_cursor_append()
1140 struct machine *machine = node->ms.maps ? maps__machine(node->ms.maps) : NULL; in fill_callchain_info()
1143 al->maps = maps__get(node->ms.maps); in fill_callchain_info()
1145 al->map = map__get(node->ms.map); in fill_callchain_info()
1146 al->sym = node->ms.sym; in fill_callchain_info()
1188 if (cl->ms.sym) { in callchain_list__sym_name()
1189 const char *inlined = cl->ms.sym->inlined ? " (inlined)" : ""; in callchain_list__sym_name()
1193 cl->ms.sym->name, cl->srcline, in callchain_list__sym_name()
1197 cl->ms.sym->name, inlined); in callchain_list__sym_name()
1203 cl->ms.map ? in callchain_list__sym_name()
1204 dso__short_name(map__dso(cl->ms.map)) : in callchain_list__sym_name()
1491 map_symbol__exit(&list->ms); in free_callchain_node()
1498 map_symbol__exit(&list->ms); in free_callchain_node()
1563 map_symbol__copy(&new->ms, &chain->ms); in callchain_node__make_parent_list()
1584 map_symbol__exit(&chain->ms); in callchain_node__make_parent_list()
1643 rc = callchain_cursor_append(dst, node->ip, &node->ms, in callchain_cursor__copy()
1669 map_symbol__exit(&node->ms); in callchain_cursor_reset()
1708 match = match_chain_dso_addresses(base_chain->ms.map, in chain_match()
1710 pair_chain->ms.map, in chain_match()