Searched refs:sort_keys_ (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/ |
D | cmd_stat_test.cpp | 388 sort_keys_ = {"count_per_thread", "tid", "cpu", "count"}; in SetUp() 415 BuildSummaryComparator(sort_keys_, report_per_thread, report_per_core); in BuildSummary() 426 std::vector<std::string> sort_keys_; member in StatCmdSummaryBuilderTest 513 sort_keys_ = {"count"}; in TEST_F() 522 sort_keys_ = {"count_per_thread", "count"}; in TEST_F() 533 sort_keys_ = {"cpu"}; in TEST_F() 546 sort_keys_ = {key}; in TEST_F()
|
D | cmd_stat.cpp | 430 sort_keys_ = {"count_per_thread", "tid", "cpu", "count"}; in StatCommand() 467 std::vector<std::string> sort_keys_; member in __anon3ff1e7bf0211::StatCommand 700 sort_keys_ = Split(*value->str_value, ","); in ParseOptions() 740 summary_comparator_ = BuildSummaryComparator(sort_keys_, report_per_thread_, report_per_core_); in ParseOptions()
|