Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dcache.h11 #define CMD_WORK_TREE "--work-tree=" macro
/linux-2.6.39/tools/perf/
Dperf.c155 } else if (!prefixcmp(cmd, CMD_WORK_TREE)) { in handle_options()
156 setenv(PERF_WORK_TREE_ENVIRONMENT, cmd + strlen(CMD_WORK_TREE), 1); in handle_options()