commit | 61ac921b7c3d07f864a47b110461305adbda7a87 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Thu Feb 27 00:07:39 2025 -0800 |
committer | Namhyung Kim <namhyung@kernel.org> | Mon Mar 03 08:58:38 2025 -0800 |
tree | 9d5487b0abac823eadcf515a892890873f5a3620 | |
parent | 28722d262911d38eebe3a7817fc2ca07bef42a69 [diff] |
perf annotate: Factor out __hist_entry__get_data_type() So that it can only handle a single disasm_linme and hopefully make the code simpler. This is also a preparation to be called from different places later. The NO_TYPE macro was added to distinguish when it failed or needs retry. Signed-off-by: Namhyung Kim <namhyung@kernel.org>