summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorMasaki Ota <masaki.ota@jp.alps.com>2017-10-06 11:53:13 +0900
committerJiri Kosina <jkosina@suse.cz>2017-10-17 11:35:20 +0200
commitce6abcf83bf451159f421fe4f928147a882ec9da (patch)
tree0edf6883c486035b0eb6fe274658c050f8d9915b /tools/perf/scripts/python/bin/stackcollapse-record
parentbe7484acc6fee2878dc8d1593ba81fb1e0b3d581 (diff)
downloadkernel-ce6abcf83bf451159f421fe4f928147a882ec9da.tar.gz
HID: alps: delete unnecessary struct u1_dev devInfo
Delete "struct u1_dev devInfo" structure, because u1_dev structure is already declared as "struct u1_dev *data". [jkosina@suse.cz: rewrite changelog] Signed-off-by: Masaki Ota <masaki.ota@jp.alps.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
2009-10-26rcu: Add synchronize_srcu_expedited() to the rcutorture test suitePaul E. McKenney 2009-10-03this_cpu: Use this_cpu operations in RCUChristoph Lameter 2009-09-23rcu: Clean up code to address Ingo's checkpatch feedbackPaul E. McKenney 2009-09-19rcu: Fix whitespace inconsistenciesPaul E. McKenney 2009-09-18rcutorture: Occasionally delay readers enough to make RCU force_quiescent_stateJosh Triplett 2009-07-03rcu: Add synchronize_sched_expedited() torture testsPaul E. McKenney 2009-03-30cpumask: convert rcutorture.cRusty Russell 2009-01-07rcu: fix bug in rcutorture system-shutdown codePaul E. McKenney 2009-01-05rcu: fix rcutorture bugPaul E. McKenney 2009-01-01cpumask: convert RCU implementationsRusty Russell 2008-12-17rcu: fix rcutorture behavior during rebootPaul E. McKenney 2008-10-20byteorder: remove direct includes of linux/byteorder/swab[b].hHarvey Harrison