summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2011-12-13 09:26:45 +0000
committerDavid Howells <dhowells@redhat.com>2011-12-13 09:26:45 +0000
commitfde28451359b476ba065a9a16fa83aa44168fe59 (patch)
tree86d6077f54657479052e4e91aeb76623ef1169f2 /tools/perf/scripts/python/flamegraph.py
parent6c9f2ef9b5b3a84952ba2f99472f82e3398ac3e9 (diff)
downloadkernel-fde28451359b476ba065a9a16fa83aa44168fe59.tar.gz
UAPI: Guard linux/cuda.h
Place reinclusion guards on linux/cuda.h otherwise the UAPI splitter script won't insert a #include to make the kernel header include the UAPI header. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
d>Shaohua Li 2012-08-02Merge tag 'md-3.6' of git://neil.brown.name/mdLinus Torvalds 2012-08-02raid5: make_request use batch stripe releaseShaohua Li 2012-07-31raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layermajianpeng 2012-07-19raid5: add a per-stripe lockShaohua Li 2012-05-22raid5: support sync requestShaohua Li 2012-05-21md/raid5: allow for change in data_offset while managing a reshape.NeilBrown 2011-12-23md/raid5: detect and handle replacements during recovery.NeilBrown 2011-12-23md/raid5: writes should get directed to replacement as well as original.NeilBrown 2011-12-23md/raid5: raid5.h cleanupNeilBrown 2011-12-23md/raid5: allow each slot to have an extra replacement deviceNeilBrown 2011-10-11md/raid5: typedef removal: raid5_conf_t -> struct r5confNeilBrown 2011-10-11md: remove typedefs: mdk_thread_t -> struct md_threadNeilBrown 2011-10-11md: remove typedefs: mddev_t -> struct mddevNeilBrown 2011-10-11md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown 2011-07-28md/raid5: Clear bad blocks on successful write.NeilBrown 2011-07-28md/raid5: write errors should be recorded as bad blocks if possible.NeilBrown 2011-07-28md/raid5: use bad-block log to improve handling of uncorrectable read errors.NeilBrown 2011-07-26md/raid5: add some more fields to stripe_head_stateNeilBrown 2011-07-26md/raid5: unify stripe_head_state and r6_stateNeilBrown 2011-07-26md/raid5: replace sh->lock with an 'active' flag.NeilBrown 2011-07-26md/raid5: Remove use of sh->lock in sync_requestNeilBrown 2011-04-18md - remove old plugging code.NeilBrown 2011-03-10block: remove per-queue pluggingJens Axboe 2010-09-10md: implment REQ_FLUSH/FUA supportTejun Heo