Lines Matching refs:nd

361 	struct rb_node *nd;  in perf_session__write_buildid_table()  local
367 for (nd = rb_first_cached(&session->machines.guests); nd; in perf_session__write_buildid_table()
368 nd = rb_next(nd)) { in perf_session__write_buildid_table()
369 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__write_buildid_table()
402 struct str_node *nd, *nd2; in build_id_cache__list_all() local
427 strlist__for_each_entry(nd, toplist) { in build_id_cache__list_all()
428 if (asprintf(&linkdir, "%s/%s", topdir, nd->s) < 0) in build_id_cache__list_all()
438 nd->s, nd2->s) > SBUILD_ID_SIZE - 1) in build_id_cache__list_all()
479 struct str_node *nd, *cand = NULL; in build_id_cache__complement() local
491 strlist__for_each_entry(nd, bidlist) { in build_id_cache__complement()
492 if (strncmp(nd->s, incomplete_sbuild_id, len) != 0) in build_id_cache__complement()
498 cand = nd; in build_id_cache__complement()
913 struct rb_node *nd; in machines__for_each_dso() local
915 for (nd = rb_first_cached(&machines->guests); nd; in machines__for_each_dso()
916 nd = rb_next(nd)) { in machines__for_each_dso()
917 struct machine *pos = rb_entry(nd, struct machine, rb_node); in machines__for_each_dso()
948 struct rb_node *nd; in perf_session__read_build_ids() local
951 for (nd = rb_first_cached(&session->machines.guests); nd; in perf_session__read_build_ids()
952 nd = rb_next(nd)) { in perf_session__read_build_ids()
953 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__read_build_ids()