aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorDave Martin <Dave.Martin@arm.com>2017-08-03 17:23:20 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2017-08-04 15:00:50 +0100
commit0fc9179ad0bf2f97790c0568442299679ca346cf (patch)
treee2b948cd516d5ab45670d8878e227f9c7f0a77bc /tools/perf/scripts/python/stackcollapse.py
parentarm64: neon: replace generic definition of may_use_simd() (diff)
downloadlinux-0fc9179ad0bf2f97790c0568442299679ca346cf.tar.gz
linux-0fc9179ad0bf2f97790c0568442299679ca346cf.zip
arm64: neon: Add missing header guard in <asm/neon.h>
asm/neon.h doesn't have a header inclusion guard, but it should have one for consistency with other headers. This patch adds a suitable guard. Signed-off-by: Dave Martin <Dave.Martin@arm.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
aul Walmsley27-72/+45 2010-12-21OMAP2+: clockdomain: move header file from plat-omap to mach-omap2Paul Walmsley14-17/+20 2010-12-21OMAP2/3: clockdomain: remove unneeded .clkstctrl_reg, remove some direct CM r...Paul Walmsley6-135/+127 2010-12-21OMAP4: clockdomains: add OMAP4 PRCM data and OMAP4 supportPaul Walmsley6-72/+266 2010-12-21OMAP4: CM instances: add clockdomain register offsetsPaul Walmsley4-0/+44 2010-12-21OMAP2+: clockdomains: split the clkdm hwsup enable/disable functionPaul Walmsley1-20/+55 2010-12-21OMAP4: powerdomains: add PRCM partition data; use OMAP4 PRM functionsPaul Walmsley4-41/+115 2010-12-21OMAP2/3: PRM/CM: prefix OMAP2 PRM/CM functions with "omap2_"Paul Walmsley19-478/+507 2010-12-21OMAP4: PRCM: move global reset function for OMAP4 to an OMAP4-specific filePaul Walmsley3-9/+24 2010-12-21OMAP4: PRCM: add OMAP4-specific accessor/mutator functionsPaul Walmsley16-91/+462 2010-12-21OMAP3: PRM/CM: separate CM context save/restore; remove PRM context save/restorePaul Walmsley6-382/+304 2010-12-21OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley60-650/+699 2010-12-21OMAP4: PRCM: rename _MOD macros to _INSTPaul Walmsley6-730/+718