HomeSort by relevance Sort by last modified time
    Searched refs:debugfs_valid_mountpoint (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/lib/lk/
debugfs.h 24 int debugfs_valid_mountpoint(const char *debugfs);
debugfs.c 34 if (debugfs_valid_mountpoint(*ptr) == 0) {
64 int debugfs_valid_mountpoint(const char *debugfs) function
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.c 168 if (debugfs_valid_mountpoint(tracing_events_path))
467 ret = debugfs_valid_mountpoint(tracing_events_path);
1001 if (debugfs_valid_mountpoint(tracing_events_path))
1050 if (debugfs_valid_mountpoint(tracing_events_path))

Completed in 1250 milliseconds