|
@@ -22,7 +22,7 @@
|
|
|
__entry->unsync = sp->unsync;
|
|
|
|
|
|
#define KVM_MMU_PAGE_PRINTK() ({ \
|
|
|
- const u32 saved_len = p->len; \
|
|
|
+ const char *saved_ptr = trace_seq_buffer_ptr(p); \
|
|
|
static const char *access_str[] = { \
|
|
|
"---", "--x", "w--", "w-x", "-u-", "-ux", "wu-", "wux" \
|
|
|
}; \
|
|
@@ -41,7 +41,7 @@
|
|
|
role.nxe ? "" : "!", \
|
|
|
__entry->root_count, \
|
|
|
__entry->unsync ? "unsync" : "sync", 0); \
|
|
|
- p->buffer + saved_len; \
|
|
|
+ saved_ptr; \
|
|
|
})
|
|
|
|
|
|
#define kvm_mmu_trace_pferr_flags \
|