KVM: MMU: fix sp->unsync type error in trace event definition
sp->unsync is bool now, so update trace event declaration. Signed-off-by: Gui Jianfeng <guijianfeng@cn.fujitsu.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
__field(__u64, gfn) \
|
__field(__u64, gfn) \
|
||||||
__field(__u32, role) \
|
__field(__u32, role) \
|
||||||
__field(__u32, root_count) \
|
__field(__u32, root_count) \
|
||||||
__field(__u32, unsync)
|
__field(bool, unsync)
|
||||||
|
|
||||||
#define KVM_MMU_PAGE_ASSIGN(sp) \
|
#define KVM_MMU_PAGE_ASSIGN(sp) \
|
||||||
__entry->gfn = sp->gfn; \
|
__entry->gfn = sp->gfn; \
|
||||||
|
|||||||
Reference in New Issue
Block a user