summaryrefslogtreecommitdiff
path: root/simpleperf/record_lib_test.cpp
AgeCommit message (Collapse)Author
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
Use the 2-space configuration by default and disable any formatting for the demo/ subdirectory. The following command was used to generate this change: $ find . \( -name \*.cpp -o -name \*.h \) -exec clang-format \ --style=file -i {} \; Test: mm Change-Id: I89ec1f18f6e352f40cfa1a770087f3b586b1d7cb
2017-06-06simpleperf: create libsimpleperf_record library.Yabin Cui
Add interface to control perf counters. Bug: http://b/35725972 Test: run simpleperf_record_test. Change-Id: I2a9979f807253c60a9db6304454934034161c854