Searched defs:LIBBPF_MAP_VERSION (Results 1 - 1 of 1) sorted by relevance
/third_party/libbpf/src/ | ||
H A D | Makefile | 16 LIBBPF_MAP_VERSION := $(shell grep -oE '^LIBBPF_([0-9.]+)' libbpf.map | sort -rV | head -n1 | cut -d'_' -f2) macro |
Completed in 2 milliseconds