Home
last modified time | relevance | path

Searched refs:CMD_DEBUGFS_DIR (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dcache.h13 #define CMD_DEBUGFS_DIR "--debugfs-dir=" macro
/linux-4.1.27/tools/perf/
Dperf.c232 } else if (!prefixcmp(cmd, CMD_DEBUGFS_DIR)) { in handle_options()
233 perf_debugfs_set_path(cmd + strlen(CMD_DEBUGFS_DIR)); in handle_options()