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

  /external/strace/xlat/
perf_attr_size.h 2 #if !(defined(PERF_ATTR_SIZE_VER0) || (defined(HAVE_DECL_PERF_ATTR_SIZE_VER0) && HAVE_DECL_PERF_ATTR_SIZE_VER0))
3 # define PERF_ATTR_SIZE_VER0 64
29 XLAT(PERF_ATTR_SIZE_VER0),
  /external/strace/
perf.c 79 size = PERF_ATTR_SIZE_VER0;
85 if (size < PERF_ATTR_SIZE_VER0) {
406 (!attr->size && (size < PERF_ATTR_SIZE_VER0)))
  /external/strace/tests/
perf_event_open.c 181 (size ? size : PERF_ATTR_SIZE_VER0) : STRACE_PEA_SIZE;
201 if (size && (size < PERF_ATTR_SIZE_VER0)) {
216 size = PERF_ATTR_SIZE_VER0;
541 static const size_t attr_small_size = PERF_ATTR_SIZE_VER0 - 8;
542 static const size_t attr_v0_size = PERF_ATTR_SIZE_VER0;
  /external/strace/tests-m32/
perf_event_open.c 181 (size ? size : PERF_ATTR_SIZE_VER0) : STRACE_PEA_SIZE;
201 if (size && (size < PERF_ATTR_SIZE_VER0)) {
216 size = PERF_ATTR_SIZE_VER0;
541 static const size_t attr_small_size = PERF_ATTR_SIZE_VER0 - 8;
542 static const size_t attr_v0_size = PERF_ATTR_SIZE_VER0;
  /external/strace/tests-mx32/
perf_event_open.c 181 (size ? size : PERF_ATTR_SIZE_VER0) : STRACE_PEA_SIZE;
201 if (size && (size < PERF_ATTR_SIZE_VER0)) {
216 size = PERF_ATTR_SIZE_VER0;
541 static const size_t attr_small_size = PERF_ATTR_SIZE_VER0 - 8;
542 static const size_t attr_v0_size = PERF_ATTR_SIZE_VER0;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
perf_event.h 164 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */
  /external/perf_data_converter/src/quipper/kernel/
perf_event.h 234 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */
  /bionic/libc/kernel/uapi/linux/
perf_event.h 184 #define PERF_ATTR_SIZE_VER0 64
  /external/kernel-headers/original/uapi/linux/
perf_event.h 294 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */

Completed in 306 milliseconds