Lines Matching refs:symbol
91 struct symbol *sym; in perf_top__parse_source()
141 struct symbol *sym = he->ms.sym; in __zero_source_counters()
145 static void ui__warn_map_erange(struct map *map, struct symbol *sym, u64 ip) in ui__warn_map_erange()
177 struct symbol *sym; in perf_top__record_precise_ip()
219 struct symbol *symbol; in perf_top__show_details() local
225 symbol = he->ms.sym; in perf_top__show_details()
226 notes = symbol__annotation(symbol); in perf_top__show_details()
233 printf("Showing %s for %s\n", perf_evsel__name(top->sym_evsel), symbol->name); in perf_top__show_details()
236 more = symbol__annotate_printf(symbol, he->ms.map, top->sym_evsel, in perf_top__show_details()
239 symbol__annotate_zero_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details()
241 symbol__annotate_decay_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details()
377 struct symbol *sym = top->sym_filter_entry->ms.sym; in perf_top__print_mapped_keys()
645 static int symbol_filter(struct map *map, struct symbol *sym) in symbol_filter()