/external/linux-tools-perf/util/ |
parse-events.h | 44 extern char debugfs_path[];
|
parse-events.c | 34 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/linux-tools-perf/ |
perf.c | 89 snprintf(debugfs_path, MAXPATHLEN, "%s/%s", path ?: debugfs_mntpt,
|
/external/blktrace/ |
blktrace.c | 284 static char *debugfs_path = "/sys/kernel/debug"; variable 1083 snprintf(fn, sizeof(fn), "%s/block/%s/dropped", debugfs_path, [all...] |