diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-11 11:16:51 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-11 11:16:51 +0300 |
| commit | e37d7ac428b990a86f52bfd29ff5b9865637587f (patch) | |
| tree | 2697e15be7365b5b3bb5ee640128e8038cb916a7 /internal/flags/flags.go | |
| parent | 0124c447f15539c24d1987f5339caa01ca5e9020 (diff) | |
fixes
Diffstat (limited to 'internal/flags/flags.go')
| -rw-r--r-- | internal/flags/flags.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/flags/flags.go b/internal/flags/flags.go index bcdb7b8..775b357 100644 --- a/internal/flags/flags.go +++ b/internal/flags/flags.go @@ -21,6 +21,7 @@ var validCollapsedFields = []string{ "tracepoint", "pid", "tid", + "flags", } var validCollapsedCounts = []string{ |
