Searched refs:guests (Results 1 – 6 of 6) sorted by relevance
247 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__write_buildid_table()280 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in dsos__hit_all()524 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__cache_build_ids()541 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__read_build_ids()
142 machines->guests = RB_ROOT; in machines__init()155 struct rb_node **p = &machines->guests.rb_node; in machines__add()179 rb_insert_color(&machine->rb_node, &machines->guests); in machines__add()192 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__set_symbol_filter()205 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__set_comm_exec()214 struct rb_node **p = &machines->guests.rb_node; in machines__find()277 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__process_guests()304 for (node = rb_first(&machines->guests); node; node = rb_next(node)) { in machines__set_id_hdr_size()598 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos()618 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos_buildid()[all …]
110 struct rb_root guests; member
30 G - guest counting (in KVM guests)31 H - host counting (not in KVM guests)
16 - Simple program to create new guests.
68 If you manage guests with libvirt, add the following tags to domain XML files.