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

  /external/linux-tools-perf/util/
parse-events.c 95 static const char *hw_cache[][MAX_ALIASES] = { variable
265 sprintf(name, "%s-%s-%s", hw_cache[cache_type][0],
269 sprintf(name, "%s-%s", hw_cache[cache_type][0],
386 cache_type = parse_aliases(&s, hw_cache, PERF_COUNT_HW_CACHE_MAX);
  /external/linux-tools-perf/
builtin-stat.c 326 else if (perf_evsel__match(counter, HW_CACHE, HW_CACHE_L1D))
328 else if (perf_evsel__match(counter, HW_CACHE, HW_CACHE_L1I))
330 else if (perf_evsel__match(counter, HW_CACHE, HW_CACHE_LL))
332 else if (perf_evsel__match(counter, HW_CACHE, HW_CACHE_DTLB))
334 else if (perf_evsel__match(counter, HW_CACHE, HW_CACHE_ITLB))
    [all...]

Completed in 62 milliseconds