Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/public/
A Dxenoprof.h101 int32_t max_samples; member
124 int32_t max_samples; member
/xen-4.10.0-shim-comet/xen/common/
A Dxenoprof.c201 struct domain *d, int max_samples, int is_passive) in alloc_xenoprof_struct() argument
245 if ( (unsigned)max_samples > max_max_samples ) in alloc_xenoprof_struct()
246 max_samples = max_max_samples; in alloc_xenoprof_struct()
248 bufsize += (max_samples - 1) * i; in alloc_xenoprof_struct()
273 d->xenoprof->vcpu[v->vcpu_id].event_size = max_samples; in alloc_xenoprof_struct()
275 xenoprof_buf(d, buf, event_size) = max_samples; in alloc_xenoprof_struct()
442 ret = alloc_xenoprof_struct(d, passive.max_samples, 1); in add_passive_list()
652 ret = alloc_xenoprof_struct(d, xenoprof_get_buffer.max_samples, 0); in xenoprof_op_get_buffer()

Completed in 4 milliseconds