Lines Matching refs:notes
93 struct annotation *notes; in perf_top__parse_source() local
114 notes = symbol__annotation(sym); in perf_top__parse_source()
115 if (notes->src != NULL) { in perf_top__parse_source()
116 pthread_mutex_lock(¬es->lock); in perf_top__parse_source()
120 pthread_mutex_lock(¬es->lock); in perf_top__parse_source()
123 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source()
136 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source()
177 struct annotation *notes; in perf_top__record_precise_ip() local
187 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
189 if (pthread_mutex_trylock(¬es->lock)) in perf_top__record_precise_ip()
197 pthread_mutex_unlock(¬es->lock); in perf_top__record_precise_ip()
219 struct annotation *notes; in perf_top__show_details() local
227 notes = symbol__annotation(symbol); in perf_top__show_details()
229 pthread_mutex_lock(¬es->lock); in perf_top__show_details()
231 if (notes->src == NULL) in perf_top__show_details()
246 pthread_mutex_unlock(¬es->lock); in perf_top__show_details()