Searched refs:debugfs_path (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/tests/kvm/tests/ |
D | trans_hugepage.py | 34 debugfs_path = os.path.join(test.tmpdir, 'debugfs') 40 if not os.path.ismount(debugfs_path): 41 if not os.path.isdir(debugfs_path): 42 os.makedirs(debugfs_path) 43 utils.run("mount -t debugfs none %s" % debugfs_path) 82 if int(open('%s/kvm/largepages' % debugfs_path, 'r').read()) <= 0: 117 if os.path.ismount(debugfs_path): 118 utils.run("umount %s" % debugfs_path) 119 if os.path.isdir(debugfs_path): 120 os.removedirs(debugfs_path)
|
/external/blktrace/ |
D | blktrace.c | 284 static char *debugfs_path = "/sys/kernel/debug"; variable 1083 snprintf(fn, sizeof(fn), "%s/block/%s/dropped", debugfs_path, in get_drops() 1617 debugfs_path, dpp->buts_name, tp->cpu); in open_ios() 2064 debugfs_path = optarg; in handle_args() 2136 if (statfs(debugfs_path, &st) < 0 || st.f_type != (long)DEBUGFS_TYPE) { in handle_args() 2138 debugfs_path, errno, strerror(errno)); in handle_args()
|