Searched refs:encode_to_proto (Results 1 – 4 of 4) sorted by relevance
/system/extras/perfprofd/ |
D | perfprofdcore.h | 67 PROFILE_RESULT encode_to_proto(const std::string &data_file_path,
|
D | perfprofdcore.cc | 424 static ProtoUniquePtr encode_to_proto(const std::string &data_file_path, in encode_to_proto() function 446 PROFILE_RESULT encode_to_proto(const std::string &data_file_path, in encode_to_proto() function 452 ProtoUniquePtr encodedProfile = encode_to_proto(data_file_path, in encode_to_proto() 574 return encode_to_proto(data_file_path, config, cpu_utilization, symbolizer.get()); in collect_profile()
|
D | perfprofd_cmdline.cc | 206 encode_to_proto(perf_file_to_convert, encoded_path.c_str(), *config, 0, nullptr); in perfprofd_main()
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 1012 encode_to_proto(input_perf_data, encoded_file_path(dest_dir, 0).c_str(), config, 0, nullptr); in TEST_F() 1047 encode_to_proto(input_perf_data, encoded_file_path(dest_dir, 0).c_str(), config, 0, nullptr); in TEST_F() 1097 encode_to_proto(input_perf_data, in Run() 1213 encode_to_proto(input_perf_data, encoded_file_path(dest_dir, 0).c_str(), config, 0, nullptr); in TEST_F()
|