Home
last modified time | relevance | path

Searched refs:encode_to_proto (Results 1 – 4 of 4) sorted by relevance

/system/extras/perfprofd/
Dperfprofdcore.h67 PROFILE_RESULT encode_to_proto(const std::string &data_file_path,
Dperfprofdcore.cc424 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()
Dperfprofd_cmdline.cc206 encode_to_proto(perf_file_to_convert, encoded_path.c_str(), *config, 0, nullptr); in perfprofd_main()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc1012 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()