Searched refs:xen_ctx (Results 1 – 1 of 1) sorted by relevance
383 static struct child* xen_ctx; variable394 xen_ctx = xmalloc(sizeof(struct child)); in perfmon_init()395 xen_ctx->pid = getpid(); in perfmon_init()396 xen_ctx->up_pipe[0] = -1; in perfmon_init()397 xen_ctx->up_pipe[1] = -1; in perfmon_init()398 xen_ctx->sigusr1 = 0; in perfmon_init()399 xen_ctx->sigusr2 = 0; in perfmon_init()400 xen_ctx->sigterm = 0; in perfmon_init()402 create_context(xen_ctx); in perfmon_init()404 write_pmu(xen_ctx); in perfmon_init()[all …]