~mvo/snapd/+git/snapd-mvo:snap-run-perf

Last commit made on 2018-11-30
Get this branch:
git clone -b snap-run-perf https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
snap-run-perf
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

2ebd659... by Michael Vogt

strace: fix imports ordering

b5a06db... by Michael Vogt

strace: address review feedback

9ee26d4... by Michael Vogt

strace: improve comments in runCmdWithTraceExec()

b038a0e... by Michael Vogt

osutil/strace: add new TraceExecCommand() helper

14ede8f... by Michael Vogt

strace: improve comments for TraceExecveTimings

9ea3e39... by Michael Vogt

strace: simplify code

cb9e8d1... by Michael Vogt

snap,osutil: move all timing related helpers to the new strace pkg

f05387d... by Michael Vogt

snap,osutil: add new osutil/strace package

This extract the strace usage in cmd/snap/cmd_run.go into a new
osutil/strace package for better separation and testing.

a99ebc0... by Michael Vogt

snap: add test TestRunCmdWithTraceExecUnhappy

d7dbb22... by Michael Vogt

snap: address some review feedback (thanks to Samuele)