Lines Matching defs:sym
113 struct symbol *sym;
118 if (!he || !he->ms.sym)
123 sym = he->ms.sym;
132 "path\n", sym->name);
137 notes = symbol__annotation(sym);
140 if (!symbol__hists(sym, top->evlist->core.nr_entries)) {
143 sym->name);
154 pr_err("Couldn't annotate %s: %s\n", sym->name, msg);
163 struct symbol *sym = he->ms.sym;
164 symbol__annotate_zero_histograms(sym);
167 static void ui__warn_map_erange(struct map *map, struct symbol *sym, u64 ip)
183 map->start, map->end, sym->start, sym->end,
184 sym->binding == STB_GLOBAL ? 'g' :
185 sym->binding == STB_LOCAL ? 'l' : 'w', sym->name,
200 struct symbol *sym = he->ms.sym;
203 if (sym == NULL || (use_browser == 0 &&
205 top->sym_filter_entry->ms.sym != sym)))
208 notes = symbol__annotation(sym);
225 ui__warn_map_erange(he->ms.map, sym, ip);
228 sym->name);
249 symbol = he->ms.sym;
414 if (n->ms.sym && !strcmp(buf, n->ms.sym->name)) {
436 struct symbol *sym = top->sym_filter_entry->ms.sym;
437 name = sym->name;
734 if (perf_hpp_list.sym && single)
798 if (al.sym == NULL && al.map != NULL) {
829 if (al.sym == NULL || !al.sym->idle) {
1486 OPT_STRING(0, "sym-annotate", &top.sym_filter, "symbol name",