Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/util/
Dcache.h10 #define CMD_PERF_DIR "--perf-dir=" macro
/linux-3.4.99/tools/perf/
Dperf.c130 } else if (!prefixcmp(cmd, CMD_PERF_DIR)) { in handle_options()
131 setenv(PERF_DIR_ENVIRONMENT, cmd + strlen(CMD_PERF_DIR), 1); in handle_options()