OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xen_ctx
(Results
1 - 1
of
1
) sorted by null
/external/oprofile/daemon/
opd_perfmon.c
397
static struct child*
xen_ctx
;
variable in typeref:struct:child
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
);
[
all
...]
Completed in 164 milliseconds