/arch/x86/kvm/ |
D | trace.h | 25 __entry->vcpu_id = vcpu_id; 28 TP_printk("vcpu %u", __entry->vcpu_id) 48 __entry->nr = nr; 49 __entry->a0 = a0; 50 __entry->a1 = a1; 51 __entry->a2 = a2; 52 __entry->a3 = a3; 56 __entry->nr, __entry->a0, __entry->a1, __entry->a2, 57 __entry->a3) 78 __entry->rep_cnt = rep_cnt; [all …]
|
D | mmutrace.h | 18 __entry->mmu_valid_gen = sp->mmu_valid_gen; \ 19 __entry->gfn = sp->gfn; \ 20 __entry->role = sp->role.word; \ 21 __entry->root_count = sp->root_count; \ 22 __entry->unsync = sp->unsync; 31 role.word = __entry->role; \ 34 " %snxe root %u %s%c", __entry->mmu_valid_gen, \ 35 __entry->gfn, role.level, \ 42 __entry->root_count, \ 43 __entry->unsync ? "unsync" : "sync", 0); \ [all …]
|
/arch/powerpc/kvm/ |
D | trace_pr.h | 23 __entry->r = r; 24 __entry->pc = kvmppc_get_pc(vcpu); 27 TP_printk("reentry r=%d | pc=0x%lx", __entry->r, __entry->pc) 48 __entry->flag_w = ((rflags & HPTE_R_PP) == 3) ? '-' : 'w'; 49 __entry->flag_x = (rflags & HPTE_R_N) ? '-' : 'x'; 50 __entry->eaddr = orig_pte->eaddr; 51 __entry->hpteg = hpteg; 52 __entry->va = va; 53 __entry->vpage = orig_pte->vpage; 54 __entry->hpaddr = hpaddr; [all …]
|
D | trace_hv.h | 234 __entry->vcpu_id = vcpu->vcpu_id; 235 __entry->pc = kvmppc_get_pc(vcpu); 236 __entry->ceded = vcpu->arch.ceded; 237 __entry->pending_exceptions = vcpu->arch.pending_exceptions; 241 __entry->vcpu_id, 242 __entry->pc, 243 __entry->pending_exceptions, __entry->ceded) 259 __entry->vcpu_id = vcpu->vcpu_id; 260 __entry->trap = vcpu->arch.trap; 261 __entry->ceded = vcpu->arch.ceded; [all …]
|
D | trace.h | 25 __entry->inst = inst; 26 __entry->pc = _pc; 27 __entry->emulate = emulate; 31 __entry->inst, __entry->pc, __entry->emulate) 43 __entry->stlb_index = stlb_index; 46 TP_printk("stlb_index %u", __entry->stlb_index) 63 __entry->victim = victim; 64 __entry->tid = tid; 65 __entry->word0 = word0; 66 __entry->word1 = word1; [all …]
|
D | trace_booke.h | 52 __entry->exit_nr = exit_nr; 53 __entry->pc = kvmppc_get_pc(vcpu); 54 __entry->dar = kvmppc_get_fault_dar(vcpu); 55 __entry->msr = vcpu->arch.shared->msr; 56 __entry->last_inst = vcpu->arch.last_inst; 65 __print_symbolic(__entry->exit_nr, kvm_trace_symbol_exit), 66 __entry->pc, 67 __entry->msr, 68 __entry->dar, 69 __entry->last_inst [all …]
|
/arch/arm/kvm/ |
D | trace.h | 21 __entry->vcpu_pc = vcpu_pc; 24 TP_printk("PC: 0x%08lx", __entry->vcpu_pc) 38 __entry->idx = idx; 39 __entry->exit_reason = exit_reason; 40 __entry->vcpu_pc = vcpu_pc; 44 __print_symbolic(__entry->idx, kvm_arm_exception_type), 45 __entry->exit_reason, 46 __print_symbolic(__entry->exit_reason, kvm_arm_exception_class), 47 __entry->vcpu_pc) 64 __entry->vcpu_pc = vcpu_pc; [all …]
|
/arch/arm64/kvm/ |
D | trace.h | 19 __entry->vcpu_pc = vcpu_pc; 20 __entry->is_wfe = is_wfe; 24 __entry->is_wfe ? 'e' : 'i', __entry->vcpu_pc) 38 __entry->vcpu_pc = vcpu_pc; 39 __entry->r0 = r0; 40 __entry->imm = imm; 44 __entry->vcpu_pc, __entry->r0, __entry->imm) 57 __entry->vcpu = vcpu; 58 __entry->guest_debug = guest_debug; 61 TP_printk("vcpu: %p, flags: 0x%08x", __entry->vcpu, __entry->guest_debug) [all …]
|
/arch/s390/kvm/ |
D | trace-s390.h | 31 __entry->type = type; 35 __entry->type & KVM_VM_S390_UCONTROL ? " (UCONTROL)" : "") 53 __entry->id = id; 54 __entry->vcpu = vcpu; 55 __entry->sie_block = sie_block; 59 __entry->id, __entry->vcpu, __entry->sie_block) 71 __entry->id = id; 74 TP_printk("destroy cpu %d", __entry->id) 90 __entry->id = id; 91 __entry->state = state; [all …]
|
D | trace.h | 25 __entry->id = vcpu->vcpu_id; \ 26 __entry->pswmask = vcpu->arch.sie_block->gpsw.mask; \ 27 __entry->pswaddr = vcpu->arch.sie_block->gpsw.addr; \ 30 TP_printk("%02d[%016lx-%016lx]: " p_str, __entry->id, \ 31 __entry->pswmask, __entry->pswaddr, p_args) 72 __entry->pfault_token = pfault_token; 74 VCPU_TP_PRINTK("init pfault token %ld", __entry->pfault_token) 88 __entry->pfault_token = pfault_token; 90 VCPU_TP_PRINTK("done pfault token %ld", __entry->pfault_token) 107 __entry->cpuflags = cpuflags; [all …]
|
/arch/powerpc/include/asm/ |
D | trace.h | 22 __entry->regs = regs; 25 TP_printk("pt_regs=%p", __entry->regs) 73 __entry->opcode = opcode; 76 TP_printk("opcode=%lu", __entry->opcode), 96 __entry->opcode = opcode; 97 __entry->retval = retval; 100 TP_printk("opcode=%lu retval=%lu", __entry->opcode, __entry->retval), 121 __entry->opcode = opcode; 124 TP_printk("opcode=%lu", __entry->opcode), 141 __entry->opcode = opcode; [all …]
|
/arch/mips/kvm/ |
D | trace.h | 31 __entry->pc = vcpu->arch.pc; 35 __entry->pc) 99 __entry->pc = vcpu->arch.pc; 100 __entry->reason = reason; 104 __print_symbolic(__entry->reason, 106 __entry->pc) 186 __entry->val = val; 187 __entry->reg = reg; 188 __entry->op = op; 192 __print_symbolic(__entry->op, [all …]
|
/arch/x86/include/asm/trace/ |
D | mpx.h | 24 __entry->addr_referenced = addr_referenced; 25 __entry->lower_bound = bndreg->lower_bound; 26 __entry->upper_bound = bndreg->upper_bound; 39 __entry->addr_referenced, 40 __entry->lower_bound, 41 ~__entry->upper_bound 57 __entry->bndcfgu = (u64)bndcsr->bndcfgu; 58 __entry->bndstatus = (u64)bndcsr->bndstatus; 62 __entry->bndcfgu, 63 __entry->bndstatus) [all …]
|
D | fpu.h | 23 __entry->fpu = fpu; 24 __entry->fpregs_active = fpu->fpregs_active; 25 __entry->fpstate_active = fpu->fpstate_active; 26 __entry->counter = fpu->counter; 28 __entry->xfeatures = fpu->state.xsave.header.xfeatures; 29 __entry->xcomp_bv = fpu->state.xsave.header.xcomp_bv; 33 __entry->fpu, 34 __entry->fpregs_active, 35 __entry->fpstate_active, 36 __entry->counter, [all …]
|
D | exceptions.h | 26 __entry->address = address; 27 __entry->ip = regs->ip; 28 __entry->error_code = error_code; 32 (void *)__entry->address, (void *)__entry->ip, 33 __entry->error_code) );
|
D | irq_vectors.h | 23 __entry->vector = vector; 26 TP_printk("vector=%d", __entry->vector) );
|
/arch/powerpc/platforms/cell/spufs/ |
D | sputrace.h | 20 __entry->name = name; 21 __entry->owner_tid = ctx->tid; 22 __entry->number = spu ? spu->number : -1; 26 __entry->name, __entry->owner_tid, __entry->number)
|
/arch/x86/include/asm/ |
D | msr-trace.h | 29 __entry->msr = msr; 30 __entry->val = val; 31 __entry->failed = failed; 34 __entry->msr, 35 __entry->val, 36 __entry->failed ? " #GP" : "")
|
/arch/x86/entry/vsyscall/ |
D | vsyscall_trace.h | 18 __entry->nr = nr; 21 TP_printk("nr = %d", __entry->nr)
|
/arch/s390/include/asm/trace/ |
D | diag.h | 29 __entry->nr = nr; 31 TP_printk("nr=0x%x", __entry->nr)
|
/arch/arm64/kernel/ |
D | trace-events-emulation.h | 21 __entry->addr = addr; 24 TP_printk("instr=\"%s\" addr=0x%llx", __get_str(instr), __entry->addr)
|
/arch/ia64/include/asm/ |
D | pgtable.h | 523 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument 525 int __changed = !pte_same(*(__ptep), __entry); \ 527 set_pte(__ptep, __entry); \ 533 # define ptep_set_access_flags(__vma, __addr, __ptep, __entry, __safely_writable) \ argument 535 int __changed = !pte_same(*(__ptep), __entry); \ 537 set_pte_at((__vma)->vm_mm, (__addr), __ptep, __entry); \
|
/arch/metag/include/asm/ |
D | pgtable.h | 254 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 256 int __changed = !pte_same(*(__ptep), __entry); \ 258 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 427 #define ptep_set_access_flags(__vma, __address, __ptep, __entry, __dirty) \ argument 429 int __changed = !pte_same(*(__ptep), __entry); \ 431 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \
|