aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorIvan Khoronzhuk <[email protected]>2019-10-11 03:27:58 +0300
committerAlexei Starovoitov <[email protected]>2019-10-12 16:08:59 -0700
commit0e865aedad571b93b2d8bb780f17befd5ee4b308 (patch)
tree163526c12e274dfe7551dda3db6ff31a1dd97aad /tools/perf/scripts/python/stackcollapse.py
parent2a560df7c147abcced2ff8c3b5572e0b1b36ac3f (diff)
samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm
For arm, -D__LINUX_ARM_ARCH__=X is min version used as instruction set selector and is absolutely required while parsing some parts of headers. It's present in KBUILD_CFLAGS but not in autoconf.h, so let's retrieve it from and add to programs cflags. In another case errors like "SMP is not supported" for armv7 and bunch of other errors are issued resulting to incorrect final object. Signed-off-by: Ivan Khoronzhuk <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions