Lines Matching refs:nd

360 	struct rb_node *nd;  in perf_session__write_buildid_table()  local
366 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__write_buildid_table()
367 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__write_buildid_table()
392 struct rb_node *nd; in dsos__hit_all() local
399 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in dsos__hit_all()
400 struct machine *pos = rb_entry(nd, struct machine, rb_node); in dsos__hit_all()
434 struct str_node *nd, *nd2; in build_id_cache__list_all() local
459 strlist__for_each_entry(nd, toplist) { in build_id_cache__list_all()
460 if (asprintf(&linkdir, "%s/%s", topdir, nd->s) < 0) in build_id_cache__list_all()
470 nd->s, nd2->s) != SBUILD_ID_SIZE - 1) in build_id_cache__list_all()
511 struct str_node *nd, *cand = NULL; in build_id_cache__complement() local
523 strlist__for_each_entry(nd, bidlist) { in build_id_cache__complement()
524 if (strncmp(nd->s, incomplete_sbuild_id, len) != 0) in build_id_cache__complement()
530 cand = nd; in build_id_cache__complement()
841 struct rb_node *nd; in perf_session__cache_build_ids() local
852 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__cache_build_ids()
853 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__cache_build_ids()
866 struct rb_node *nd; in perf_session__read_build_ids() local
869 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__read_build_ids()
870 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__read_build_ids()