Home | History | Annotate | Download | only in perf

Lines Matching defs:notes

93 	struct annotation *notes;
114 notes = symbol__annotation(sym);
115 if (notes->src != NULL) {
116 pthread_mutex_lock(&notes->lock);
120 pthread_mutex_lock(&notes->lock);
123 pthread_mutex_unlock(&notes->lock);
136 pthread_mutex_unlock(&notes->lock);
177 struct annotation *notes;
187 notes = symbol__annotation(sym);
189 if (pthread_mutex_trylock(&notes->lock))
192 if (notes->src == NULL && symbol__alloc_hist(sym) < 0) {
193 pthread_mutex_unlock(&notes->lock);
203 pthread_mutex_unlock(&notes->lock);
212 struct annotation *notes;
220 notes = symbol__annotation(symbol);
222 pthread_mutex_lock(&notes->lock);
224 if (notes->src == NULL)
239 pthread_mutex_unlock(&notes->lock);