OSDN Git Service

bpf: runqslower: Prefer using local vmlimux to generate vmlinux.h
authorSong Liu <songliubraving@fb.com>
Thu, 25 Feb 2021 23:43:18 +0000 (15:43 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 26 Feb 2021 19:51:48 +0000 (11:51 -0800)
commit4b0d2d4156cfb9f27d8e52a33d3522a78002fca1
tree30b0300e720fb600c6a43bf121720820244b890c
parentc540957a4d1d13934e93e53ce3056ac4108ffc29
bpf: runqslower: Prefer using local vmlimux to generate vmlinux.h

Update the Makefile to prefer using $(O)/vmlinux, $(KBUILD_OUTPUT)/vmlinux
(for selftests) or ../../../vmlinux. These two files should have latest
definitions for vmlinux.h.

Signed-off-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20210225234319.336131-6-songliubraving@fb.com
tools/bpf/runqslower/Makefile