Searched refs:perf_file_to_convert (Results 1 – 1 of 1) sorted by relevance
102 static std::string perf_file_to_convert = ""; variable142 perf_file_to_convert = argv[ac+1]; in parse_args()889 if (!perf_file_to_convert.empty()) { in perfprofd_main()890 std::string encoded_path = perf_file_to_convert + ".encoded"; in perfprofd_main()891 encode_to_proto(perf_file_to_convert, encoded_path.c_str(), config, 0); in perfprofd_main()