Lines Matching refs:notes
92 struct annotation *notes; in perf_top__parse_source() local
113 notes = symbol__annotation(sym); in perf_top__parse_source()
114 if (notes->src != NULL) { in perf_top__parse_source()
115 pthread_mutex_lock(¬es->lock); in perf_top__parse_source()
119 pthread_mutex_lock(¬es->lock); in perf_top__parse_source()
122 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source()
135 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source()
176 struct annotation *notes; in perf_top__record_precise_ip() local
186 notes = symbol__annotation(sym); in perf_top__record_precise_ip()
188 if (pthread_mutex_trylock(¬es->lock)) in perf_top__record_precise_ip()
196 pthread_mutex_unlock(¬es->lock); in perf_top__record_precise_ip()
218 struct annotation *notes; in perf_top__show_details() local
226 notes = symbol__annotation(symbol); in perf_top__show_details()
228 pthread_mutex_lock(¬es->lock); in perf_top__show_details()
230 if (notes->src == NULL) in perf_top__show_details()
245 pthread_mutex_unlock(¬es->lock); in perf_top__show_details()