Home
last modified time | relevance | path

Searched refs:debugfs_find_mountpoint (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/tools/lib/api/fs/
Ddebugfs.c32 return debugfs_find_mountpoint() != NULL; in debugfs_configured()
36 const char *debugfs_find_mountpoint(void) in debugfs_find_mountpoint() function
56 if (debugfs_find_mountpoint()) in debugfs_mount()
Ddebugfs.h15 const char *debugfs_find_mountpoint(void);
/linux-4.1.27/tools/perf/util/
Dprobe-event.c1947 __debugfs = debugfs_find_mountpoint(); in open_probe_events()
2032 const char *__debugfs = debugfs_find_mountpoint(); in kprobe_blacklist__load()
/linux-4.1.27/tools/perf/tests/
Dparse-events.c1235 mountpoint = debugfs_find_mountpoint(); in count_tracepoints()