Searched refs:libelf (Results 1 – 19 of 19) sorted by relevance
| /linux-6.15/tools/build/ |
| H A D | Makefile.feature | 76 libelf \ 77 libelf-getphdrnum \ 78 libelf-gelf_getnote \ 79 libelf-getshdrstrndx \ 80 libelf-zstd \ 153 libelf \
|
| /linux-6.15/tools/build/feature/ |
| H A D | Makefile | 26 test-libelf.bin \ 27 test-libelf-getphdrnum.bin \ 28 test-libelf-gelf_getnote.bin \ 29 test-libelf-getshdrstrndx.bin \ 30 test-libelf-zstd.bin \ 144 $(OUTPUT)test-libelf.bin: 190 $(OUTPUT)test-libelf-getphdrnum.bin: 193 $(OUTPUT)test-libelf-gelf_getnote.bin: 196 $(OUTPUT)test-libelf-getshdrstrndx.bin: 199 $(OUTPUT)test-libelf-zstd.bin:
|
| /linux-6.15/Documentation/bpf/libbpf/ |
| H A D | libbpf_build.rst | 6 libelf and zlib are internal dependencies of libbpf and thus are required to link 8 pkg-config is used by default to find libelf, and the program called 30 To build both static libbpf.a and shared libbpf.so against a custom libelf
|
| /linux-6.15/tools/perf/ |
| H A D | Makefile.config | 437 ifeq ($(feature-libelf), 0) 445 …$(error ERROR: No libelf found. Disables 'probe' tool, jvmti and BPF support. Please install libel… 538 ifeq ($(feature-libelf-getphdrnum), 1) 542 ifeq ($(feature-libelf-gelf_getnote), 1) 545 $(warning gelf_getnote() not found on libelf, SDT support disabled) 548 ifeq ($(feature-libelf-getshdrstrndx), 1) 552 ifeq ($(feature-libelf-zstd), 1) 554 $(error Error: libzstd is required by libelf, please do not set NO_LIBZSTD) 681 $(warning Warning: Disabled BPF skeletons as libelf is required by bpftool)
|
| /linux-6.15/tools/objtool/ |
| H A D | Makefile | 21 LIBELF_FLAGS := $(shell $(HOSTPKG_CONFIG) libelf --cflags 2>/dev/null) 22 LIBELF_LIBS := $(shell $(HOSTPKG_CONFIG) libelf --libs 2>/dev/null || echo -lelf)
|
| /linux-6.15/tools/bpf/resolve_btfids/ |
| H A D | Makefile | 65 LIBELF_FLAGS := $(shell $(HOSTPKG_CONFIG) libelf --cflags 2>/dev/null) 66 LIBELF_LIBS := $(shell $(HOSTPKG_CONFIG) libelf --libs 2>/dev/null || echo -lelf)
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.pc.template | 11 Requires.private: libelf zlib
|
| /linux-6.15/scripts/package/ |
| H A D | kernel.spec | 20 BuildRequires: (elfutils-libelf-devel or libelf-devel) flex
|
| H A D | PKGBUILD | 28 libelf
|
| H A D | mkdebian | 213 kmod, libdw-dev:native, libelf-dev:native,
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-check.txt | 58 libelf / HAVE_LIBELF_SUPPORT
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | Makefile | 108 FEATURE_TESTS += libelf-zstd 136 ifeq ($(feature-libelf-zstd),1)
|
| /linux-6.15/samples/bpf/ |
| H A D | README.rst | 118 say libelf, providing address to file system containing headers and libs,
|
| /linux-6.15/Documentation/bpf/ |
| H A D | s390.rst | 59 libelf-dev:s390x \
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | Makefile | 34 LIBELF_CFLAGS := $(shell $(PKG_CONFIG) libelf --cflags 2>/dev/null) 35 LIBELF_LIBS := $(shell $(PKG_CONFIG) libelf --libs 2>/dev/null || echo -lelf)
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | quickly-build-trimmed-linux.rst | 105 'pahole', 'perl', and the development headers for 'libelf' and 'openssl'. The 437 pahole perl-base libssl-dev libelf-dev 441 sudo dnf install binutils /usr/include/{libelf.h,openssl/pkcs7.h} \ 447 openssl openssl-devel libelf-dev
|
| H A D | verify-bugs-and-bisect-regressions.rst | 365 'pahole', 'perl', and the development headers for 'libelf' and 'openssl'. The 1237 sudo pacman --needed -S bc binutils bison flex gcc git kmod libelf openssl \ 1242 sudo apt install bc binutils bison dwarves flex gcc git kmod libelf-dev \ 1250 /usr/include/{libelf.h,openssl/pkcs7.h,zlib.h,ncurses.h,qt6/QtGui/QAction} 1255 kernel-install-tools libelf-devel make modutils openssl openssl-devel \
|
| H A D | workload-tracing.rst | 86 sudo apt install libelf-dev systemtap-sdt-dev libslang2-dev libperl-dev libdw-dev
|
| /linux-6.15/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-gen.rst | 187 the majority of the libbpf infrastructure, and does not need libelf.
|