commit | 6173592d3d086b8e493590d626fdbdb4e344c433 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Jul 08 13:56:48 2016 -0700 |
committer | Yabin Cui <yabinc@google.com> | Tue Jul 12 15:18:49 2016 -0700 |
tree | 74412077b3158288e4a7a078bfe144e42d2710db | |
parent | b17b6c3edf1c4027f38683dd97458a7aea176dc4 [diff] |
simpleperf: combine mapped buffer used for the same event and cpu. Non root users have a size limit of buffers used for profiling. By combining buffers used for the same event and cpu, we can reduce buffer cost when monitoring multiple threads, thus avoid mmap() failures. Increase default value for -m option for non system wide profiling. Bug: 28911532 Change-Id: I91148061eb54840c144cf72e7bb901e7b74897ec Test: run simpleperf_unit_test.