summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2025-06-26 10:30:54 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-07-16 14:11:20 +0200
commit01afddcac630b8c6a5f44ac5d0e508ca440e44a2 (patch)
treed442851c1555dc6b20f2197a39e77626219f0f66 /tools/perf/scripts/python/parallel-perf.py
parent1da2dca2fb3ab241da86890312f2bfb9c1d0d6c3 (diff)
downloadkernel-01afddcac630b8c6a5f44ac5d0e508ca440e44a2.tar.gz
binder: use guards for plain mutex- and spinlock-protected sections
Use 'guard(mutex)' and 'guard(spinlock)' for plain (i.e. non-scoped) mutex- and spinlock-protected sections, respectively, thus making locking a bit simpler. Briefly tested with 'stress-ng --binderfs'. Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru> Reviewed-by: Alice Ryhl <aliceryhl@google.com> Acked-by: Carlos Llamas <cmllamas@google.com> Link: https://lore.kernel.org/r/20250626073054.7706-2-dmantipov@yandex.ru Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
d> 2015-08-30ASoC: sti_uniperif: Ensure component is unregistered when unload moduleAxel Lin 2015-08-07ASoC: sti: Add IEC controlArnaud Pouliquen 2015-07-29ASoC: uniperf: Staticise local symbolsLars-Peter Clausen 2015-07-29ASoC: uniperf: Add missing __iomem annotationLars-Peter Clausen 2015-07-21ASoC: sti: error handling bug in sti_uniperiph_cpu_dai_of()Dan Carpenter 2015-07-20ASoC: sti-uniperf: Fix implicit inclusion of pinctrlMark Brown 2015-07-17ASoC: sti: sti_uniperiph_dai_create_ctrl() can be statickbuild test robot 2015-07-16ASoC: sti: Add clock adjustement controlArnaud Pouliquen 2015-07-16ASoC: Add ability to build sti driversArnaud Pouliquen 2015-07-16ASoC: sti: Add uniperipheral dai driverArnaud Pouliquen 2015-07-16ASoC: sti: Add CPU DAI driver for captureArnaud Pouliquen 2015-07-16ASoC: sti: minor corrections for uniplayerArnaud Pouliquen 2015-07-10ASoC: sti: Add CPU DAI driver for playbackArnaud Pouliquen 2015-07-10ASoC: sti: Add uniperipheral header fileArnaud Pouliquen