HV: Make all trace event prefix consist with TRACE

There are two prefix (aka TRC and TRACE) for trace event. This patch make all
the trace event prefix consist with TRACE.

No functional change.

Signed-off-by: Kaige Fu <kaige.fu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Kaige Fu
2018-06-28 15:56:48 +08:00
committed by lijinxia
parent cc50165018
commit 83587b7711
8 changed files with 34 additions and 34 deletions

View File

@@ -70,7 +70,7 @@ int io_instr_vmexit_handler(struct vcpu *vcpu)
direction = VM_EXIT_IO_INSTRUCTION_ACCESS_DIRECTION(exit_qual);
mask = 0xfffffffful >> (32 - 8 * sz);
TRACE_4I(TRC_VMEXIT_IO_INSTRUCTION, port, direction, sz,
TRACE_4I(TRACE_VMEXIT_IO_INSTRUCTION, port, direction, sz,
cur_context_idx);
for (handler = vm->arch_vm.io_handler;