package
0.0.0-20250312152250-ea85ec9d2454
Repository: https://github.com/snapcore/snapd.git
Documentation: pkg.go.dev

# Functions

Command returns how to run strace in the users context with the right set of excluded system calls.
NewExecveTiming returns a new ExecveTiming struct that keeps the given amount of the slowest exec samples.
TraceExecCommand returns an exec.Cmd suitable for tracking timings of execve{,at}() calls.
No description provided by the author

# Variables

Export excluded syscalls as used by this package and multiple testsuites.

# Structs

ExecveTiming measures the execve calls timings under strace.
ExeRuntime is the runtime of an individual executable.