Lines Matching defs:sym
43 return symbol__annotation(ms->sym);
154 struct symbol *sym = ms->sym;
155 struct annotation *notes = symbol__annotation(sym);
160 if (strstr(sym->name, "@plt"))
163 if (!disasm_line__is_valid_local_jump(cursor, sym))
306 struct symbol *sym = ms->sym;
307 struct annotation *notes = symbol__annotation(sym);
314 symbol__calc_percent(sym, evsel);
393 static int sym_title(struct symbol *sym, struct map *map, char *title,
396 return snprintf(title, sz, "%s %s [Percent: %s]", sym->name, map->dso->long_name,
405 * So all we check here is that dl->ops.target.sym is set, if it is, just
418 if (!dl->ops.target.sym) {
423 notes = symbol__annotation(dl->ops.target.sym);
426 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) {
429 dl->ops.target.sym->name);
435 target_ms.sym = dl->ops.target.sym;
438 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type);
615 struct symbol *sym = ms->sym;
621 sym_title(sym, ms->map, symbol_dso, sizeof(symbol_dso), ab->opts->percent_type);
669 struct symbol *sym = ms->sym;
670 struct annotation *notes = symbol__annotation(ms->sym);
709 symbol__annotate_decay_histogram(sym, evsel->idx);
897 struct symbol *sym = ms->sym;
898 struct annotation *notes = symbol__annotation(sym);
913 if (sym == NULL)
923 ui__error("Couldn't annotate %s:\n%s", sym->name, msg);