mirror of https://gitee.com/openkylin/libvirt.git
virDomainGetPerfEvents: Note that typed params flags are also supported
Signed-off-by: Ilias Stamatis <stamatis.iliass@gmail.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
13a7d75835
commit
49419f4c85
|
@ -9730,7 +9730,7 @@ virDomainOpenChannel(virDomainPtr dom,
|
|||
* @domain: a domain object
|
||||
* @params: where to store perf events setting
|
||||
* @nparams: number of items in @params
|
||||
* @flags: bitwise-OR of virDomainModificationImpact
|
||||
* @flags: bitwise-OR of virDomainModificationImpact and virTypedParameterFlags
|
||||
*
|
||||
* Get all Linux perf events setting. Possible fields returned in
|
||||
* @params are defined by VIR_PERF_EVENT_* macros and new fields
|
||||
|
|
Loading…
Reference in New Issue