Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dperfprofdcore.h70 PROFILE_RESULT encode_to_proto(const std::string &data_file_path,
Dperfprofdcore.cc484 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/
Dperfprofd_test.cc559 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()