summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorMathias Krause <minipli@googlemail.com>2013-09-30 22:03:08 +0200
committerDavid S. Miller <davem@davemloft.net>2013-10-02 16:03:50 -0400
commitac73bf50b709dea4e39635151b861b8a8f52bfbb (patch)
treef63b489a95edfd71781772370511fe16bb398fb0 /tools/perf/scripts/python/flamegraph.py
parent162b2bedc084d2d908a04c93383ba02348b648b0 (diff)
downloadkernel-ac73bf50b709dea4e39635151b861b8a8f52bfbb.tar.gz
connector: use 'size' everywhere in cn_netlink_send()
We calculated the size for the netlink message buffer as size. Use size in the memcpy() call as well instead of recalculating it. Signed-off-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
boe <axboe@kernel.dk> 2023-07-17io_uring/cancel: abstract out request match helperJens Axboe We have different match code in a variety of spots. Start the cleanup of this by abstracting out a helper that can be used to check if a given request matches the cancelation criteria outlined in io_cancel_data. Signed-off-by: Jens Axboe <axboe@kernel.dk> 2023-06-20io_uring: use io_file_from_index in __io_sync_cancelChristoph Hellwig Use io_file_from_index instead of open coding it. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20230620113235.920399-7-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>