summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2025-09-25 10:45:18 +0200
committerAlexander Gordeev <agordeev@linux.ibm.com>2025-09-29 13:52:08 +0200
commit4335edb7138b45abab65f01d2be77a9be9cfd2fe (patch)
tree52831751d3885f3bdf98c8b9013e1d2ff12126d7 /tools/perf/scripts/python/bin/stackcollapse-report
parentf0edc8f113a39d1c9f8cf83e865c32b0668d80e0 (diff)
downloadkernel-4335edb7138b45abab65f01d2be77a9be9cfd2fe.tar.gz
s390: Remove superfluous newlines from inline assemblies
Remove superfluous newlines from inline assemblies. Compilers use the number of lines of inline assemblies as heuristic for the complexity and inline decisions. Therefore inline assemblies should only contain as many lines as required. A lot of inline assemblies contain a superfluous newline for the last line. Remove such newlines to improve compiler inlining decisions. Suggested-by: Juergen Christ <jchrist@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com> Reviewed-by: Juergen Christ <jchrist@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
neider 2020-08-04Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2020-06-27drivers/irqchip: Use new macro ACPI_DECLARE_SUBTABLE_PROBE_ENTRYOscar Carter 2020-06-21irqchip/gic: Atomically update affinityMarc Zyngier 2020-05-25irqchip/gic-v2, v3: Drop extra IRQ_NOAUTOEN setting for (E)PPIsValentin Schneider 2019-08-20irqchip/gic: Prepare for more than 16 PPIsMarc Zyngier 2019-08-20irqchip/gic: Rework gic_configure_irq to take the full ICFGR baseMarc Zyngier 2019-08-07irqchip/gic: Register the distributor's PA instead of its VA in fwnodeMarc Zyngier 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner 2019-04-04acpi: Create subtable parsing infrastructureKeith Busch 2019-03-11irqchip/gic: Drop support for secondary GIC in non-DT systemsMarc Zyngier 2018-12-18genirq: Fix various typos in commentsIngo Molnar 2018-03-28irqchip/gic: Update supports_deactivate static key to modern apiDavidlohr Bueso 2018-03-16irqchip/gic: Loudly complain about the use of IRQ_TYPE_NONEMarc Zyngier 2018-03-14irqchip/gic-v2: Reset APRn registers at boot timeMarc Zyngier 2017-11-16Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds 2017-11-06KVM: arm/arm64: Check that system supports split eoi/deactivateChristoffer Dall 2017-11-02irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interfaceMarc Zyngier 2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2017-08-31Merge tag 'irqchip-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner 2017-08-31irqchip/gic: Make irq_chip constBhumika Goyal 2017-08-18irqchip/gic: Report that effective affinity is a single targetMarc Zyngier 2017-08-02irqchip/gic: Ensure we have an ISB between ack and ->handle_irqWill Deacon 2017-07-04irqchip/gic-v2: Report failures in gic_irq_domain_allocSuzuki K Poulose