Lines Matching refs:guests
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()
846 struct rb_node *next = rb_first(&machines->guests); in machines__destroy_kernel_maps()
854 rb_erase(&pos->rb_node, &machines->guests); in machines__destroy_kernel_maps()
1932 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__for_each_thread()