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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
target.h 27 __PERF_ERRNO_TARGET__START = -10000,
31 PERF_ERRNO_TARGET__PID_OVERRIDE_CPU = __PERF_ERRNO_TARGET__START,
target.c 127 if (errnum < __PERF_ERRNO_TARGET__START ||
131 idx = errnum - __PERF_ERRNO_TARGET__START;

Completed in 4485 milliseconds