aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorZhiqiang Liu <[email protected]>2021-04-11 21:43:10 +0800
committerJens Axboe <[email protected]>2021-04-11 08:37:55 -0600
commit13e1db65d2b9263c3dfe447077981e7a32c857ae (patch)
treefc7b1b0fa985708d5663b1dda3079a6c945b4ff7 /tools/perf/scripts/python/syscall-counts-by-pid.py
parentff917638359e2d0dc122acbb23b74be294ee3d77 (diff)
bcache: reduce redundant code in bch_cached_dev_run()
In bch_cached_dev_run(), free(env[1])|free(env[2])|free(buf) show up three times. This patch introduce out tag in which free(env[1])|free(env[2])|free(buf) are only called one time. If we need to call free() when errors occur, we can set error code to ret, and then goto out tag directly. Signed-off-by: Zhiqiang Liu <[email protected]> Signed-off-by: Coly Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions