commit | 6f4aad9876108b0ee045b241d7335b1089050970 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Mon Apr 01 12:35:38 2024 -0700 |
committer | Namhyung Kim <namhyung@kernel.org> | Tue Apr 09 13:56:45 2024 -0700 |
tree | 6b301d4f851d90854d26d9bf3959cf86a410a5a9 | |
parent | 33cf442fabe6f206f384e6d46ebf02967207b34b [diff] |
perf report: Add a menu item to annotate data type in TUI When the hist entry has the type info, it should be able to display the annotation browser for the type like in `perf annotate --data-type`. Signed-off-by: Namhyung Kim <namhyung@kernel.org>