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

  /external/linux-tools-perf/util/
parse-events.c 260 static char *event_cache_name(u8 cache_type, u8 cache_op, u8 cache_result)
264 if (cache_result) {
267 hw_cache_result[cache_result][0]);
325 u8 cache_type, cache_op, cache_result; local
335 cache_result = (config >> 16) & 0xff;
336 if (cache_result > PERF_COUNT_HW_CACHE_RESULT_MAX)
342 return event_cache_name(cache_type, cache_op, cache_result);
384 int cache_type = -1, cache_op = -1, cache_result = -1; local
394 while ((cache_op == -1 || cache_result == -1) && *s == '-') {
407 if (cache_result == -1)
    [all...]
  /external/v8/src/
handles.h 247 bool cache_result);
handles.cc 703 bool cache_result) {
723 if (cache_result) {
756 if (cache_result) {
    [all...]

Completed in 65 milliseconds