Searched refs:xen_ctx (Results 1 – 1 of 1) sorted by relevance
397 static struct child* xen_ctx; variable408 xen_ctx = xmalloc(sizeof(struct child)); in perfmon_init()409 xen_ctx->pid = getpid(); in perfmon_init()410 xen_ctx->up_pipe[0] = -1; in perfmon_init()411 xen_ctx->up_pipe[1] = -1; in perfmon_init()412 xen_ctx->sigusr1 = 0; in perfmon_init()413 xen_ctx->sigusr2 = 0; in perfmon_init()414 xen_ctx->sigterm = 0; in perfmon_init()416 create_context(xen_ctx); in perfmon_init()418 write_pmu(xen_ctx); in perfmon_init()[all …]