Searched refs:debugfs_mountpoint (Results 1 – 4 of 4) sorted by relevance
12 char debugfs_mountpoint[PATH_MAX + 1] = "/sys/kernel/debug"; variable30 return (const char *)debugfs_mountpoint; in debugfs_find_mountpoint()36 strcpy(debugfs_mountpoint, *ptr); in debugfs_find_mountpoint()37 return debugfs_mountpoint; in debugfs_find_mountpoint()48 debugfs_mountpoint, type) == 2) { in debugfs_find_mountpoint()59 return debugfs_mountpoint; in debugfs_find_mountpoint()100 strncpy(debugfs_mountpoint, mountpoint, sizeof(debugfs_mountpoint)); in debugfs_mount()103 return debugfs_mountpoint; in debugfs_mount()
27 extern char debugfs_mountpoint[];
269 snprintf(debugfs_mountpoint, strlen(debugfs_mountpoint), "%s", mntpt); in perf_debugfs_set_path()
204 fprintf(stderr, "dir: %s\n", debugfs_mountpoint); in handle_options()