HomeSort by relevance Sort by last modified time
    Searched refs:CMD_WORK_TREE (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/util/
cache.h 11 #define CMD_WORK_TREE "--work-tree="
  /external/linux-tools-perf/
perf.c 155 } else if (!prefixcmp(cmd, CMD_WORK_TREE)) {
156 setenv(PERF_WORK_TREE_ENVIRONMENT, cmd + strlen(CMD_WORK_TREE), 1);

Completed in 138 milliseconds