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/flamegraph/nativesvg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/flamegraph') diff --git a/internal/flamegraph/nativesvg.go b/internal/flamegraph/nativesvg.go index 89a3e6b..8a2bcd5 100644 --- a/internal/flamegraph/nativesvg.go +++ b/internal/flamegraph/nativesvg.go @@ -12,7 +12,7 @@ import ( // // Flamegraphs are generated natively by ior from .ior.zst data files; no external // flamegraph tool is required. The CLI typically drives this via the -ior flag, -// which reads trace data, aggregates it into a trie of stack frames (e.g. pid,path,tracepoint) +// which reads trace data, aggregates it into a trie of stack frames (e.g. comm,path,tracepoint) // and renders a self-contained SVG that can be viewed in a browser. type NativeSVG struct { fields []string -- cgit v1.2.3