Lines Matching refs:symbol
92 struct symbol *sym; in perf_top__parse_source()
142 struct symbol *sym = he->ms.sym; in __zero_source_counters()
146 static void ui__warn_map_erange(struct map *map, struct symbol *sym, u64 ip) in ui__warn_map_erange()
178 struct symbol *sym; in perf_top__record_precise_ip()
220 struct symbol *symbol; in perf_top__show_details() local
226 symbol = he->ms.sym; in perf_top__show_details()
227 notes = symbol__annotation(symbol); in perf_top__show_details()
234 printf("Showing %s for %s\n", perf_evsel__name(top->sym_evsel), symbol->name); in perf_top__show_details()
237 more = symbol__annotate_printf(symbol, he->ms.map, top->sym_evsel, in perf_top__show_details()
242 symbol__annotate_zero_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details()
244 symbol__annotate_decay_histogram(symbol, top->sym_evsel->idx); in perf_top__show_details()
383 struct symbol *sym = top->sym_filter_entry->ms.sym; in perf_top__print_mapped_keys()
654 static int symbol_filter(struct map *map, struct symbol *sym) in symbol_filter()