Lines Matching refs:notes
160 struct annotation *notes; in parse_source() local
180 notes = symbol__annotation(sym); in parse_source()
181 if (notes->src != NULL) { in parse_source()
182 pthread_mutex_lock(¬es->lock); in parse_source()
186 pthread_mutex_lock(¬es->lock); in parse_source()
189 pthread_mutex_unlock(¬es->lock); in parse_source()
208 pthread_mutex_unlock(¬es->lock); in parse_source()
220 struct annotation *notes; in record_precise_ip() local
227 notes = symbol__annotation(sym); in record_precise_ip()
229 if (pthread_mutex_trylock(¬es->lock)) in record_precise_ip()
235 pthread_mutex_unlock(¬es->lock); in record_precise_ip()
240 struct annotation *notes; in show_details() local
248 notes = symbol__annotation(symbol); in show_details()
250 pthread_mutex_lock(¬es->lock); in show_details()
252 if (notes->src == NULL) in show_details()
267 pthread_mutex_unlock(¬es->lock); in show_details()