commit | 28722d262911d38eebe3a7817fc2ca07bef42a69 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Thu Feb 27 13:39:04 2025 -0800 |
committer | Namhyung Kim <namhyung@kernel.org> | Mon Mar 03 08:58:38 2025 -0800 |
tree | 61118ac54bb4e06f8691e0a1b70be7e8bb23787f | |
parent | 696aba07460ac1f370bb931626d4a4b4cf9cd387 [diff] |
perf annotate: Pass hist_entry to annotate functions It's a prepartion to support code annotation and data type annotation at the same time. Data type annotation needs more information in the hist_entry so it needs to be passed deeper. Also rename a function with the same name in the builtin-annotate.c to hist_entry__stdio_annotate since it matches better to the command line option. And change the condition inside to be simpler. Signed-off-by: Namhyung Kim <namhyung@kernel.org>