Lines Matching refs:notes
115 struct annotation *notes; in perf_top__parse_source() local
138 notes = symbol__annotation(sym); in perf_top__parse_source()
139 pthread_mutex_lock(¬es->lock); in perf_top__parse_source()
142 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source()
158 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source()
200 struct annotation *notes; in perf_top__record_precise_ip() local
209 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
211 if (pthread_mutex_trylock(¬es->lock)) in perf_top__record_precise_ip()
216 pthread_mutex_unlock(¬es->lock); in perf_top__record_precise_ip()
241 struct annotation *notes; in perf_top__show_details() local
251 notes = symbol__annotation(symbol); in perf_top__show_details()
253 pthread_mutex_lock(¬es->lock); in perf_top__show_details()
257 if (notes->src == NULL) in perf_top__show_details()
274 pthread_mutex_unlock(¬es->lock); in perf_top__show_details()