commit | 11424c458ea7017b331a109ab7f7bd86a7ee087c | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Thu Mar 10 16:04:04 2022 -0800 |
committer | Yabin Cui <yabinc@google.com> | Mon Mar 14 15:32:45 2022 -0700 |
tree | 124de8723f26e5b34e1687b1ca0a5dcc5e40aa10 | |
parent | 15ce0a2279850062faa8b63477fb0eb869b9c008 [diff] |
simpleperf: searching for debug files only when needed. Currently simpleperf searches for debug files when creating Dso, and may show a warning when a debug file has unmatched build id. But not all debug files are needed. So this creates unnecessary warnings. This CL fixes it by searching for debug files only when needed. Bug: 222563847 Test: run simpleperf_unit_test Test: run pprof_proto_generator.py manually Change-Id: Icc029af805e9cbdf5f53c36ae374b3b1d56dbc23