Home
last modified time | relevance | path

Searched refs:debugfs_path (Results 1 – 1 of 1) sorted by relevance

/external/blktrace/
Dblktrace.c284 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()