• Home
  • Raw
  • Download

Lines Matching full:bpftool

4 	echo "USAGE: ./sync-kernel.sh <bpftool-repo> <kernel-repo>"
6 …echo "This script synchronizes the mirror with upstream bpftool sources from the kernel repository…
8 … - Update the libbpf submodule, commit, and use its new checkpoints as target commits for bpftool."
14 …echo "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <bpftool-repo>/C…
15 …echo "Set BPF_BASELINE to override bpf tree commit, otherwise read from <bpftool-repo>/BPF-CHECKPO…
16 …TIP_COMMIT to override bpf-next tree target commit, otherwise read from <bpftool-repo>/libbpf/CHEC…
17 …echo "Set BPF_TIP_COMMIT to override bpf tree target commit, otherwise read from <bpftool-repo>/li…
29 echo "Error: bpftool or linux repos are not specified"
48 BPFTOOL_SRC_DIR="tools/bpf/bpftool"
76 # Deal with tools/bpf/bpftool first, because once we've mkdir-ed src/, command
77 # "git mv" doesn't move bpftool _as_ src but _into_ src/.
122 # Cherry-pick commits touching bpftool-related files
153 # commit with the same subject is already in bpftool, but it's
155 echo "Commit '${desc}' is synced into bpftool as:"
176 # commit hasn't been synced into bpftool yet
179 …echo "Warning! Cherry-picking '${desc} failed, checking if it's non-bpftool files causing problems…
186 echo "Looks like only non-bpftool files have conflicts, ignoring..."
210 # the final commit sha in bpftool repo, so we record Linux SHA
233 BPFTOOL_SYNC_TAG="bpftool-sync-${SUFFIX}"
264 echo "Dumping existing bpftool commit signatures..."
273 BASELINE_TAG="bpftool-baseline-${SUFFIX}"
274 TIP_TAG="bpftool-tip-${SUFFIX}"
275 BPF_BASELINE_TAG="bpftool-bpf-baseline-${SUFFIX}"
276 BPF_TIP_TAG="bpftool-bpf-tip-${SUFFIX}"
277 VIEW_TAG="bpftool-view-${SUFFIX}"
280 SQUASH_BASE_TAG="bpftool-squash-base-${SUFFIX}"
281 SQUASH_TIP_TAG="bpftool-squash-tip-${SUFFIX}"
286 echo "BPFTOOL REPO: ${BPFTOOL_REPO}"
301 echo "BPFTOOL SYNC TAG: ${BPFTOOL_SYNC_TAG}"
317 # Move all bpftool files into __bpftool directory.
322 # If there are no new commits with bpftool-related changes, bail out
333 # Now is time to re-apply bpftool-related linux patches to bpftool repo
352 sync: Pull latest bpftool changes from kernel\n\
354 Syncing latest bpftool commits from kernel repository.\n\
363 echo "Verifying Linux's and Github's bpftool state"