Searched refs:encode_to_proto (Results 1 – 3 of 3) sorted by relevance
/system/extras/perfprofd/ |
D | perfprofdcore.h | 70 PROFILE_RESULT encode_to_proto(const std::string &data_file_path,
|
D | perfprofdcore.cc | 484 PROFILE_RESULT encode_to_proto(const std::string &data_file_path, in encode_to_proto() function 795 return encode_to_proto(data_file_path, path.c_str(), config, cpu_utilization); in collect_profile() 891 encode_to_proto(perf_file_to_convert, encoded_path.c_str(), config, 0); in perfprofd_main()
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 559 encode_to_proto(input_perf_data, encoded_file_path(0).c_str(), config, 0); in TEST_F() 631 encode_to_proto(input_perf_data, encoded_file_path(0).c_str(), config, 0); in TEST_F()
|