aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmutrace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-08KVM: x86/mmu: Move mmu_audit.c and mmutrace.h into the mmu/ sub-directorySean Christopherson1-395/+0
2020-02-20KVM: x86: fix incorrect comparison in trace eventPaolo Bonzini1-1/+1
2020-01-08KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson1-6/+6
2019-09-24KVM: x86/mmu: Explicitly track only a single invalid mmu generationSean Christopherson1-8/+8
2019-09-24KVM: x86/mmu: Revert "Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages""Sean Christopherson1-0/+21
2019-09-24KVM: x86/mmu: Revert "Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints""Sean Christopherson1-9/+12
2019-07-05KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini1-0/+59
2019-03-28KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'Sean Christopherson1-2/+2
2019-02-20Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints"Sean Christopherson1-12/+9
2019-02-20Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages"Sean Christopherson1-21/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-03kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner1-2/+4
2015-05-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)1-1/+1
2014-11-19x86/kvm/tracing: Use helper function trace_seq_buffer_ptr()Steven Rostedt (Red Hat)1-2/+2
2014-07-31x86/kvm: Resolve shadow warnings in macro expansionMark D Rustad1-2/+2
2013-06-27KVM: MMU: add tracepoint for check_mmio_spteXiao Guangrong1-0/+24
2013-06-27KVM: MMU: store generation-number into mmio spteXiao Guangrong1-4/+6
2013-06-05KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pagesXiao Guangrong1-0/+20
2013-06-05KVM: MMU: show mmu_valid_gen in shadow page related tracepointsXiao Guangrong1-10/+12
2013-01-07KVM: mmu: remove unused trace eventGleb Natapov1-6/+0
2012-07-11KVM: MMU: fix kvm_mmu_pagetable_walk tracepointXiao Guangrong1-4/+3
2012-07-11KVM: MMU: trace fast page faultXiao Guangrong1-0/+38
2011-12-27KVM: MMU: audit: replace mmu audit tracepoint with jump-labelXiao Guangrong1-19/+0
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong1-0/+48
2010-10-24KVM: MMU: support disable/enable mmu audit dynamiclyXiao Guangrong1-0/+19
2010-08-01KVM: MMU: split the operations of kvm_mmu_zap_page()Xiao Guangrong1-1/+1
2010-05-19KVM: MMU: convert mmu tracepointsXiao Guangrong1-43/+26
2010-05-17KVM: MMU: fix sp->unsync type error in trace event definitionGui Jianfeng1-1/+1
2010-05-17KVM: MMU: Drop cr4.pge from shadow page roleAvi Kivity1-2/+1
2010-05-17KVM: MMU: Replace role.glevels with role.cr4_paeAvi Kivity1-2/+3
2010-05-17KVM: cleanup kvm traceXiao Guangrong1-2/+5
2009-09-10KVM: Trace shadow page lifecycleAvi Kivity1-0/+103
2009-09-10KVM: MMU: Trace guest pagetable walkerAvi Kivity1-0/+117