Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 26, 2020 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/94705e38736d213f986fe5c90ff1f285 to your computer and use it in GitHub Desktop.
Save r-ryantm/94705e38736d213f986fe5c90ff1f285 to your computer and use it in GitHub Desktop.
/nix/store/g2i7v5zj1k7lfq1cn09q18wzl4cpbv6q-libbpf-0.0.9
├── include
│   └── bpf
│   ├── bpf_core_read.h
│   ├── bpf_endian.h
│   ├── bpf.h
│   ├── bpf_helper_defs.h
│   ├── bpf_helpers.h
│   ├── bpf_tracing.h
│   ├── btf.h
│   ├── libbpf_common.h
│   ├── libbpf.h
│   ├── libbpf_util.h
│   └── xsk.h
├── lib
│   ├── libbpf.a
│   ├── libbpf.so -> libbpf.so.0
│   ├── libbpf.so.0 -> libbpf.so.0.0.9
│   ├── libbpf.so.0.0.9
│   └── pkgconfig
│   └── libbpf.pc
└── lib64 -> lib
5 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment