Lines Matching refs:notes
116 struct annotation *notes; in perf_top__parse_source() local
140 notes = symbol__annotation(sym); in perf_top__parse_source()
141 annotation__lock(notes); in perf_top__parse_source()
144 annotation__unlock(notes); in perf_top__parse_source()
160 annotation__unlock(notes); in perf_top__parse_source()
204 struct annotation *notes; in perf_top__record_precise_ip() local
213 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
215 if (!annotation__trylock(notes)) in perf_top__record_precise_ip()
220 annotation__unlock(notes); in perf_top__record_precise_ip()
245 struct annotation *notes; in perf_top__show_details() local
255 notes = symbol__annotation(symbol); in perf_top__show_details()
257 annotation__lock(notes); in perf_top__show_details()
261 if (notes->src == NULL) in perf_top__show_details()
278 annotation__unlock(notes); in perf_top__show_details()