Searched refs:corefile (Results 1 – 2 of 2) sorted by relevance
/xen/tools/xl/ |
A D | xl_vmcontrol.c | 436 char *corefile; in handle_domain_death() local 439 xasprintf(&corefile, XEN_DUMP_DIR "/%s", d_config->c_info.name); in handle_domain_death() 440 LOG("dumping core to %s", corefile); in handle_domain_death() 441 rc = libxl_domain_core_dump(ctx, *r_domid, corefile, NULL); in handle_domain_death() 443 free(corefile); in handle_domain_death()
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 100 char *corefile; in pyxc_domain_dumpcore() local 102 if ( !PyArg_ParseTuple(args, "is", &dom, &corefile) ) in pyxc_domain_dumpcore() 105 if ( (corefile == NULL) || (corefile[0] == '\0') ) in pyxc_domain_dumpcore() 108 if ( xc_domain_dumpcore(self->xc_handle, dom, corefile) != 0 ) in pyxc_domain_dumpcore()
|
Completed in 8 milliseconds