Home | History | Annotate | Download | only in daemon

Lines Matching full:xen_ctx

397 static struct child* xen_ctx;
408 xen_ctx = xmalloc(sizeof(struct child));
409 xen_ctx->pid = getpid();
410 xen_ctx->up_pipe[0] = -1;
411 xen_ctx->up_pipe[1] = -1;
412 xen_ctx->sigusr1 = 0;
413 xen_ctx->sigusr2 = 0;
414 xen_ctx->sigterm = 0;
416 create_context(xen_ctx);
418 write_pmu(xen_ctx);
420 load_context(xen_ctx);
490 perfmon_start_child(xen_ctx->ctx_fd);
511 perfmon_stop_child(xen_ctx->ctx_fd);