summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorNeilBrown <neil@brown.name>2025-06-09 08:15:17 +1000
committerTrond Myklebust <trond.myklebust@hammerspace.com>2025-07-14 15:20:02 -0700
commitc1b0b9d79fdf8a86451eac914fe6f5cf39bbfc5f (patch)
tree86766ed3dfe897431f5e873f993739f134cbb8be /tools/perf/scripts/python/task-analyzer.py
parent4b5427414749233fb2315a89c9fa64328cf5ec03 (diff)
downloadkernel-c1b0b9d79fdf8a86451eac914fe6f5cf39bbfc5f.tar.gz
nfs: use lock_two_nondirectories()
Rather than open-coding this function call it to make intention clear and to use "correct" nesting levels (parent and child are for directories). This is purely cosmetic with no expected change in behaviour. Signed-off-by: NeilBrown <neil@brown.name> Link: https://lore.kernel.org/r/174942091741.608730.3327223511347232829@noble.neil.brown.name Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
.6.y&id=e999995c84c3abb6dcae83f8c35942a8d4ee0451'>ftrace: cleanup ftrace_graph_caller enable and disableChengming Zhou 2022-03-15x86/ibt,ftrace: Make function-graph play nicePeter Zijlstra 2021-12-09x86: Add straight-line-speculation mitigationPeter Zijlstra 2021-10-20x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware) 2021-10-19x86/ftrace: Remove fault protection code in prepare_ftrace_returnSteven Rostedt (VMware) 2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang 2021-03-15x86: Remove dynamic NOP selectionPeter Zijlstra 2020-06-29x86/ftrace: Do not jump to direct code in created trampolinesSteven Rostedt (VMware) 2020-06-29x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware) 2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig