Searched refs:perf_file_to_convert (Results 1 - 1 of 1) sorted by relevance

/system/extras/perfprofd/
H A Dperfprofdcore.cc102 static std::string perf_file_to_convert = ""; variable
142 perf_file_to_convert = argv[ac+1];
889 if (!perf_file_to_convert.empty()) {
890 std::string encoded_path = perf_file_to_convert + ".encoded";
891 encode_to_proto(perf_file_to_convert, encoded_path.c_str(), config, 0);

Completed in 52 milliseconds