Searched refs:guests (Results 1 - 4 of 4) sorted by path

/linux-master/tools/perf/util/
H A Dbuild-id.c391 for (nd = rb_first_cached(&session->machines.guests); nd;
939 for (nd = rb_first_cached(&machines->guests); nd;
975 for (nd = rb_first_cached(&session->machines.guests); nd;
H A Dmachine.c195 machines->guests = RB_ROOT_CACHED;
207 struct rb_node **p = &machines->guests.rb_root.rb_node;
232 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost);
245 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) {
254 struct rb_node **p = &machines->guests.rb_root.rb_node;
332 * Currently, there is no way to get such mapping information from guests
413 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) {
426 for (node = rb_first_cached(&machines->guests); node;
859 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) {
879 for (nd = rb_first_cached(&machines->guests); n
[all...]
H A Dmachine.h146 struct rb_root_cached guests; member in struct:machines
H A Dsession.c2929 for (nd = rb_first_cached(&session->machines.guests); nd;

Completed in 190 milliseconds