Lines Matching refs:sym
28 static int perf_gtk__get_percent(char *buf, size_t size, struct symbol *sym, in perf_gtk__get_percent() argument
41 symhist = annotation__histogram(symbol__annotation(sym), evidx); in perf_gtk__get_percent()
60 u64 start = map__rip_2objdump(ms->map, ms->sym->start); in perf_gtk__get_offset()
98 struct symbol *sym = ms->sym; in perf_gtk__annotate_symbol() local
108 notes = symbol__annotation(sym); in perf_gtk__annotate_symbol()
137 sym, pos, in perf_gtk__annotate_symbol()
142 ret = perf_gtk__get_percent(s, sizeof(s), sym, pos, in perf_gtk__annotate_symbol()
167 struct symbol *sym = ms->sym; in symbol__gtk_annotate() local
181 ui__error("Couldn't annotate %s: %s\n", sym->name, msg); in symbol__gtk_annotate()
185 symbol__calc_percent(sym, evsel); in symbol__gtk_annotate()
229 tab_label = gtk_label_new(sym->name); in symbol__gtk_annotate()