commit | 05ef2eab98caee49b6b27cac518856b7f5124bee | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Mon Jul 11 13:50:01 2016 -0700 |
committer | Yabin Cui <yabinc@google.com> | Mon Jul 11 16:10:03 2016 -0700 |
tree | 8a28af45c4317ae11581452d5285e6b8ef375e6e | |
parent | 3c614cb52dede238e161f1937823e039b6fd77ba [diff] |
simpleperf: change the separator of --symbols option from comma to semicolon. Function name of c++ can have comma, like func2(int, int). So it is not proper to use comma to separate function names. Bug: 29826956 Change-Id: I9da4bc178232dad53abdc5735358f3feb608fee4 Test: run simpleperf_unit_test.