Questions tagged [bcc-bpf]

Questions related to the development of BPF tools through the use of the bcc (BPF Compiler Collection) framework.

Questions related to the development of BPF tools through the use of the bcc (BPF Compiler Collection) framework.

121 questions
-1
votes
1 answer

Building bcc in alpine, "does not name a type" error

I'm trying to build bcc bcc Alpine. This is the Dockerfile I wrote to compile bcc: FROM alpine:3.7 RUN apk add --update \ git \ llvm-dev \ llvm-static \ clang-dev \ clang-static \ cmake \ flex-dev \ bison \ luajit-dev \ …
oldhomemovie
  • 14,621
  • 13
  • 64
  • 99
1 2 3
8
9