Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching refs:notes

160 	struct annotation *notes;
180 notes = symbol__annotation(sym);
181 if (notes->src != NULL) {
182 pthread_mutex_lock(&notes->lock);
186 pthread_mutex_lock(&notes->lock);
189 pthread_mutex_unlock(&notes->lock);
208 pthread_mutex_unlock(&notes->lock);
220 struct annotation *notes;
227 notes = symbol__annotation(sym);
229 if (pthread_mutex_trylock(&notes->lock))
235 pthread_mutex_unlock(&notes->lock);
240 struct annotation *notes;
248 notes = symbol__annotation(symbol);
250 pthread_mutex_lock(&notes->lock);
252 if (notes->src == NULL)
267 pthread_mutex_unlock(&notes->lock);