Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312351
b: refs/heads/master
c: b102f1d
h: refs/heads/master
i:
  312349: bce0541
  312347: 622d40f
  312343: 06cd84a
  312335: b95d219
  312319: 30705be
v: v3
  • Loading branch information
Namhyung Kim authored and Steven Rostedt committed Jun 28, 2012
1 parent 4d592f9 commit b602c90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0be61ebc18b919dddbdbcd1c4f42513c310ecf59
refs/heads/master: b102f1d0f1cd0bb5ec82e5aeb1e33502d6ad6710
12 changes: 1 addition & 11 deletions trunk/arch/x86/kvm/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -710,16 +710,6 @@ TRACE_EVENT(kvm_skinit,
__entry->rip, __entry->slb)
);

#define __print_insn(insn, ilen) ({ \
int i; \
const char *ret = p->buffer + p->len; \
\
for (i = 0; i < ilen; ++i) \
trace_seq_printf(p, " %02x", insn[i]); \
trace_seq_printf(p, "%c", 0); \
ret; \
})

#define KVM_EMUL_INSN_F_CR0_PE (1 << 0)
#define KVM_EMUL_INSN_F_EFL_VM (1 << 1)
#define KVM_EMUL_INSN_F_CS_D (1 << 2)
Expand Down Expand Up @@ -786,7 +776,7 @@ TRACE_EVENT(kvm_emulate_insn,

TP_printk("%x:%llx:%s (%s)%s",
__entry->csbase, __entry->rip,
__print_insn(__entry->insn, __entry->len),
__print_hex(__entry->insn, __entry->len),
__print_symbolic(__entry->flags,
kvm_trace_symbol_emul_flags),
__entry->failed ? " failed" : ""
Expand Down
1 change: 1 addition & 0 deletions trunk/include/trace/ftrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ static inline void ftrace_test_probe_##call(void) \

#undef __print_flags
#undef __print_symbolic
#undef __print_hex
#undef __get_dynamic_array
#undef __get_str

Expand Down

0 comments on commit b602c90

Please sign in to comment.