Home | History | Annotate | Download | only in browsers

Lines Matching defs:notes

342 	struct annotation *notes = symbol__annotation(sym);
348 pthread_mutex_lock(&notes->lock);
350 list_for_each_entry(pos, &notes->src->source, node) {
361 next = disasm__get_next_ip_line(&notes->src->source, pos);
364 bpos->percent[i] = disasm__calc_percent(notes,
381 pthread_mutex_unlock(&notes->lock);
446 struct annotation *notes;
461 notes = symbol__annotation(target);
462 pthread_mutex_lock(&notes->lock);
464 if (notes->src == NULL && symbol__alloc_hist(target) < 0) {
465 pthread_mutex_unlock(&notes->lock);
471 pthread_mutex_unlock(&notes->lock);
484 struct annotation *notes = symbol__annotation(sym);
488 list_for_each_entry(pos, &notes->src->source, node) {
523 struct annotation *notes = symbol__annotation(sym);
527 list_for_each_entry_continue(pos, &notes->src->source, node) {
562 struct annotation *notes = symbol__annotation(sym);
566 list_for_each_entry_continue_reverse(pos, &notes->src->source, node) {
875 struct annotation *notes;
921 notes = symbol__annotation(sym);
924 list_for_each_entry(pos, &notes->src->source, node) {
954 browser.b.entries = &notes->src->source,
963 list_for_each_entry_safe(pos, n, &notes->src->source, node) {