Skip to content

Conversation

@harp-intel
Copy link
Contributor

This pull request renames the flame command and all related files, code, and documentation references to flamegraph for improved clarity and consistency. Additionally, it refactors the lock command's table rendering code by moving the HTML renderer to its own file. Below are the most important changes grouped by theme:

Command and Codebase Renaming:

  • Renamed the flame command and all related code, files (e.g., cmd/flame/flame.go to cmd/flamegraph/flamegraph.go), and documentation references to flamegraph to standardize terminology. The new command also includes flame as an alias for backward compatibility. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]

Lock Command Refactor:

  • Moved the kernelLockAnalysisHTMLRenderer function from cmd/lock/lock_tables.go to a new file cmd/lock/lock_renderers.go to separate rendering logic from table value logic, improving code organization and maintainability. [1] [2] [3]

Signed-off-by: Harper, Jason M <jason.m.harper@intel.com>
Signed-off-by: Harper, Jason M <jason.m.harper@intel.com>
@harp-intel harp-intel merged commit 0733609 into main Dec 15, 2025
5 checks passed
@harp-intel harp-intel deleted the flamegraph branch December 15, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants