Searched refs:PERF_DATA (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/ |
D | cmd_report_test.cpp | 85 Report(PERF_DATA); in TEST_F() 97 Report(PERF_DATA, {"--sort", "pid"}); in TEST_F() 107 Report(PERF_DATA, {"--sort", "comm,pid,dso,symbol"}); in TEST_F() 254 Report(PERF_DATA, {"--sort", "comm"}); in TEST_F() 258 Report(PERF_DATA, {"--sort", "comm", "--comms", "t1"}); in TEST_F() 261 Report(PERF_DATA, {"--sort", "comm", "--comms", "t1,t2"}); in TEST_F() 267 Report(PERF_DATA, {"--sort", "dso"}); in TEST_F() 271 Report(PERF_DATA, {"--sort", "dso", "--dsos", "/t1"}); in TEST_F() 274 Report(PERF_DATA, {"--sort", "dso", "--dsos", "/t1,/t2"}); in TEST_F() 354 ASSERT_TRUE(ReportCmd()->Run({"-i", GetTestData(PERF_DATA), "-o", tmpfile.path})); in TEST_F() [all …]
|
D | get_test_data.h | 36 static const std::string PERF_DATA = "perf.data"; variable
|
/system/extras/perf2cfg/ |
D | README.md | 20 usage: perf2cfg [-h|--help] --cfg CFG --perf-data PERF_DATA [PERF_DATA ...] 44 --perf-data PERF_DATA [PERF_DATA ...]
|