Lines Matching refs:notes
114 struct annotation *notes; in perf_top__parse_source() local
137 notes = symbol__annotation(sym); in perf_top__parse_source()
138 pthread_mutex_lock(¬es->lock); in perf_top__parse_source()
141 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source()
157 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source()
199 struct annotation *notes; in perf_top__record_precise_ip() local
208 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
210 if (pthread_mutex_trylock(¬es->lock)) in perf_top__record_precise_ip()
215 pthread_mutex_unlock(¬es->lock); in perf_top__record_precise_ip()
240 struct annotation *notes; in perf_top__show_details() local
250 notes = symbol__annotation(symbol); in perf_top__show_details()
252 pthread_mutex_lock(¬es->lock); in perf_top__show_details()
256 if (notes->src == NULL) in perf_top__show_details()
273 pthread_mutex_unlock(¬es->lock); in perf_top__show_details()