Searched refs:debugfs_path (Results 1 – 8 of 8) sorted by relevance
/external/igt-gpu-tools/tools/ |
D | intel_gpu_abrt | 20 debugfs_path=/debug_dri 24 debugfs_path=/sys/kernel/debug/dri 28 for dir in `ls $debugfs_path` ; do 29 if [ -f $debugfs_path/$dir/i915_error_state ] ; then 30 i915_debugfs=$debugfs_path/$dir
|
/external/igt-gpu-tools/overlay/ |
D | debugfs.c | 33 char debugfs_path[128]; variable 57 strcpy(debugfs_path, path); in debugfs_init()
|
D | debugfs.h | 28 extern char debugfs_path[128];
|
D | gpu-perf.c | 141 debugfs_path, tp->name); in tracepoint_id()
|
/external/bcc/tools/ |
D | criticalstat.py | 50 debugfs_path = subprocess.Popen ("cat /proc/mounts | grep -w debugfs" + variable 55 if debugfs_path == "": 59 trace_path = debugfs_path + b"/tracing/events/preemptirq/";
|
/external/libdrm/tests/amdgpu/ |
D | ras_tests.c | 532 static char debugfs_path[PATH_SIZE]; variable 540 snprintf(debugfs_path, PATH_SIZE, "/sys/kernel/debug/dri/%d/ras/", devices[card].id); in set_test_card() 555 return debugfs_path; in get_ras_debugfs_root()
|
D | basic_tests.c | 3854 char debugfs_path[256], tmp[10]; in amdgpu_gpu_reset_test() local 3866 sprintf(debugfs_path, "/sys/kernel/debug/dri/%d/amdgpu_gpu_recover", minor(sbuf.st_rdev)); in amdgpu_gpu_reset_test() 3867 fd = open(debugfs_path, O_RDONLY); in amdgpu_gpu_reset_test()
|
/external/blktrace/ |
D | blktrace.c | 286 static char *debugfs_path = "/sys/kernel/debug"; variable 1119 snprintf(fn, sizeof(fn), "%s/block/%s/dropped", debugfs_path, in get_drops() 1672 debugfs_path, dpp->buts_name, tp->cpu); in open_ios() 2156 debugfs_path = optarg; in handle_args() 2230 if (statfs(debugfs_path, &st) < 0) { in handle_args() 2232 debugfs_path, errno, strerror(errno)); in handle_args() 2237 fprintf(stderr, "Debugfs is not mounted at %s\n", debugfs_path); in handle_args()
|