Searched refs:perf_file_to_convert (Results 1 – 1 of 1) sorted by relevance
61 static std::string perf_file_to_convert = ""; variable96 perf_file_to_convert = argv[ac+1]; in parse_args()204 if (!perf_file_to_convert.empty()) { in perfprofd_main()205 std::string encoded_path = perf_file_to_convert + ".encoded"; in perfprofd_main()206 encode_to_proto(perf_file_to_convert, encoded_path.c_str(), *config, 0, nullptr); in perfprofd_main()