diff options
author | Michael Ellerman <[email protected]> | 2024-11-17 21:39:59 +1100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2024-11-17 21:42:32 +1100 |
commit | ba6d8efb1bd7318f173846a8f5730a54c93f3ff5 (patch) | |
tree | 8486d39105cb3b733c051e33286bbc963a4e44d5 /arch/powerpc/kvm/trace_hv.h | |
parent | 27aef9391bd3bc08eb07fe23e6c4d7c9afabe1e8 (diff) | |
parent | 590d2f9347f7974d7954400e5d937672fd844a8b (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.h | 2 |
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 */ |