[2/2] Add differential flamegraph script by ddelnano · Pull Request #2044 · pixie-io/pixie
ddelnano added a commit that referenced this pull request
Nov 12, 2024…ameGraph` display spec (#2043) Summary: Support rendering differential flamegraphs in the `StackTraceFlameGraph` display spec This change makes it possible to render a [differential flamegraphs](https://www.brendangregg.com/blog/2014-11-09/differential-flame-graphs.html). These are useful for comparing flamegraph profiles against each other in order to see what code paths are called more or less than the baseline profile. When a Vis spec specifies a `differenceColumn`, the widget will render this differential flamegraph. The difference column computes the sample delta between the baseline profile and the new profile. Relevant Issues: N/A Type of change: /kind feature Test Plan: New unit tests pass and pxl script relying on this works as expected (see #2044)  Changelog Message: Add support for rendering differential flamegraphs in the `StackTraceFlameGraph` display spec
Signed-off-by: Dom Del Nano <ddelnano@gmail.com> (cherry picked from commit 12881672c021e47a9090df3335c29f6048e99df3)
ddelnano
marked this pull request as ready for review
ddelnano
deleted the
ddelnano/add-diff-flamegraph-script
branch
ddelnano added a commit to ddelnano/pixie that referenced this pull request
Aug 6, 2025…ameGraph` display spec (pixie-io#2043) Summary: Support rendering differential flamegraphs in the `StackTraceFlameGraph` display spec This change makes it possible to render a [differential flamegraphs](https://www.brendangregg.com/blog/2014-11-09/differential-flame-graphs.html). These are useful for comparing flamegraph profiles against each other in order to see what code paths are called more or less than the baseline profile. When a Vis spec specifies a `differenceColumn`, the widget will render this differential flamegraph. The difference column computes the sample delta between the baseline profile and the new profile. Relevant Issues: N/A Type of change: /kind feature Test Plan: New unit tests pass and pxl script relying on this works as expected (see pixie-io#2044)  Changelog Message: Add support for rendering differential flamegraphs in the `StackTraceFlameGraph` display spec GitOrigin-RevId: 4778ba1
ddelnano added a commit to csmc-io/pixie that referenced this pull request
Jan 8, 2026…ameGraph` display spec (#2043) Summary: Support rendering differential flamegraphs in the `StackTraceFlameGraph` display spec This change makes it possible to render a [differential flamegraphs](https://www.brendangregg.com/blog/2014-11-09/differential-flame-graphs.html). These are useful for comparing flamegraph profiles against each other in order to see what code paths are called more or less than the baseline profile. When a Vis spec specifies a `differenceColumn`, the widget will render this differential flamegraph. The difference column computes the sample delta between the baseline profile and the new profile. Relevant Issues: N/A Type of change: /kind feature Test Plan: New unit tests pass and pxl script relying on this works as expected (see pixie-io/pixie#2044)  Changelog Message: Add support for rendering differential flamegraphs in the `StackTraceFlameGraph` display spec GitOrigin-RevId: 4778ba1
ddelnano added a commit to csmc-io/pixie that referenced this pull request
Jan 8, 2026…ameGraph` display spec (#2043) Summary: Support rendering differential flamegraphs in the `StackTraceFlameGraph` display spec This change makes it possible to render a [differential flamegraphs](https://www.brendangregg.com/blog/2014-11-09/differential-flame-graphs.html). These are useful for comparing flamegraph profiles against each other in order to see what code paths are called more or less than the baseline profile. When a Vis spec specifies a `differenceColumn`, the widget will render this differential flamegraph. The difference column computes the sample delta between the baseline profile and the new profile. Relevant Issues: N/A Type of change: /kind feature Test Plan: New unit tests pass and pxl script relying on this works as expected (see pixie-io/pixie#2044)  Changelog Message: Add support for rendering differential flamegraphs in the `StackTraceFlameGraph` display spec GitOrigin-RevId: 4778ba1
ddelnano added a commit to csmc-io/pixie that referenced this pull request
Jan 8, 2026…ameGraph` display spec (#2043) Summary: Support rendering differential flamegraphs in the `StackTraceFlameGraph` display spec This change makes it possible to render a [differential flamegraphs](https://www.brendangregg.com/blog/2014-11-09/differential-flame-graphs.html). These are useful for comparing flamegraph profiles against each other in order to see what code paths are called more or less than the baseline profile. When a Vis spec specifies a `differenceColumn`, the widget will render this differential flamegraph. The difference column computes the sample delta between the baseline profile and the new profile. Relevant Issues: N/A Type of change: /kind feature Test Plan: New unit tests pass and pxl script relying on this works as expected (see pixie-io/pixie#2044)  Changelog Message: Add support for rendering differential flamegraphs in the `StackTraceFlameGraph` display spec GitOrigin-RevId: 4778ba1
ddelnano added a commit to csmc-io/pixie that referenced this pull request
Jan 16, 2026…ameGraph` display spec (#2043) Summary: Support rendering differential flamegraphs in the `StackTraceFlameGraph` display spec This change makes it possible to render a [differential flamegraphs](https://www.brendangregg.com/blog/2014-11-09/differential-flame-graphs.html). These are useful for comparing flamegraph profiles against each other in order to see what code paths are called more or less than the baseline profile. When a Vis spec specifies a `differenceColumn`, the widget will render this differential flamegraph. The difference column computes the sample delta between the baseline profile and the new profile. Relevant Issues: N/A Type of change: /kind feature Test Plan: New unit tests pass and pxl script relying on this works as expected (see pixie-io/pixie#2044)  Changelog Message: Add support for rendering differential flamegraphs in the `StackTraceFlameGraph` display spec GitOrigin-RevId: 4778ba1
ddelnano added a commit to k8sstormcenter/pixie that referenced this pull request
Feb 25, 2026…ameGraph` display spec (pixie-io#2043) Summary: Support rendering differential flamegraphs in the `StackTraceFlameGraph` display spec This change makes it possible to render a [differential flamegraphs](https://www.brendangregg.com/blog/2014-11-09/differential-flame-graphs.html). These are useful for comparing flamegraph profiles against each other in order to see what code paths are called more or less than the baseline profile. When a Vis spec specifies a `differenceColumn`, the widget will render this differential flamegraph. The difference column computes the sample delta between the baseline profile and the new profile. Relevant Issues: N/A Type of change: /kind feature Test Plan: New unit tests pass and pxl script relying on this works as expected (see pixie-io#2044)  Changelog Message: Add support for rendering differential flamegraphs in the `StackTraceFlameGraph` display spec
ddelnano added a commit to k8sstormcenter/pixie that referenced this pull request
Feb 25, 2026…ameGraph` display spec (pixie-io#2043) Summary: Support rendering differential flamegraphs in the `StackTraceFlameGraph` display spec This change makes it possible to render a [differential flamegraphs](https://www.brendangregg.com/blog/2014-11-09/differential-flame-graphs.html). These are useful for comparing flamegraph profiles against each other in order to see what code paths are called more or less than the baseline profile. When a Vis spec specifies a `differenceColumn`, the widget will render this differential flamegraph. The difference column computes the sample delta between the baseline profile and the new profile. Relevant Issues: N/A Type of change: /kind feature Test Plan: New unit tests pass and pxl script relying on this works as expected (see pixie-io#2044)  Changelog Message: Add support for rendering differential flamegraphs in the `StackTraceFlameGraph` display spec
k8sstormcenter-buildbot pushed a commit to k8sstormcenter/pixie that referenced this pull request
Feb 26, 2026…ameGraph` display spec (pixie-io#2043) Summary: Support rendering differential flamegraphs in the `StackTraceFlameGraph` display spec This change makes it possible to render a [differential flamegraphs](https://www.brendangregg.com/blog/2014-11-09/differential-flame-graphs.html). These are useful for comparing flamegraph profiles against each other in order to see what code paths are called more or less than the baseline profile. When a Vis spec specifies a `differenceColumn`, the widget will render this differential flamegraph. The difference column computes the sample delta between the baseline profile and the new profile. Relevant Issues: N/A Type of change: /kind feature Test Plan: New unit tests pass and pxl script relying on this works as expected (see pixie-io#2044)  Changelog Message: Add support for rendering differential flamegraphs in the `StackTraceFlameGraph` display spec GitOrigin-RevId: 4778ba1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters