aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/trace_hv.h
diff options
context:
space:
mode:
authorMichael Ellerman <[email protected]>2024-11-17 21:39:59 +1100
committerMichael Ellerman <[email protected]>2024-11-17 21:42:32 +1100
commitba6d8efb1bd7318f173846a8f5730a54c93f3ff5 (patch)
tree8486d39105cb3b733c051e33286bbc963a4e44d5 /arch/powerpc/kvm/trace_hv.h
parent27aef9391bd3bc08eb07fe23e6c4d7c9afabe1e8 (diff)
parent590d2f9347f7974d7954400e5d937672fd844a8b (diff)
Merge branch 'topic/ppc-kvm' into next
Diffstat (limited to 'arch/powerpc/kvm/trace_hv.h')
-rw-r--r--arch/powerpc/kvm/trace_hv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/trace_hv.h b/arch/powerpc/kvm/trace_hv.h
index 77ebc724e6cd..35fccaa575cc 100644
--- a/arch/powerpc/kvm/trace_hv.h
+++ b/arch/powerpc/kvm/trace_hv.h
@@ -538,7 +538,7 @@ TRACE_EVENT_FN_COND(kvmppc_vcpu_stats,
TP_printk("VCPU %d: l1_to_l2_cs_time=%llu ns l2_to_l1_cs_time=%llu ns l2_runtime=%llu ns",
__entry->vcpu_id, __entry->l1_to_l2_cs,
__entry->l2_to_l1_cs, __entry->l2_runtime),
- kmvhv_counters_tracepoint_regfunc, kmvhv_counters_tracepoint_unregfunc
+ kvmhv_counters_tracepoint_regfunc, kvmhv_counters_tracepoint_unregfunc
);
#endif
#endif /* _TRACE_KVM_HV_H */