Skip to content

Add BCC and bpftrace #1822

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
35 changes: 35 additions & 0 deletions bcc.be0
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION bcc-0.14.0-0

SRCURL[0]="https://github.com/iovisor/bcc/releases/download/v${PKGVERSION}/bcc-src-with-submodule.tar.gz bcc-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}