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

  /external/linux-tools-perf/src/tools/perf/util/
parse-events.c 320 int cache_type = -1, cache_op = -1, cache_result = -1; local
340 if (cache_op == -1) {
341 cache_op = parse_aliases(str, perf_evsel__hw_cache_op,
343 if (cache_op >= 0) {
344 if (!perf_evsel__is_cache_op_valid(cache_type, cache_op))
361 if (cache_op == -1)
362 cache_op = PERF_COUNT_HW_CACHE_OP_READ;
371 attr.config = cache_type | (cache_op << 8) | (cache_result << 16);
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 445 sdl_op, sdr_op, swr_op, cache_op, enumerator in enum:android::MIPSAssembler::opcode_field
  /bionic/libc/kernel/uapi/asm-mips/asm/
inst.h 82 cache_op, enumerator in enum:major_op
    [all...]
  /development/ndk/platforms/android-21/arch-mips/include/asm/
inst.h 36 sdl_op, sdr_op, swr_op, cache_op, enumerator in enum:major_op
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
inst.h 36 sdl_op, sdr_op, swr_op, cache_op, enumerator in enum:major_op
  /external/kernel-headers/original/uapi/asm-mips/asm/
inst.h 33 sdl_op, sdr_op, swr_op, cache_op, enumerator in enum:major_op
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm/
inst.h 36 sdl_op, sdr_op, swr_op, cache_op, enumerator in enum:major_op
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm/
inst.h 36 sdl_op, sdr_op, swr_op, cache_op, enumerator in enum:major_op

Completed in 193 milliseconds