summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2011-03-30 11:05:09 +0000
committerAlex Elder <aelder@sgi.com>2011-04-08 08:09:28 -0500
commita1b7ea5d58c53c13f082110e535d98bc4e8e5cfe (patch)
tree8238090fc86fa6198680012b9d65d272529ba44b /tools/perf/scripts/python/call-graph-from-sql.py
parent957935dcd8e11d6f789b4ed769b376040e15565b (diff)
downloadkernel-a1b7ea5d58c53c13f082110e535d98bc4e8e5cfe.tar.gz
xfs: use proper interfaces for on-stack plugging
Add proper blk_start_plug/blk_finish_plug pairs for the two places where we issue buffer I/O, and remove the blk_flush_plug in xfs_buf_lock and xfs_buf_iowait, given that context switches already flush the per-process plugging lists. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions
instance is unused on stopSteffen Klassert 2010-07-14padata: Check for valid padata instance on startSteffen Klassert 2010-06-03padata: add parenthesis in MAX_SEQ_NR macroDan Carpenter 2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita 2010-05-19padata: Use get_online_cpus/put_online_cpus in padata_freeSteffen Klassert 2010-05-19padata: Add some code commentsSteffen Klassert 2010-05-19padata: Flush the padata queues activelySteffen Klassert 2010-05-19padata: Use a timer to handle remaining objects in the reorder queues Steffen Klassert 2010-05-03padata: Use get_online_cpus/put_online_cpusSteffen Klassert 2010-05-03padata: Initialize the padata queues only for the used cpusSteffen Klassert 2010-05-03padata: Remove superfluous might_sleepSteffen Klassert 2010-05-03padata: cpu hotplug code should depend on CONFIG_HOTPLUG_CPUSteffen Klassert 2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu 2010-05-03padata: Dont scale the parallel objects with the cpusSteffen Klassert 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo 2010-03-29padata: Section cleanupHenrik Kretzschmar 2010-03-04padata: Allocate the cpumask for the padata instanceSteffen Klassert 2010-01-06padata: Generic parallelization/serialization interfaceSteffen Klassert