Searched refs:profraw_file (Results 1 – 2 of 2) sorted by relevance
113 for profraw_file in profraw_files:114 if not profraw_file.endswith('.profraw'):115 raise RuntimeError('%r is expected to be a .profraw file.' % profraw_file)124 for profraw_file in profraw_files:125 logging.info('Converting profraw file: %r', profraw_file)128 (profraw_file, output_profdata_files, invalid_profraw_files,142 def _validate_and_convert_profraw(profraw_file, output_profdata_files, argument145 output_profdata_file = profraw_file.replace('.profraw', '.profdata')155 subprocess_cmd.append(profraw_file)168 logging.info('Converting %r to %r', profraw_file, output_profdata_file)[all …]
62 local profraw_file="$DUMPS_DIR/$target.%1m.profraw"79 export LLVM_PROFILE_FILE=$profraw_file