Lines Matching defs:sym
38 return symbol__annotation(ms->sym);
158 struct symbol *sym = ms->sym;
159 struct annotation *notes = symbol__annotation(sym);
165 if (strstr(sym->name, "@plt"))
168 if (!disasm_line__is_valid_local_jump(cursor, sym))
311 struct symbol *sym = ms->sym;
312 struct annotation *notes = symbol__annotation(sym);
319 symbol__calc_percent(sym, evsel);
441 static int sym_title(struct symbol *sym, struct map *map, char *title,
444 return snprintf(title, sz, "%s %s [Percent: %s]", sym->name,
454 * So all we check here is that dl->ops.target.sym is set, if it is, just
467 if (!dl->ops.target.sym) {
472 notes = symbol__annotation(dl->ops.target.sym);
475 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) {
478 dl->ops.target.sym->name);
484 target_ms.sym = dl->ops.target.sym;
487 sym_title(ms->sym, ms->map, title, sizeof(title), browser->opts->percent_type);
664 struct symbol *sym = ms->sym;
670 sym_title(sym, ms->map, symbol_dso, sizeof(symbol_dso), ab->opts->percent_type);
718 struct symbol *sym = ms->sym;
719 struct annotation *notes = symbol__annotation(ms->sym);
758 symbol__annotate_decay_histogram(sym, evsel->core.idx);
956 struct symbol *sym = ms->sym;
957 struct annotation *notes = symbol__annotation(sym);
974 if (sym == NULL)
987 ui__error("Couldn't annotate %s:\n%s", sym->name, msg);