HomeSort by relevance Sort by last modified time
    Searched refs:libbpf (Results 1 - 19 of 19) sorted by null

  /external/bcc/scripts/
check-helpers.sh 4 libbpf=$(grep -oP '(?<={")\w+(?=", "\d\.\d+")' src/cc/libbpf.c | sort)
6 dif=$(diff <(echo "$doc") <(echo "$libbpf"))
8 echo "The lists of helpers in src/cc/libbpf.c and docs/kernel-versions.md differ:"
  /external/linux-kselftest/tools/testing/selftests/bpf/
trace_helpers.h 5 #include <libbpf.h>
test_dev_cgroup.c 17 #include <bpf/libbpf.h>
test_lirc_mode2_user.c 45 #include <bpf/libbpf.h>
flow_dissector_load.c 12 #include <bpf/libbpf.h>
test_libbpf_open.c 5 "Libbpf test program for loading BPF ELF object files";
11 #include <bpf/libbpf.h>
92 printf("Open BPF ELF-file with libbpf: %s\n", filename);
109 printf("Close BPF ELF-file with libbpf: %s\n",
test_netcnt.c 12 #include <bpf/libbpf.h>
test_section_names.c 5 #include <bpf/libbpf.h>
test_tcpbpf_user.c 11 #include <bpf/libbpf.h>
Makefile 64 BPFOBJ := $(OUTPUT)/libbpf.a
68 $(TEST_GEN_PROGS_EXTENDED): $(OUTPUT)/libbpf.a
get_cgroup_id_user.c 19 #include <bpf/libbpf.h>
test_skb_cgroup_id_user.c 16 #include <bpf/libbpf.h>
test_socket_cookie.c 13 #include <bpf/libbpf.h>
test_select_reuseport.c 20 #include <bpf/libbpf.h>
test_sock_addr.c 19 #include <bpf/libbpf.h>
test_sockmap.c 38 #include <bpf/libbpf.h>
    [all...]
test_btf.c 19 #include <bpf/libbpf.h>
    [all...]
test_maps.c 26 #include <bpf/libbpf.h>
    [all...]
test_progs.c 35 #include <bpf/libbpf.h>
    [all...]

Completed in 851 milliseconds