Lines Matching defs:sym
114 struct symbol *sym;
120 if (!he || !he->ms.sym)
125 sym = he->ms.sym;
134 "path\n", sym->name);
139 notes = symbol__annotation(sym);
142 if (!symbol__hists(sym, top->evlist->core.nr_entries)) {
145 sym->name);
156 pr_err("Couldn't annotate %s: %s\n", sym->name, msg);
165 struct symbol *sym = he->ms.sym;
166 symbol__annotate_zero_histograms(sym);
169 static void ui__warn_map_erange(struct map *map, struct symbol *sym, u64 ip)
186 map__start(map), map__end(map), sym->start, sym->end,
187 sym->binding == STB_GLOBAL ? 'g' :
188 sym->binding == STB_LOCAL ? 'l' : 'w', sym->name,
204 struct symbol *sym = he->ms.sym;
207 if (sym == NULL || (use_browser == 0 &&
209 top->sym_filter_entry->ms.sym != sym)))
212 notes = symbol__annotation(sym);
229 ui__warn_map_erange(he->ms.map, sym, ip);
232 sym->name);
253 symbol = he->ms.sym;
418 if (n->ms.sym && !strcmp(buf, n->ms.sym->name)) {
440 struct symbol *sym = top->sym_filter_entry->ms.sym;
441 name = sym->name;
735 if (perf_hpp_list.sym && single)
799 if (al.sym == NULL && al.map != NULL) {
831 if (al.sym == NULL || !al.sym->idle) {
1495 OPT_STRING(0, "sym-annotate", &top.sym_filter, "symbol name",