Home
last modified time | relevance | path

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

/external/bcc/tools/
Dcriticalstat.py51 debugfs_path = subprocess.Popen ("cat /proc/mounts | grep -w debugfs" + variable
56 if debugfs_path == "":
60 trace_path = debugfs_path + b"/tracing/events/preemptirq/";
/external/blktrace/
Dblktrace.c286 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()