aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2017-03-05 15:51:33 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2017-03-25 10:37:29 -0700
commit6c53694fb2223746738d1d0cea71456ca88c8fb2 (patch)
tree27911d851eeab46de47f45b73a0992a4c81002bf /tools/perf/scripts/python/netdev-times.py
parentInput: psmouse - add support for SMBus companions (diff)
downloadlinux-6c53694fb2223746738d1d0cea71456ca88c8fb2.tar.gz
linux-6c53694fb2223746738d1d0cea71456ca88c8fb2.zip
Input: synaptics - split device info into a separate structure
In preparation for SMBus/Intertouch device support, move static device information that we query form the touchpad upon initialization into separate structure. This will allow us to query the device without allocating memory first. Also stop using "unsigned long", everything fits into 32 bit chunks. Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions
791e5cbf659806c54d8ee40f12&follow=1'>KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity9-11/+14 2010-05-19KVM: MMU: cleanup invlpg codeXiao Guangrong1-3/+1 2010-05-19KVM: MMU: move unsync/sync tracpoints to proper placeXiao Guangrong1-2/+2 2010-05-19KVM: MMU: convert mmu tracepointsXiao Guangrong1-43/+26 2010-05-19KVM: MMU: fix for calculating gpa in invlpg codeXiao Guangrong1-1/+6 2010-05-19KVM: powerpc: use of kzalloc/kfree requires including slab.hStephen Rothwell1-0/+1 2010-05-19KVM: Fix mmu shrinker errorGui Jianfeng1-5/+5 2010-05-19KVM: MMU: fix hashing for TDP and non-paging modesEric Northup1-4/+8 2010-05-17KVM: Minor MMU documentation editsAvi Kivity1-5/+5 2010-05-17KVM: Document KVM_GET_MP_STATE and KVM_SET_MP_STATEAvi Kivity1-0/+44 2010-05-17KVM: MMU: fix sp->unsync type error in trace event definitionGui Jianfeng1-1/+1 2010-05-17KVM: SVM: Handle MCE intercepts always on host levelJoerg Roedel1-0/+1 2010-05-17KVM: x86: Allow marking an exception as reinjectedJoerg Roedel4-12/+32 2010-05-17KVM: SVM: Report emulated SVM features to userspaceJoerg Roedel1-0/+10 2010-05-17KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel4-0/+17 2010-05-17KVM: SVM: Propagate nested entry failure into guest hypervisorJoerg Roedel1-0/+4 2010-05-17KVM: SVM: Sync cr0 and cr3 to kvm state before nested handlingJoerg Roedel1-9/+6 2010-05-17KVM: SVM: Make sure rip is synced to vmcb before nested vmexitJoerg Roedel1-4/+4 2010-05-17KVM: SVM: Fix nested nmi handlingJoerg Roedel1-7/+9 2010-05-17KVM: Remove test-before-set optimization for dirty bitsTakuya Yoshikawa1-3/+1