OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMD_DEBUGFS_DIR
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
cache.h
12
#define
CMD_DEBUGFS_DIR
"--debugfs-dir="
/external/linux-tools-perf/
perf.c
170
} else if (!prefixcmp(cmd,
CMD_DEBUGFS_DIR
)) {
171
strncpy(debugfs_mntpt, cmd + strlen(
CMD_DEBUGFS_DIR
), MAXPATHLEN);
Completed in 181 milliseconds