Home
last modified time | relevance | path

Searched refs:LIBBPF_MAJOR_VERSION (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/build/feature/
H A Dtest-libbpf.c4 #if !defined(LIBBPF_MAJOR_VERSION) || (LIBBPF_MAJOR_VERSION < 1)
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_common.h27 (LIBBPF_MAJOR_VERSION > (major) || \
28 (LIBBPF_MAJOR_VERSION == (major) && LIBBPF_MINOR_VERSION >= (minor)))
H A Dlibbpf_version.h6 #define LIBBPF_MAJOR_VERSION 1 macro
H A DMakefile11 LIBBPF_MAJOR_VERSION := $(word 1,$(subst ., ,$(LIBBPF_VERSION))) macro
167 --shared -Wl,-soname,libbpf.so.$(LIBBPF_MAJOR_VERSION) \
170 @ln -sf $(@F) $(OUTPUT)libbpf.so.$(LIBBPF_MAJOR_VERSION)
271 *.o *.a *.so *.so.$(LIBBPF_MAJOR_VERSION) *.pc)
H A Dlibbpf.c310 return LIBBPF_MAJOR_VERSION; in libbpf_major_version()
322 return "v" _S(LIBBPF_MAJOR_VERSION) "." _S(LIBBPF_MINOR_VERSION); in libbpf_version_string()
/openbmc/linux/tools/bpf/bpftool/
H A Dmain.c100 #define BPFTOOL_MAJOR_VERSION (LIBBPF_MAJOR_VERSION + 6)
/openbmc/linux/tools/perf/tests/
H A Dmake185 …bpf/libbpf.h>' | $(CC) -E -dM -x c -| egrep -q "define[[:space:]]+LIBBPF_MAJOR_VERSION[[:space:]]+…