summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2013-02-18 18:22:14 +0000
committerCatalin Marinas <catalin.marinas@arm.com>2013-03-18 10:42:14 +0000
commita2c91547b5b1b9ae515851a85b5574f205b8e1c4 (patch)
tree078d26a97d4da1c6edaed09202d5c6e083a099bb /tools/perf/scripts/python/task-analyzer.py
parent0d96724e298c08ba24589b4802b0a26b6a237721 (diff)
downloadkernel-a2c91547b5b1b9ae515851a85b5574f205b8e1c4.tar.gz
arm64: Fix build error with !SMP
The __atomic_hash is only defined when SMP is enabled but the arm64ksyms.c exports it even for the UP case. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
nux-6.12.y&id=211a741cd3e124bffdc13ee82e7e65f204e53f60'>tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek 2021-01-15perf build: Support build BPF skeletons with perfSong Liu 2020-11-11tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker 2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2020-03-10bpftool: Introduce "prog profile" commandSong Liu 2020-03-06tools: Let O= makes handle a relative path with -C optionMasami Hiramatsu 2019-07-23perf build: Do not use -Wshadow on gcc < 4.8Arnaldo Carvalho de Melo 2018-04-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes 2018-03-16arch: remove tile portArnd Bergmann 2018-02-21tools: fix cross-compile var clobberingMartin Kelly 2017-12-08tools: bpftool: create "uninstall", "doc-uninstall" make targetsQuentin Monnet 2017-11-18kbuild: /bin/pwd -> pwdBjørn Forsman 2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-07kbuild: revert $(realpath ...) to $(shell cd ... && /bin/pwd)Masahiro Yamada 2017-09-14Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds 2017-09-01kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd)Masahiro Yamada 2017-08-28perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros 2017-06-06kbuild: simplify silent build (-s) detectionMasahiro Yamada 2017-03-03tools arch x86: Include asm/cmpxchg.hArnaldo Carvalho de Melo 2017-02-14tools: Suppress request for warning options not existent in clangArnaldo Carvalho de Melo 2017-01-26tools build: Add tools tree support for 'make -s'Josh Poimboeuf