• Home
  • Raw
  • Download

Lines Matching refs:ms

194 	return _sort__dso_cmp(right->ms.map, left->ms.map);  in sort__dso_cmp()
212 return _hist_entry__dso_snprintf(he->ms.map, bf, size, width); in hist_entry__dso_snprintf()
222 return dso && (!he->ms.map || he->ms.map->dso != dso); in hist_entry__dso_filter()
268 if (!left->ms.sym && !right->ms.sym) in sort__sym_cmp()
281 return _sort__sym_cmp(left->ms.sym, right->ms.sym); in sort__sym_cmp()
287 if (!left->ms.sym || !right->ms.sym) in sort__sym_sort()
288 return cmp_null(left->ms.sym, right->ms.sym); in sort__sym_sort()
290 return strcmp(right->ms.sym->name, left->ms.sym->name); in sort__sym_sort()
293 static int _hist_entry__sym_snprintf(struct map_symbol *ms, in _hist_entry__sym_snprintf() argument
297 struct symbol *sym = ms->sym; in _hist_entry__sym_snprintf()
298 struct map *map = ms->map; in _hist_entry__sym_snprintf()
338 return _hist_entry__sym_snprintf(&he->ms, he->ip, in hist_entry__sym_snprintf()
349 return sym && (!he->ms.sym || !strstr(he->ms.sym->name, sym)); in hist_entry__sym_filter()
365 return map__srcline(he->ms.map, he->ip, he->ms.sym); in hist_entry__srcline()
399 return map__srcline(ams->ms.map, ams->al_addr, ams->ms.sym); in addr_map_symbol__srcline()
458 struct symbol *sym = he->ms.sym; in hist_entry__sym_ipc_snprintf()
512 struct map *map = e->ms.map; in hist_entry__get_srcfile()
518 e->ms.sym, false, true, true, e->ip); in hist_entry__get_srcfile()
661 struct cgroup *cgrp = cgroup__find(he->ms.maps->machine->env, in hist_entry__cgroup_snprintf()
815 return _sort__dso_cmp(left->branch_info->from.ms.map, in sort__dso_from_cmp()
816 right->branch_info->from.ms.map); in sort__dso_from_cmp()
823 return _hist_entry__dso_snprintf(he->branch_info->from.ms.map, in hist_entry__dso_from_snprintf()
837 return dso && (!he->branch_info || !he->branch_info->from.ms.map || in hist_entry__dso_from_filter()
838 he->branch_info->from.ms.map->dso != dso); in hist_entry__dso_from_filter()
847 return _sort__dso_cmp(left->branch_info->to.ms.map, in sort__dso_to_cmp()
848 right->branch_info->to.ms.map); in sort__dso_to_cmp()
855 return _hist_entry__dso_snprintf(he->branch_info->to.ms.map, in hist_entry__dso_to_snprintf()
869 return dso && (!he->branch_info || !he->branch_info->to.ms.map || in hist_entry__dso_to_filter()
870 he->branch_info->to.ms.map->dso != dso); in hist_entry__dso_to_filter()
884 if (!from_l->ms.sym && !from_r->ms.sym) in sort__sym_from_cmp()
887 return _sort__sym_cmp(from_l->ms.sym, from_r->ms.sym); in sort__sym_from_cmp()
901 if (!to_l->ms.sym && !to_r->ms.sym) in sort__sym_to_cmp()
904 return _sort__sym_cmp(to_l->ms.sym, to_r->ms.sym); in sort__sym_to_cmp()
913 return _hist_entry__sym_snprintf(&from->ms, from->al_addr, in hist_entry__sym_from_snprintf()
926 return _hist_entry__sym_snprintf(&to->ms, to->al_addr, in hist_entry__sym_to_snprintf()
941 return sym && !(he->branch_info && he->branch_info->from.ms.sym && in hist_entry__sym_from_filter()
942 strstr(he->branch_info->from.ms.sym->name, sym)); in hist_entry__sym_from_filter()
953 return sym && !(he->branch_info && he->branch_info->to.ms.sym && in hist_entry__sym_to_filter()
954 strstr(he->branch_info->to.ms.sym->name, sym)); in hist_entry__sym_to_filter()
1062 struct map_symbol *ms = NULL; in hist_entry__daddr_snprintf() local
1066 ms = &he->mem_info->daddr.ms; in hist_entry__daddr_snprintf()
1068 return _hist_entry__sym_snprintf(ms, addr, he->level, bf, size, width); in hist_entry__daddr_snprintf()
1088 struct map_symbol *ms = NULL; in hist_entry__iaddr_snprintf() local
1092 ms = &he->mem_info->iaddr.ms; in hist_entry__iaddr_snprintf()
1094 return _hist_entry__sym_snprintf(ms, addr, he->level, bf, size, width); in hist_entry__iaddr_snprintf()
1104 map_l = left->mem_info->daddr.ms.map; in sort__dso_daddr_cmp()
1106 map_r = right->mem_info->daddr.ms.map; in sort__dso_daddr_cmp()
1117 map = he->mem_info->daddr.ms.map; in hist_entry__dso_daddr_snprintf()
1248 l_map = left->mem_info->daddr.ms.map; in sort__dcacheline_cmp()
1249 r_map = right->mem_info->daddr.ms.map; in sort__dcacheline_cmp()
1295 struct map_symbol *ms = NULL; in hist_entry__dcacheline_snprintf() local
1299 struct map *map = he->mem_info->daddr.ms.map; in hist_entry__dcacheline_snprintf()
1302 ms = &he->mem_info->daddr.ms; in hist_entry__dcacheline_snprintf()
1314 return _hist_entry__sym_snprintf(ms, addr, level, bf, size, width); in hist_entry__dcacheline_snprintf()
1614 return _sort__sym_size_cmp(right->ms.sym, left->ms.sym); in sort__sym_size_cmp()
1629 return _hist_entry__sym_size_snprintf(he->ms.sym, bf, size, width); in hist_entry__sym_size_snprintf()
1653 return _sort__dso_size_cmp(right->ms.map, left->ms.map); in sort__dso_size_cmp()
1669 return _hist_entry__dso_size_snprintf(he->ms.map, bf, size, width); in hist_entry__dso_size_snprintf()