Lines Matching refs:nd
353 struct rb_node *nd; in perf_session__write_buildid_table() local
359 for (nd = rb_first_cached(&session->machines.guests); nd; in perf_session__write_buildid_table()
360 nd = rb_next(nd)) { in perf_session__write_buildid_table()
361 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__write_buildid_table()
394 struct str_node *nd, *nd2; in build_id_cache__list_all() local
419 strlist__for_each_entry(nd, toplist) { in build_id_cache__list_all()
420 if (asprintf(&linkdir, "%s/%s", topdir, nd->s) < 0) in build_id_cache__list_all()
430 nd->s, nd2->s) > SBUILD_ID_SIZE - 1) in build_id_cache__list_all()
471 struct str_node *nd, *cand = NULL; in build_id_cache__complement() local
483 strlist__for_each_entry(nd, bidlist) { in build_id_cache__complement()
484 if (strncmp(nd->s, incomplete_sbuild_id, len) != 0) in build_id_cache__complement()
490 cand = nd; in build_id_cache__complement()
905 struct rb_node *nd; in machines__for_each_dso() local
907 for (nd = rb_first_cached(&machines->guests); nd; in machines__for_each_dso()
908 nd = rb_next(nd)) { in machines__for_each_dso()
909 struct machine *pos = rb_entry(nd, struct machine, rb_node); in machines__for_each_dso()
940 struct rb_node *nd; in perf_session__read_build_ids() local
943 for (nd = rb_first_cached(&session->machines.guests); nd; in perf_session__read_build_ids()
944 nd = rb_next(nd)) { in perf_session__read_build_ids()
945 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__read_build_ids()