Lines Matching refs:bpf
4 echo "USAGE: ./sync-kernel.sh <libbpf-repo> <kernel-repo> <bpf-branch>"
6 echo "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <libbpf-repo>/CHECKPOINT-COMMIT."
7 echo "Set BPF_BASELINE to override bpf tree commit, otherwise read from <libbpf-repo>/BPF-CHECKPOINT-COMMIT."
25 echo "Error: linux's bpf tree branch is not specified"
29 echo "Error: bpf or bpf-next baseline commits are not provided"
41 [tools/lib/bpf]=src \
43 [tools/include/uapi/linux/bpf.h]=include/uapi/linux/bpf.h \
54 [Documentation/bpf/libbpf]=docs \
57 LIBBPF_PATHS=("${!PATH_MAP[@]}" ":^tools/lib/bpf/Makefile" ":^tools/lib/bpf/Build" ":^tools/lib/bpf/.gitignore" ":^tools/include/tools/libc_compat.h")
174 # processing bpf tree commits. At this point we don't know yet
210 BPF_BASELINE_TAG=libbpf-bpf-baseline-${SUFFIX}
211 BPF_TIP_TAG=libbpf-bpf-tip-${SUFFIX}
287 --file include/uapi/linux/bpf.h > src/bpf_helper_defs.h
310 Baseline bpf-next commit: ${BASELINE_COMMIT}\n\
311 Checkpoint bpf-next commit: ${TIP_COMMIT}\n\
312 Baseline bpf commit: ${BPF_BASELINE_COMMIT}\n\
313 Checkpoint bpf commit: ${BPF_TIP_COMMIT}/" | \