Searched defs:debugfs_path (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/util/
H A Dparse-events.c34 char debugfs_path[MAXPATHLEN]; variable
146 snprintf(evt_path, MAXPATHLEN, "%s/%s/%s/id", debugfs_path,
177 if (debugfs_valid_mountpoint(debugfs_path))
180 sys_dir = opendir(debugfs_path);
186 snprintf(dir_path, MAXPATHLEN, "%s/%s", debugfs_path,
453 snprintf(evt_path, MAXPATHLEN, "%s/%s/%s/id", debugfs_path,
491 snprintf(evt_path, MAXPATHLEN, "%s/%s", debugfs_path, sys_name);
534 if (debugfs_valid_mountpoint(debugfs_path))
916 if (debugfs_valid_mountpoint(debugfs_path))
919 sys_dir = opendir(debugfs_path);
[all...]
/external/blktrace/
H A Dblktrace.c284 static char *debugfs_path = "/sys/kernel/debug"; variable
1083 snprintf(fn, sizeof(fn), "%s/block/%s/dropped", debugfs_path,
1617 debugfs_path, dpp->buts_name, tp->cpu);
2064 debugfs_path = optarg;
2136 if (statfs(debugfs_path, &st) < 0 || st.f_type != (long)DEBUGFS_TYPE) {
2138 debugfs_path, errno, strerror(errno));

Completed in 63 milliseconds