Changes in 4.9.142 usb: core: Fix hub port connection events lost usb: dwc3: core: Clean up ULPI device usb: xhci: fix timeout for transition from RExit to U0 MAINTAINERS: Add Sasha as a stable branch maintainer gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path iwlwifi: mvm: support sta_statistics() even on older firmware iwlwifi: mvm: fix regulatory domain update when the firmware starts brcmfmac: fix reporting support for 160 MHz channels tools/power/cpupower: fix compilation with STATIC=true v9fs_dir_readdir: fix double-free on p9stat_read error selinux: Add __GFP_NOWARN to allocation at str_read() bfs: add sanity check at bfs_fill_super() sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peer gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd llc: do not use sk_eat_skb() mm: don't warn about large allocations for slab drm/ast: change resolution may cause screen blurred drm/ast: fixed cursor may disappear sometimes drm/ast: Remove existing framebuffers before loading driver can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_skb() can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to access frame length can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb is accessed out of bounds can: dev: __can_get_echo_skb(): print error message, if trying to echo non existing skb IB/core: Fix for core panic IB/hfi1: Eliminate races in the SDMA send error path usb: xhci: Prevent bus suspend if a port connect change or polling state is detected pinctrl: meson: fix pinconf bias disable KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE cpufreq: imx6q: add return value check for voltage scale rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write floppy: fix race condition in __floppy_read_block_0() powerpc/io: Fix the IO workarounds code to work with Radix perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUs SUNRPC: Fix a bogus get/put in generic_key_to_expire() kdb: Use strscpy with destination buffer size powerpc/numa: Suppress "VPHN is not supported" messages efi/arm: Revert deferred unmap of early memmap mapping tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset of: add helper to lookup compatible child node NFC: nfcmrvl_uart: fix OF child-node lookup net: bcmgenet: fix OF child-node lookup arm64: remove no-op -p linker flag ath10k: fix kernel panic due to race in accessing arvif list Input: xpad - add product ID for Xbox One S pad Input: xpad - fix Xbox One rumble stopping after 2.5 secs Input: xpad - correctly sort vendor id's Input: xpad - move reporting xbox one home button to common function Input: xpad - simplify error condition in init_output Input: xpad - don't depend on endpoint order Input: xpad - fix stuck mode button on Xbox One S pad Input: xpad - restore LED state after device resume Input: xpad - support some quirky Xbox One pads Input: xpad - sort supported devices by USB ID Input: xpad - sync supported devices with xboxdrv Input: xpad - add USB IDs for Mad Catz Brawlstick and Razer Sabertooth Input: xpad - sync supported devices with 360Controller Input: xpad - sync supported devices with XBCD Input: xpad - constify usb_device_id Input: xpad - fix PowerA init quirk for some gamepad models Input: xpad - validate USB endpoint type during probe Input: xpad - add support for PDP Xbox One controllers Input: xpad - add PDP device id 0x02a4 Input: xpad - fix some coding style issues Input: xpad - avoid using __set_bit() for capabilities Input: xpad - add GPD Win 2 Controller USB IDs Input: xpad - fix GPD Win 2 controller name Input: xpad - add support for Xbox1 PDP Camo series gamepad cw1200: Don't leak memory if krealloc failes mwifiex: prevent register accesses after host is sleeping mwifiex: report error to PCIe for suspend failure mwifiex: Fix NULL pointer dereference in skb_dequeue() mwifiex: fix p2p device doesn't find in scan problem scsi: ufs: fix bugs related to null pointer access and array size scsi: ufshcd: Fix race between clk scaling and ungate work scsi: ufs: fix race between clock gating and devfreq scaling work scsi: ufshcd: release resources if probe fails include/linux/pfn_t.h: force '~' to be parsed as an unary operator tty: wipe buffer. tty: wipe buffer if not echoing data usb: xhci: fix uninitialized completion when USB3 port got wrong status sched/core: Allow __sched_setscheduler() in interrupts when PI is not used namei: allow restricted O_CREAT of FIFOs and regular files lan78xx: Read MAC address from DT if present s390/mm: Check for valid vma before zapping in gmap_discard net: ieee802154: 6lowpan: fix frag reassembly Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC" ima: always measure and audit files in policy EVM: Add support for portable signature format ima: re-introduce own integrity cache lock ima: re-initialize iint->atomic_flags Linux 4.9.142 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
226 lines
5.3 KiB
C
226 lines
5.3 KiB
C
#if !defined(_TRACE_KVM_BOOKE_H) || defined(TRACE_HEADER_MULTI_READ)
|
|
#define _TRACE_KVM_BOOKE_H
|
|
|
|
#include <linux/tracepoint.h>
|
|
|
|
#undef TRACE_SYSTEM
|
|
#define TRACE_SYSTEM kvm_booke
|
|
|
|
#define kvm_trace_symbol_exit \
|
|
{0, "CRITICAL"}, \
|
|
{1, "MACHINE_CHECK"}, \
|
|
{2, "DATA_STORAGE"}, \
|
|
{3, "INST_STORAGE"}, \
|
|
{4, "EXTERNAL"}, \
|
|
{5, "ALIGNMENT"}, \
|
|
{6, "PROGRAM"}, \
|
|
{7, "FP_UNAVAIL"}, \
|
|
{8, "SYSCALL"}, \
|
|
{9, "AP_UNAVAIL"}, \
|
|
{10, "DECREMENTER"}, \
|
|
{11, "FIT"}, \
|
|
{12, "WATCHDOG"}, \
|
|
{13, "DTLB_MISS"}, \
|
|
{14, "ITLB_MISS"}, \
|
|
{15, "DEBUG"}, \
|
|
{32, "SPE_UNAVAIL"}, \
|
|
{33, "SPE_FP_DATA"}, \
|
|
{34, "SPE_FP_ROUND"}, \
|
|
{35, "PERFORMANCE_MONITOR"}, \
|
|
{36, "DOORBELL"}, \
|
|
{37, "DOORBELL_CRITICAL"}, \
|
|
{38, "GUEST_DBELL"}, \
|
|
{39, "GUEST_DBELL_CRIT"}, \
|
|
{40, "HV_SYSCALL"}, \
|
|
{41, "HV_PRIV"}
|
|
|
|
TRACE_EVENT(kvm_exit,
|
|
TP_PROTO(unsigned int exit_nr, struct kvm_vcpu *vcpu),
|
|
TP_ARGS(exit_nr, vcpu),
|
|
|
|
TP_STRUCT__entry(
|
|
__field( unsigned int, exit_nr )
|
|
__field( unsigned long, pc )
|
|
__field( unsigned long, msr )
|
|
__field( unsigned long, dar )
|
|
__field( unsigned long, last_inst )
|
|
),
|
|
|
|
TP_fast_assign(
|
|
__entry->exit_nr = exit_nr;
|
|
__entry->pc = kvmppc_get_pc(vcpu);
|
|
__entry->dar = kvmppc_get_fault_dar(vcpu);
|
|
__entry->msr = vcpu->arch.shared->msr;
|
|
__entry->last_inst = vcpu->arch.last_inst;
|
|
),
|
|
|
|
TP_printk("exit=%s"
|
|
" | pc=0x%lx"
|
|
" | msr=0x%lx"
|
|
" | dar=0x%lx"
|
|
" | last_inst=0x%lx"
|
|
,
|
|
__print_symbolic(__entry->exit_nr, kvm_trace_symbol_exit),
|
|
__entry->pc,
|
|
__entry->msr,
|
|
__entry->dar,
|
|
__entry->last_inst
|
|
)
|
|
);
|
|
|
|
TRACE_EVENT(kvm_unmap_hva,
|
|
TP_PROTO(unsigned long hva),
|
|
TP_ARGS(hva),
|
|
|
|
TP_STRUCT__entry(
|
|
__field( unsigned long, hva )
|
|
),
|
|
|
|
TP_fast_assign(
|
|
__entry->hva = hva;
|
|
),
|
|
|
|
TP_printk("unmap hva 0x%lx\n", __entry->hva)
|
|
);
|
|
|
|
TRACE_EVENT(kvm_booke206_stlb_write,
|
|
TP_PROTO(__u32 mas0, __u32 mas8, __u32 mas1, __u64 mas2, __u64 mas7_3),
|
|
TP_ARGS(mas0, mas8, mas1, mas2, mas7_3),
|
|
|
|
TP_STRUCT__entry(
|
|
__field( __u32, mas0 )
|
|
__field( __u32, mas8 )
|
|
__field( __u32, mas1 )
|
|
__field( __u64, mas2 )
|
|
__field( __u64, mas7_3 )
|
|
),
|
|
|
|
TP_fast_assign(
|
|
__entry->mas0 = mas0;
|
|
__entry->mas8 = mas8;
|
|
__entry->mas1 = mas1;
|
|
__entry->mas2 = mas2;
|
|
__entry->mas7_3 = mas7_3;
|
|
),
|
|
|
|
TP_printk("mas0=%x mas8=%x mas1=%x mas2=%llx mas7_3=%llx",
|
|
__entry->mas0, __entry->mas8, __entry->mas1,
|
|
__entry->mas2, __entry->mas7_3)
|
|
);
|
|
|
|
TRACE_EVENT(kvm_booke206_gtlb_write,
|
|
TP_PROTO(__u32 mas0, __u32 mas1, __u64 mas2, __u64 mas7_3),
|
|
TP_ARGS(mas0, mas1, mas2, mas7_3),
|
|
|
|
TP_STRUCT__entry(
|
|
__field( __u32, mas0 )
|
|
__field( __u32, mas1 )
|
|
__field( __u64, mas2 )
|
|
__field( __u64, mas7_3 )
|
|
),
|
|
|
|
TP_fast_assign(
|
|
__entry->mas0 = mas0;
|
|
__entry->mas1 = mas1;
|
|
__entry->mas2 = mas2;
|
|
__entry->mas7_3 = mas7_3;
|
|
),
|
|
|
|
TP_printk("mas0=%x mas1=%x mas2=%llx mas7_3=%llx",
|
|
__entry->mas0, __entry->mas1,
|
|
__entry->mas2, __entry->mas7_3)
|
|
);
|
|
|
|
TRACE_EVENT(kvm_booke206_ref_release,
|
|
TP_PROTO(__u64 pfn, __u32 flags),
|
|
TP_ARGS(pfn, flags),
|
|
|
|
TP_STRUCT__entry(
|
|
__field( __u64, pfn )
|
|
__field( __u32, flags )
|
|
),
|
|
|
|
TP_fast_assign(
|
|
__entry->pfn = pfn;
|
|
__entry->flags = flags;
|
|
),
|
|
|
|
TP_printk("pfn=%llx flags=%x",
|
|
__entry->pfn, __entry->flags)
|
|
);
|
|
|
|
#ifdef CONFIG_SPE_POSSIBLE
|
|
#define kvm_trace_symbol_irqprio_spe \
|
|
{BOOKE_IRQPRIO_SPE_UNAVAIL, "SPE_UNAVAIL"}, \
|
|
{BOOKE_IRQPRIO_SPE_FP_DATA, "SPE_FP_DATA"}, \
|
|
{BOOKE_IRQPRIO_SPE_FP_ROUND, "SPE_FP_ROUND"},
|
|
#else
|
|
#define kvm_trace_symbol_irqprio_spe
|
|
#endif
|
|
|
|
#ifdef CONFIG_PPC_E500MC
|
|
#define kvm_trace_symbol_irqprio_e500mc \
|
|
{BOOKE_IRQPRIO_ALTIVEC_UNAVAIL, "ALTIVEC_UNAVAIL"}, \
|
|
{BOOKE_IRQPRIO_ALTIVEC_ASSIST, "ALTIVEC_ASSIST"},
|
|
#else
|
|
#define kvm_trace_symbol_irqprio_e500mc
|
|
#endif
|
|
|
|
#define kvm_trace_symbol_irqprio \
|
|
kvm_trace_symbol_irqprio_spe \
|
|
kvm_trace_symbol_irqprio_e500mc \
|
|
{BOOKE_IRQPRIO_DATA_STORAGE, "DATA_STORAGE"}, \
|
|
{BOOKE_IRQPRIO_INST_STORAGE, "INST_STORAGE"}, \
|
|
{BOOKE_IRQPRIO_ALIGNMENT, "ALIGNMENT"}, \
|
|
{BOOKE_IRQPRIO_PROGRAM, "PROGRAM"}, \
|
|
{BOOKE_IRQPRIO_FP_UNAVAIL, "FP_UNAVAIL"}, \
|
|
{BOOKE_IRQPRIO_SYSCALL, "SYSCALL"}, \
|
|
{BOOKE_IRQPRIO_AP_UNAVAIL, "AP_UNAVAIL"}, \
|
|
{BOOKE_IRQPRIO_DTLB_MISS, "DTLB_MISS"}, \
|
|
{BOOKE_IRQPRIO_ITLB_MISS, "ITLB_MISS"}, \
|
|
{BOOKE_IRQPRIO_MACHINE_CHECK, "MACHINE_CHECK"}, \
|
|
{BOOKE_IRQPRIO_DEBUG, "DEBUG"}, \
|
|
{BOOKE_IRQPRIO_CRITICAL, "CRITICAL"}, \
|
|
{BOOKE_IRQPRIO_WATCHDOG, "WATCHDOG"}, \
|
|
{BOOKE_IRQPRIO_EXTERNAL, "EXTERNAL"}, \
|
|
{BOOKE_IRQPRIO_FIT, "FIT"}, \
|
|
{BOOKE_IRQPRIO_DECREMENTER, "DECREMENTER"}, \
|
|
{BOOKE_IRQPRIO_PERFORMANCE_MONITOR, "PERFORMANCE_MONITOR"}, \
|
|
{BOOKE_IRQPRIO_EXTERNAL_LEVEL, "EXTERNAL_LEVEL"}, \
|
|
{BOOKE_IRQPRIO_DBELL, "DBELL"}, \
|
|
{BOOKE_IRQPRIO_DBELL_CRIT, "DBELL_CRIT"} \
|
|
|
|
TRACE_EVENT(kvm_booke_queue_irqprio,
|
|
TP_PROTO(struct kvm_vcpu *vcpu, unsigned int priority),
|
|
TP_ARGS(vcpu, priority),
|
|
|
|
TP_STRUCT__entry(
|
|
__field( __u32, cpu_nr )
|
|
__field( __u32, priority )
|
|
__field( unsigned long, pending )
|
|
),
|
|
|
|
TP_fast_assign(
|
|
__entry->cpu_nr = vcpu->vcpu_id;
|
|
__entry->priority = priority;
|
|
__entry->pending = vcpu->arch.pending_exceptions;
|
|
),
|
|
|
|
TP_printk("vcpu=%x prio=%s pending=%lx",
|
|
__entry->cpu_nr,
|
|
__print_symbolic(__entry->priority, kvm_trace_symbol_irqprio),
|
|
__entry->pending)
|
|
);
|
|
|
|
#endif
|
|
|
|
/* This part must be outside protection */
|
|
|
|
#undef TRACE_INCLUDE_PATH
|
|
#undef TRACE_INCLUDE_FILE
|
|
|
|
#define TRACE_INCLUDE_PATH .
|
|
#define TRACE_INCLUDE_FILE trace_booke
|
|
|
|
#include <trace/define_trace.h>
|