Searched refs:PERF_ATTR_SIZE_VER0 (Results 1 – 7 of 7) sorted by relevance
6 #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 6459 XLAT(PERF_ATTR_SIZE_VER0),
1 PERF_ATTR_SIZE_VER0 64
80 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()
180 (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()
297 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */ macro