Lines Matching refs:nd
366 struct rb_node *nd; in perf_session__write_buildid_table() local
372 for (nd = rb_first_cached(&session->machines.guests); nd; in perf_session__write_buildid_table()
373 nd = rb_next(nd)) { in perf_session__write_buildid_table()
374 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__write_buildid_table()
399 struct rb_node *nd; in dsos__hit_all() local
406 for (nd = rb_first_cached(&session->machines.guests); nd; in dsos__hit_all()
407 nd = rb_next(nd)) { in dsos__hit_all()
408 struct machine *pos = rb_entry(nd, struct machine, rb_node); in dsos__hit_all()
442 struct str_node *nd, *nd2; in build_id_cache__list_all() local
467 strlist__for_each_entry(nd, toplist) { in build_id_cache__list_all()
468 if (asprintf(&linkdir, "%s/%s", topdir, nd->s) < 0) in build_id_cache__list_all()
478 nd->s, nd2->s) != SBUILD_ID_SIZE - 1) in build_id_cache__list_all()
519 struct str_node *nd, *cand = NULL; in build_id_cache__complement() local
531 strlist__for_each_entry(nd, bidlist) { in build_id_cache__complement()
532 if (strncmp(nd->s, incomplete_sbuild_id, len) != 0) in build_id_cache__complement()
538 cand = nd; in build_id_cache__complement()
849 struct rb_node *nd; in perf_session__cache_build_ids() local
860 for (nd = rb_first_cached(&session->machines.guests); nd; in perf_session__cache_build_ids()
861 nd = rb_next(nd)) { in perf_session__cache_build_ids()
862 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__cache_build_ids()
875 struct rb_node *nd; in perf_session__read_build_ids() local
878 for (nd = rb_first_cached(&session->machines.guests); nd; in perf_session__read_build_ids()
879 nd = rb_next(nd)) { in perf_session__read_build_ids()
880 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__read_build_ids()