Lines Matching defs:symbol
37 #include "util/symbol.h"
113 struct symbol *sym;
142 pr_err("Not enough memory for annotating '%s' symbol!\n",
163 struct symbol *sym = he->ms.sym;
167 static void ui__warn_map_erange(struct map *map, struct symbol *sym, u64 ip)
200 struct symbol *sym = he->ms.sym;
227 pr_err("Not enough memory for annotating '%s' symbol!\n",
241 struct symbol *symbol;
249 symbol = he->ms.sym;
250 notes = symbol__annotation(symbol);
254 symbol__calc_percent(symbol, evsel);
259 printf("Showing %s for %s\n", evsel__name(top->sym_evsel), symbol->name);
266 symbol__annotate_zero_histogram(symbol, top->sym_evsel->idx);
268 symbol__annotate_decay_histogram(symbol, top->sym_evsel->idx);
397 /* zero counters of active symbol */
436 struct symbol *sym = top->sym_filter_entry->ms.sym;
450 fprintf(stdout, "\t[s] annotate symbol. \t(%s)\n", name?: "NULL");
566 perf_top__prompt_symbol(top, "Enter details symbol");
846 pr_err("Problem incrementing symbol period, skipping event\n");
1479 "dump the symbol table used for profiling"),
1486 OPT_STRING(0, "sym-annotate", &top.sym_filter, "symbol name",
1487 "symbol to annotate"),
1501 "sort by key(s): pid, comm, dso, symbol, parent, cpu, srcline, ..."
1527 OPT_STRING(0, "symbols", &symbol_conf.sym_list_str, "symbol[,symbol...]",
1534 "Enable kernel symbol demangling"),