From 281a433b9ff39c0b290adfc901bdf47cc486491f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 27 Feb 2026 21:50:08 +0200 Subject: flags: change default flamegraph order to comm-first --- internal/flags/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/flags/flags.go') diff --git a/internal/flags/flags.go b/internal/flags/flags.go index dccbe0d..8785ea9 100644 --- a/internal/flags/flags.go +++ b/internal/flags/flags.go @@ -144,7 +144,7 @@ func parse() { // If future kernels regress, add targeted exclusions here. if *fields == "" { - singleton.CollapsedFields = []string{"pid", "path", "tracepoint"} + singleton.CollapsedFields = []string{"comm", "path", "tracepoint"} } else { singleton.CollapsedFields = strings.Split(*fields, ",") } -- cgit v1.2.3