Lines Matching +full:system +full:- +full:observe
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 VERSION=$(shell git tag | tail -1 | cut -c2-)
23 COMMITS=$(shell git log --oneline | wc -l)
24 SHA=$(shell git log -1 --oneline | cut -d' ' -f1)
26 V=$(VERSION)-$(DATE)-$(COMMITS)-$(SHA)
32 cat snapcraft.yaml | sed 's/version: .*/version: $(V)/' > snapcraft-tmp.yaml
33 mv snapcraft-tmp.yaml snapcraft.yaml
39 sudo snap install --devmode bcc_*.snap
44 sudo snap connect bcc:mount-observe
45 sudo snap connect bcc:system-observe
46 sudo snap connect bcc:system-trace
53 rm -rf setup *.snap snapcraft