Home
last modified time | relevance | path

Searched refs:guests (Results 1 – 6 of 6) sorted by relevance

/tools/perf/util/
Dmachine.c134 machines->guests = RB_ROOT; in machines__init()
147 struct rb_node **p = &machines->guests.rb_node; in machines__add()
171 rb_insert_color(&machine->rb_node, &machines->guests); in machines__add()
184 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__set_symbol_filter()
197 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__set_comm_exec()
206 struct rb_node **p = &machines->guests.rb_node; in machines__find()
269 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__process_guests()
296 for (node = rb_first(&machines->guests); node; node = rb_next(node)) { in machines__set_id_hdr_size()
490 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos()
512 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos_buildid()
[all …]
Dmachine.h91 struct rb_root guests; member
Dheader.c233 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in dsos__hit_all()
310 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in dsos__write_buildid_table()
479 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__cache_build_ids()
500 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__read_build_ids()
/tools/perf/Documentation/
Dperf-list.txt29 G - guest counting (in KVM guests)
30 H - host counting (not in KVM guests)
/tools/lguest/
Dlguest.txt16 - Simple program to create new guests.
/tools/virtio/virtio-trace/
DREADME68 If you manage guests with libvirt, add the following tags to domain XML files.