Lines Matching refs:notes
111 struct annotation *notes; in perf_top__parse_source() local
134 notes = symbol__annotation(sym); in perf_top__parse_source()
135 pthread_mutex_lock(¬es->lock); in perf_top__parse_source()
138 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source()
154 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source()
196 struct annotation *notes; in perf_top__record_precise_ip() local
205 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
207 if (pthread_mutex_trylock(¬es->lock)) in perf_top__record_precise_ip()
212 pthread_mutex_unlock(¬es->lock); in perf_top__record_precise_ip()
237 struct annotation *notes; in perf_top__show_details() local
247 notes = symbol__annotation(symbol); in perf_top__show_details()
249 pthread_mutex_lock(¬es->lock); in perf_top__show_details()
253 if (notes->src == NULL) in perf_top__show_details()
270 pthread_mutex_unlock(¬es->lock); in perf_top__show_details()