Lines Matching refs:notes
115 struct annotation *notes; in perf_top__parse_source() local
139 notes = symbol__annotation(sym); in perf_top__parse_source()
140 annotation__lock(notes); in perf_top__parse_source()
143 annotation__unlock(notes); in perf_top__parse_source()
159 annotation__unlock(notes); in perf_top__parse_source()
203 struct annotation *notes; in perf_top__record_precise_ip() local
212 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
214 if (!annotation__trylock(notes)) in perf_top__record_precise_ip()
219 annotation__unlock(notes); in perf_top__record_precise_ip()
244 struct annotation *notes; in perf_top__show_details() local
254 notes = symbol__annotation(symbol); in perf_top__show_details()
256 annotation__lock(notes); in perf_top__show_details()
260 if (notes->src == NULL) in perf_top__show_details()
277 annotation__unlock(notes); in perf_top__show_details()