commit | 4e391ded57540039afa6ed89ecab09ad8b960b20 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Nov 02 13:28:24 2021 -0700 |
committer | Yabin Cui <yabinc@google.com> | Tue Nov 02 13:54:01 2021 -0700 |
tree | 560f9d1d96c87fed37870209fd22efb389bdfde5 | |
parent | ce9d6cf7f0ce92101b7c17766b15d5715ae766ed [diff] |
simpleperf: fix dso/symbol filter in report command. When dso/symbol filter is used with -g/--children option, a sample may be filtered out by the filter, and we can't see its callchain, even if part of the callchain matches the filter. But users expect to see the part of the callchain matching the filter. So this patch keeps the sample even if it is filtered out. Bug: 204584306 Test: run simpleperf_unit_test Change-Id: Iacec60ae776566befe94f330d20d365f8f3a0a68