mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
include: Fix docstring indentation
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
7852d30bff
commit
6237f2b84b
@ -2793,15 +2793,15 @@ void virDomainStatsRecordListFree(virDomainStatsRecordPtr *stats);
|
||||
# define VIR_PERF_PARAM_TASK_CLOCK "task_clock"
|
||||
|
||||
/**
|
||||
* VIR_PERF_PARAM_PAGE_FAULTS:
|
||||
*
|
||||
* Macro for typed parameter name that represents page_faults
|
||||
* perf event which can be used to measure the count of page
|
||||
* faults by applications running on the platform. It corresponds
|
||||
* to the "perf.page_faults" field in the *Stats APIs.
|
||||
*
|
||||
* Since: v3.2.0
|
||||
*/
|
||||
* VIR_PERF_PARAM_PAGE_FAULTS:
|
||||
*
|
||||
* Macro for typed parameter name that represents page_faults
|
||||
* perf event which can be used to measure the count of page
|
||||
* faults by applications running on the platform. It corresponds
|
||||
* to the "perf.page_faults" field in the *Stats APIs.
|
||||
*
|
||||
* Since: v3.2.0
|
||||
*/
|
||||
# define VIR_PERF_PARAM_PAGE_FAULTS "page_faults"
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user