summaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2016-12-02 07:15:45 +0100
committerJuergen Gross <jgross@suse.com>2016-12-09 10:59:13 +0100
commit3da96be58f2c8aaa86cfe78b16f837e610dfcfe2 (patch)
treeadbccc218d18d3473e39f121c97442f2f3a5ff67 /tools/perf/scripts
parent738662c35c491fc360bb6adcb8a0db88d87b5d88 (diff)
downloadkernel-3da96be58f2c8aaa86cfe78b16f837e610dfcfe2.tar.gz
xen/scsifront: don't request a slot on the ring until request is ready
Instead of requesting a new slot on the ring to the backend early, do so only after all has been setup for the request to be sent. This makes error handling easier as we don't need to undo the request id allocation and ring slot allocation. Suggested-by: Jan Beulich <jbeulich@suse.com> Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions
ort to export-to-postgresql.pyTony Jones 2019-03-01perf scripts python: export-to-postgresql.py: Export calls parent_idAdrian Hunter 2019-03-01perf scripts python: export-to-postgresql.py: Fix invalid input syntax for in...Adrian Hunter 2019-02-06perf thread-stack: Represent jmps to the start of a different symbolAdrian Hunter 2018-10-23perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.pyAdrian Hunter 2018-09-25perf script python: Fix export-to-postgresql.py occasional failureAdrian Hunter 2017-08-15perf script python: Rename call-graph-from-postgresql.py to call-graph-from-s...Adrian Hunter 2017-08-15perf scripts python: Fix missing call_path_id in export-to-postgresql scriptAdrian Hunter 2016-05-06perf script: Update export-to-postgresql to support callchain exportChris Phlipot 2016-04-19perf script: Fix postgresql ubuntu install instructionsChris Phlipot 2015-09-28perf tools: Add more documentation to export-to-postgresql.py scriptAdrian Hunter 2015-08-21perf tools: Add example call-graph scriptAdrian Hunter 2014-11-03perf tools: Add call information to Python exportAdrian Hunter 2014-11-03perf tools: Add branch_type and in_tx to Python exportAdrian Hunter 2014-10-29perf script: Add Python script to export to postgresqlAdrian Hunter