Home
last modified time | relevance | path

Searched refs:xenctx (Results 1 – 3 of 3) sorted by relevance

/xen/tools/xentrace/
A Dxenctx.c75 static struct xenctx { struct
96 } xenctx; argument
840 mem_addr + xenctx.lines * xenctx.bytes_per_line); in print_mem()
885 if ( xenctx.lines ) in print_stack()
996 xenctx.xc_handle, xenctx.domid, HVM_SAVE_CODE(CPU), in dump_ctx()
1191 if ( xenctx.lines < 0 || xenctx.lines == INT_MAX) in main()
1236 if ( xenctx.frame_ptrs && xenctx.do_stack ) in main()
1272 ret = xc_domain_getinfo(xenctx.xc_handle, xenctx.domid, 1, &xenctx.dominfo); in main()
1278 ret = xc_domain_pause(xenctx.xc_handle, xenctx.domid); in main()
1288 if ( xenctx.do_stack || xenctx.all_vcpus ) in main()
[all …]
A DMakefile14 LIBBIN = xenctx
54 xenctx: xenctx.o target
/xen/
A D.gitignore279 tools/xentrace/xenctx

Completed in 5 milliseconds