Home | History | Annotate | Download | only in perf

Lines Matching defs:host

430 	struct machine		host;
509 machine__init(&trace->host, "", HOST_KERNEL_ID);
510 machine__create_kernel_maps(&trace->host);
515 &trace->host);
518 &trace->host);
707 thread = machine__findnew_thread(&trace->host, sample->pid,
759 thread = machine__findnew_thread(&trace->host, sample->pid,
816 struct thread *thread = machine__findnew_thread(&trace->host,
997 trace__process_event(trace, &trace->host, event);
1129 for (nd = rb_first(&trace->host.threads); nd; nd = rb_next(nd)) {