Lines Matching refs:dump_dir
602 char dump_dir[256], dump_path[512]; in radv_check_gpu_hangs() local
622 snprintf(dump_dir, sizeof(dump_dir), "%s/"RADV_DUMP_DIR"_%d", in radv_check_gpu_hangs()
624 if (mkdir(dump_dir, 0774) && errno != EEXIST) { in radv_check_gpu_hangs()
626 dump_dir, errno); in radv_check_gpu_hangs()
631 snprintf(dump_path, sizeof(dump_path), "%s/%s", dump_dir, "trace.log"); in radv_check_gpu_hangs()
639 snprintf(dump_path, sizeof(dump_path), "%s/%s", dump_dir, "pipeline.log"); in radv_check_gpu_hangs()
647 snprintf(dump_path, sizeof(dump_path), "%s/%s", dump_dir, "umr_ring.log"); in radv_check_gpu_hangs()
655 snprintf(dump_path, sizeof(dump_path), "%s/%s", dump_dir, "umr_waves.log"); in radv_check_gpu_hangs()
663 snprintf(dump_path, sizeof(dump_path), "%s/%s", dump_dir, "registers.log"); in radv_check_gpu_hangs()
672 snprintf(dump_path, sizeof(dump_path), "%s/%s", dump_dir, "vm_fault.log"); in radv_check_gpu_hangs()
682 snprintf(dump_path, sizeof(dump_path), "%s/%s", dump_dir, "options.log"); in radv_check_gpu_hangs()
690 snprintf(dump_path, sizeof(dump_path), "%s/%s", dump_dir, "gpu_info.log"); in radv_check_gpu_hangs()
699 snprintf(dump_path, sizeof(dump_path), "%s/%s", dump_dir, "dmesg.log"); in radv_check_gpu_hangs()
706 fprintf(stderr, "radv: GPU hang report saved to '%s'!\n", dump_dir); in radv_check_gpu_hangs()