Lines Matching refs:ms
96 if (!he || !he->ms.sym) in perf_top__parse_source()
99 sym = he->ms.sym; in perf_top__parse_source()
100 map = he->ms.map; in perf_top__parse_source()
141 struct symbol *sym = he->ms.sym; in __zero_source_counters()
180 if (he == NULL || he->ms.sym == NULL || in perf_top__record_precise_ip()
182 top->sym_filter_entry->ms.sym != he->ms.sym) && use_browser != 1)) in perf_top__record_precise_ip()
185 sym = he->ms.sym; in perf_top__record_precise_ip()
191 ip = he->ms.map->map_ip(he->ms.map, ip); in perf_top__record_precise_ip()
204 if (err == -ERANGE && !he->ms.map->erange_warned) in perf_top__record_precise_ip()
205 ui__warn_map_erange(he->ms.map, sym, ip); in perf_top__record_precise_ip()
225 symbol = he->ms.sym; in perf_top__show_details()
236 more = symbol__annotate_printf(symbol, he->ms.map, top->sym_evsel, in perf_top__show_details()
355 if (n->ms.sym && !strcmp(buf, n->ms.sym->name)) { in perf_top__prompt_symbol()
377 struct symbol *sym = top->sym_filter_entry->ms.sym; in perf_top__print_mapped_keys()