Home
last modified time | relevance | path

Searched refs:tbuf_size (Results 1 – 6 of 6) sorted by relevance

/xen/tools/xentrace/
A Dxentrace.c59 unsigned long tbuf_size; member
450 if(!opts.tbuf_size) in get_tbufs()
451 opts.tbuf_size = DEFAULT_TBUF_SIZE; in get_tbufs()
453 ret = xc_tbuf_enable(xc_handle, opts.tbuf_size, mfn, size); in get_tbufs()
486 if ( tbufs.t_info->tbuf_size == 0 ) in map_tbufs()
509 xen_pfn_t pfn_list[tbufs.t_info->tbuf_size]; in map_tbufs()
515 for ( j=0; j<tbufs.t_info->tbuf_size; j++) in map_tbufs()
521 tbufs.t_info->tbuf_size); in map_tbufs()
702 size = tbufs->t_info->tbuf_size * XC_PAGE_SIZE; in monitor_tbufs()
1118 opts.tbuf_size = argtol(optarg, 0); in parse_args()
/xen/tools/libxc/
A Dxc_tbuf.c72 if ( t_info == NULL || t_info->tbuf_size == 0 ) in xc_tbuf_get_size()
75 *size = t_info->tbuf_size; in xc_tbuf_get_size()
/xen/tools/xenmon/
A Dxenbaked.c391 if ( tbufs.t_info->tbuf_size == 0 ) in map_tbufs()
412 xen_pfn_t pfn_list[tbufs.t_info->tbuf_size]; in map_tbufs()
414 for ( j=0; j<tbufs.t_info->tbuf_size; j++) in map_tbufs()
420 tbufs.t_info->tbuf_size); in map_tbufs()
487 size = tbufs->t_info->tbuf_size * XC_PAGE_SIZE; in monitor_tbufs()
/xen/xen/include/public/
A Dtrace.h326 uint16_t tbuf_size; /* Size in pages of each trace buffer */ member
/xen/xen/common/
A Dtrace.c115 typeof(dummy_pages.tbuf_size) max_pages; in calculate_tbuf_size()
200 t_info->tbuf_size = pages; in alloc_trace_bufs()
/xen/docs/misc/
A Dxen-command-line.pandoc2162 ### tbuf_size
2180 pages) must also be specified via the tbuf_size parameter.

Completed in 13 milliseconds