summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2025-08-05 23:32:39 +0200
committerAndreas Gruenbacher <agruenba@redhat.com>2025-11-26 23:51:47 +0000
commit8daf6c2b3d8ceea5559cceb8ed7e1275ee72a7be (patch)
tree33860133ec7b30ce855861318af4997b66ea68bc /tools/perf/scripts/python/flamegraph.py
parent9c4a3de6cd5b46aa743c460b86eb58fe5f93daec (diff)
downloadkernel-8daf6c2b3d8ceea5559cceb8ed7e1275ee72a7be.tar.gz
gfs2: Get rid of delayed withdraws
Now that gfs2_withdraw() is asynchronous, is can be called in any context and there is no more need for gfs2_withdraw_delayed() or for turning delayed withdraws into actual withdraws. Remove the now-obsolete code. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
counting difficult. Move those functions inside one #ifdef block and move all of them together. This is preparatory patch for next patch to convert this into TAP format. So in this patch, we are just moving functions around without any changes. With and without this patch, the output of this patch is same. Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>