Home
last modified time | relevance | path

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

/xen/tools/libxc/
A Dxc_dom_core.c95 static void print_mem(struct xc_dom_image *dom, const char *name, size_t mem) in print_mem() function
109 print_mem(dom, " malloc", dom->alloc_malloc); in xc_dom_log_memory_footprint()
110 print_mem(dom, " anon mmap", dom->alloc_mem_map); in xc_dom_log_memory_footprint()
112 print_mem(dom, " file mmap", dom->alloc_file_map); in xc_dom_log_memory_footprint()
113 print_mem(dom, " domU mmap", dom->alloc_domU_map); in xc_dom_log_memory_footprint()
140 print_mem(dom, __FUNCTION__, size); in xc_dom_malloc()
171 print_mem(dom, __FUNCTION__, size); in xc_dom_malloc_page_aligned()
262 print_mem(dom, __FUNCTION__, *size); in xc_dom_malloc_filemap()
/xen/tools/xenstat/xentop/
A Dxentop.c100 static void print_mem(xenstat_domain *domain);
179 { FIELD_MEM, "MEM(k)", 10, compare_mem, print_mem },
543 static void print_mem(xenstat_domain *domain) in print_mem() function
/xen/tools/xentrace/
A Dxenctx.c833 static void print_mem(vcpu_guest_context_any_t *ctx, int vcpu, int width, in print_mem() function
1021 print_mem(&ctx, vcpu, guest_word_size, xenctx.mem_addr); in dump_ctx()

Completed in 8 milliseconds