Home
last modified time | relevance | path

Searched refs:PERF_ATTR_SIZE_VER0 (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dperf_attr_size.h6 #if defined(PERF_ATTR_SIZE_VER0) || (defined(HAVE_DECL_PERF_ATTR_SIZE_VER0) && HAVE_DECL_PERF_ATTR_…
8 static_assert((PERF_ATTR_SIZE_VER0) == (64), "PERF_ATTR_SIZE_VER0 != 64");
11 # define PERF_ATTR_SIZE_VER0 64
59 XLAT(PERF_ATTR_SIZE_VER0),
Dperf_attr_size.in1 PERF_ATTR_SIZE_VER0 64
/external/strace/
Dperf.c80 size = PERF_ATTR_SIZE_VER0; in fetch_perf_event_attr()
86 if (size < PERF_ATTR_SIZE_VER0) { in fetch_perf_event_attr()
399 (!attr->size && (size < PERF_ATTR_SIZE_VER0))) in print_perf_event_attr()
/external/strace/tests-m32/
Dperf_event_open.c180 (size ? size : PERF_ATTR_SIZE_VER0) : STRACE_PEA_SIZE; in print_event_attr()
200 if (size && (size < PERF_ATTR_SIZE_VER0)) { in print_event_attr()
215 size = PERF_ATTR_SIZE_VER0; in print_event_attr()
540 static const size_t attr_small_size = PERF_ATTR_SIZE_VER0 - 8; in main()
541 static const size_t attr_v0_size = PERF_ATTR_SIZE_VER0; in main()
/external/strace/tests/
Dperf_event_open.c180 (size ? size : PERF_ATTR_SIZE_VER0) : STRACE_PEA_SIZE; in print_event_attr()
200 if (size && (size < PERF_ATTR_SIZE_VER0)) { in print_event_attr()
215 size = PERF_ATTR_SIZE_VER0; in print_event_attr()
540 static const size_t attr_small_size = PERF_ATTR_SIZE_VER0 - 8; in main()
541 static const size_t attr_v0_size = PERF_ATTR_SIZE_VER0; in main()
/external/strace/tests-mx32/
Dperf_event_open.c180 (size ? size : PERF_ATTR_SIZE_VER0) : STRACE_PEA_SIZE; in print_event_attr()
200 if (size && (size < PERF_ATTR_SIZE_VER0)) { in print_event_attr()
215 size = PERF_ATTR_SIZE_VER0; in print_event_attr()
540 static const size_t attr_small_size = PERF_ATTR_SIZE_VER0 - 8; in main()
541 static const size_t attr_v0_size = PERF_ATTR_SIZE_VER0; in main()
/external/kernel-headers/original/uapi/linux/
Dperf_event.h297 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */ macro