Home
last modified time | relevance | path

Searched refs:corefile (Results 1 – 2 of 2) sorted by relevance

/tools/xl/
A Dxl_vmcontrol.c479 char *corefile; in handle_domain_death() local
482 xasprintf(&corefile, XEN_DUMP_DIR "/%s", d_config->c_info.name); in handle_domain_death()
483 LOG("dumping core to %s", corefile); in handle_domain_death()
484 rc = libxl_domain_core_dump(ctx, *r_domid, corefile, NULL); in handle_domain_death()
486 free(corefile); in handle_domain_death()
/tools/python/xen/lowlevel/xc/
A Dxc.c102 char *corefile; in pyxc_domain_dumpcore() local
104 if ( !PyArg_ParseTuple(args, "is", &dom, &corefile) ) in pyxc_domain_dumpcore()
107 if ( (corefile == NULL) || (corefile[0] == '\0') ) in pyxc_domain_dumpcore()
110 if ( xc_domain_dumpcore(self->xc_handle, dom, corefile) != 0 ) in pyxc_domain_dumpcore()

Completed in 11 milliseconds