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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.c 320 int cache_type = -1, cache_op = -1, cache_result = -1; local
350 if (cache_result == -1) {
351 cache_result = parse_aliases(str, perf_evsel__hw_cache_result,
353 if (cache_result >= 0)
367 if (cache_result == -1)
368 cache_result = PERF_COUNT_HW_CACHE_RESULT_ACCESS;
371 attr.config = cache_type | (cache_op << 8) | (cache_result << 16);
  /external/chromium_org/v8/src/
objects.cc     [all...]

Completed in 177 milliseconds