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

  /external/linux-tools-perf/util/
parse-events.c 252 static int is_cache_op_valid(u8 cache_type, u8 cache_op)
254 if (hw_cache_stat[cache_type] & COP(cache_op))
260 static char *event_cache_name(u8 cache_type, u8 cache_op, u8 cache_result)
266 hw_cache_op[cache_op][0],
270 hw_cache_op[cache_op][1]);
325 u8 cache_type, cache_op, cache_result; local
331 cache_op = (config >> 8) & 0xff;
332 if (cache_op > PERF_COUNT_HW_CACHE_OP_MAX)
339 if (!is_cache_op_valid(cache_type, cache_op))
342 return event_cache_name(cache_type, cache_op, cache_result)
384 int cache_type = -1, cache_op = -1, cache_result = -1; local
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 445 sdl_op, sdr_op, swr_op, cache_op, enumerator in enum:android::MIPSAssembler::opcode_field

Completed in 104 milliseconds