HomeSort by relevance Sort by last modified time
    Searched defs:debugfs_path (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/util/
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/blktrace/
blktrace.c 284 static char *debugfs_path = "/sys/kernel/debug"; variable
1083 snprintf(fn, sizeof(fn), "%s/block/%s/dropped", debugfs_path,
    [all...]

Completed in 207 milliseconds