diff options
author | Peter Zijlstra <peterz@infradead.org> | 2024-11-04 14:39:26 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2025-03-04 09:43:15 +0100 |
commit | 8eaec7bb723c9a0addfc0457e2f28e41735607af (patch) | |
tree | 0906e2a5e8c70414e88930283eb4b58d98d258c3 /tools/perf/scripts/python/gecko.py | |
parent | 0c8a4e4139adf09b27fb910edbc596ea2d31a5db (diff) |
perf/core: Remove retry loop from perf_mmap()
AFAICT there is no actual benefit from the mutex drop on re-try. The
'worst' case scenario is that we instantly re-gain the mutex without
perf_mmap_close() getting it. So might as well make that the normal
case.
Reflow the code to make the ring buffer detach case naturally flow
into the no ring buffer case.
[ mingo: Forward ported it ]
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Ravi Bangoria <ravi.bangoria@amd.com>
Link: https://lore.kernel.org/r/20241104135519.463607258@infradead.org
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions