Searched refs:debugfs_mntpt (Results 1 – 1 of 1) sorted by relevance
/external/linux-tools-perf/ |
D | perf.c | 32 static char debugfs_mntpt[MAXPATHLEN]; variable 89 snprintf(debugfs_path, MAXPATHLEN, "%s/%s", path ?: debugfs_mntpt, in set_debugfs_path() 164 strncpy(debugfs_mntpt, (*argv)[1], MAXPATHLEN); in handle_options() 165 debugfs_mntpt[MAXPATHLEN - 1] = '\0'; in handle_options() 171 strncpy(debugfs_mntpt, cmd + strlen(CMD_DEBUGFS_DIR), MAXPATHLEN); in handle_options() 172 debugfs_mntpt[MAXPATHLEN - 1] = '\0'; in handle_options() 433 strncpy(debugfs_mntpt, path, sizeof(debugfs_mntpt)); in get_debugfs_mntpt() 435 debugfs_mntpt[0] = '\0'; in get_debugfs_mntpt()
|