Commit 542053c9 authored by Colin Ian King's avatar Colin Ian King

snapcraft: add in some new tools missing from the snapcraft apps list

Add in bpflist and mysqld_qslower to apps list and re-order
dbstat in the list.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
parent aaab74eb
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# #
name: bcc name: bcc
version: 0.2.0-20170223-1653-7c965b3 version: 0.3.0-20170322-1719-aaab74e
summary: BPF Compiler Collection (BCC) summary: BPF Compiler Collection (BCC)
description: A toolkit for creating efficient kernel tracing and manipulation programs description: A toolkit for creating efficient kernel tracing and manipulation programs
confinement: strict confinement: strict
...@@ -38,6 +38,8 @@ apps: ...@@ -38,6 +38,8 @@ apps:
command: wrapper biotop command: wrapper biotop
bitesize: bitesize:
command: wrapper bitesize command: wrapper bitesize
bpflist:
command: wrapper bpflist
btrfsdist: btrfsdist:
command: wrapper btrfsdist command: wrapper btrfsdist
btrfsslower: btrfsslower:
...@@ -52,10 +54,10 @@ apps: ...@@ -52,10 +54,10 @@ apps:
command: wrapper cpudist command: wrapper cpudist
cpuunclaimed: cpuunclaimed:
command: wrapper cpuunclaimed command: wrapper cpuunclaimed
dbstat:
command: wrapper dbstat
dbslower: dbslower:
command: wrapper dbslower command: wrapper dbslower
dbstat:
command: wrapper dbstat
dcsnoop: dcsnoop:
command: wrapper dcsnoop command: wrapper dcsnoop
dcstat: dcstat:
...@@ -92,6 +94,8 @@ apps: ...@@ -92,6 +94,8 @@ apps:
command: wrapper memleak command: wrapper memleak
mountsnoop: mountsnoop:
command: wrapper mountsnoop command: wrapper mountsnoop
mysqld-qslower:
command: wrapper mysqld_qslower
offcputime: offcputime:
command: wrapper offcputime command: wrapper offcputime
offwaketime: offwaketime:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment