diff options
| author | Peter Zijlstra <peterz@infradead.org> | 2025-08-12 12:39:02 +0200 |
|---|---|---|
| committer | Peter Zijlstra <peterz@infradead.org> | 2025-08-15 13:12:59 +0200 |
| commit | 86a0a7c59845e7093c9c73a7115c9d86349499d1 (patch) | |
| tree | a521e23a66f7ae04a2ba796afe9c88176a3f8d38 /scripts/gdb/linux/lists.py | |
| parent | 1ea3e3b0dadc06c5e6c1bdf5312e70ee861b1ba0 (diff) | |
perf: Move perf_mmap_calc_limits() into both rb and aux branches
if (cond) {
A;
} else {
B;
}
C;
into
if (cond) {
A;
C;
} else {
B;
C;
}
Suggested-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Link: https://lore.kernel.org/r/20250812104018.781244099@infradead.org
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions
