HomeSort by relevance Sort by last modified time
    Searched refs:encode_to_proto (Results 1 - 4 of 4) sorted by null

  /system/extras/perfprofd/
perfprofdcore.h 65 PROFILE_RESULT encode_to_proto(const std::string &data_file_path,
perfprofd_cmdline.cc 204 encode_to_proto(perf_file_to_convert, encoded_path.c_str(), *config, 0, nullptr);
perfprofdcore.cc 409 static ProtoUniquePtr encode_to_proto(const std::string &data_file_path, function
429 PROFILE_RESULT encode_to_proto(const std::string &data_file_path, function
435 ProtoUniquePtr encodedProfile = encode_to_proto(data_file_path,
685 return encode_to_proto(data_file_path, config, cpu_utilization, symbolizer.get());
  /system/extras/perfprofd/tests/
perfprofd_test.cc 858 encode_to_proto(input_perf_data, encoded_file_path(dest_dir, 0).c_str(), config, 0, nullptr);
893 encode_to_proto(input_perf_data, encoded_file_path(dest_dir, 0).c_str(), config, 0, nullptr);
938 encode_to_proto(input_perf_data,
1001 encode_to_proto(input_perf_data, encoded_file_path(dest_dir, 0).c_str(), config, 0, nullptr);
    [all...]

Completed in 563 milliseconds