Searched refs:max_samples (Results 1 – 2 of 2) sorted by relevance
101 int32_t max_samples; member124 int32_t max_samples; member
240 struct domain *d, int max_samples, int is_passive) in alloc_xenoprof_struct() argument284 if ( (unsigned)max_samples > max_max_samples ) in alloc_xenoprof_struct()285 max_samples = max_max_samples; in alloc_xenoprof_struct()287 bufsize += (max_samples - 1) * i; in alloc_xenoprof_struct()314 d->xenoprof->vcpu[v->vcpu_id].event_size = max_samples; in alloc_xenoprof_struct()316 xenoprof_buf(d, buf, event_size) = max_samples; in alloc_xenoprof_struct()481 ret = alloc_xenoprof_struct(d, passive.max_samples, 1); in add_passive_list()693 ret = alloc_xenoprof_struct(d, xenoprof_get_buffer.max_samples, 0); in xenoprof_op_get_buffer()
Completed in 5 milliseconds