diff options
Diffstat (limited to 'tools/lib/traceevent/plugin_kvm.c')
-rw-r--r-- | tools/lib/traceevent/plugin_kvm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/traceevent/plugin_kvm.c b/tools/lib/traceevent/plugin_kvm.c index 472298c2b531..c8e623065a7e 100644 --- a/tools/lib/traceevent/plugin_kvm.c +++ b/tools/lib/traceevent/plugin_kvm.c | |||
@@ -389,8 +389,8 @@ static int kvm_mmu_print_role(struct trace_seq *s, struct tep_record *record, | |||
389 | * We can only use the structure if file is of the same | 389 | * We can only use the structure if file is of the same |
390 | * endianness. | 390 | * endianness. |
391 | */ | 391 | */ |
392 | if (tep_is_file_bigendian(event->pevent) == | 392 | if (tep_is_file_bigendian(event->tep) == |
393 | tep_is_local_bigendian(event->pevent)) { | 393 | tep_is_local_bigendian(event->tep)) { |
394 | 394 | ||
395 | trace_seq_printf(s, "%u q%u%s %s%s %spae %snxe %swp%s%s%s", | 395 | trace_seq_printf(s, "%u q%u%s %s%s %spae %snxe %swp%s%s%s", |
396 | role.level, | 396 | role.level, |