Home
last modified time | relevance | path

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

/tools/build/feature/
A Dtest-libbpf.c4 #if !defined(LIBBPF_MAJOR_VERSION) || (LIBBPF_MAJOR_VERSION < 1)
/tools/lib/bpf/
A Dlibbpf_common.h27 (LIBBPF_MAJOR_VERSION > (major) || \
28 (LIBBPF_MAJOR_VERSION == (major) && LIBBPF_MINOR_VERSION >= (minor)))
A Dlibbpf_version.h6 #define LIBBPF_MAJOR_VERSION 1 macro
A DMakefile11 LIBBPF_MAJOR_VERSION := $(word 1,$(subst ., ,$(LIBBPF_VERSION))) macro
162 --shared -Wl,-soname,libbpf.so.$(LIBBPF_MAJOR_VERSION) \
165 @ln -sf $(@F) $(OUTPUT)libbpf.so.$(LIBBPF_MAJOR_VERSION)
266 *.o *.a *.so *.so.$(LIBBPF_MAJOR_VERSION) *.pc)
A Dlibbpf.c350 return LIBBPF_MAJOR_VERSION; in libbpf_major_version()
362 return "v" _S(LIBBPF_MAJOR_VERSION) "." _S(LIBBPF_MINOR_VERSION); in libbpf_version_string()
/tools/sched_ext/include/scx/
A Dcompat.h182 #if LIBBPF_MAJOR_VERSION > 1 || \
183 (LIBBPF_MAJOR_VERSION == 1 && LIBBPF_MINOR_VERSION >= 5)
/tools/bpf/bpftool/
A Dmain.c100 #define BPFTOOL_MAJOR_VERSION (LIBBPF_MAJOR_VERSION + 6)
/tools/perf/tests/
A Dmake189 …f/libbpf.h>' | $(CC) -E -dM -x c -| grep -q -E "define[[:space:]]+LIBBPF_MAJOR_VERSION[[:space:]]+…

Completed in 35 milliseconds