Searched refs:PERF_ATTR_SIZE_VER0 (Results 1 – 6 of 6) sorted by relevance
302 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */ macro
296 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */ macro
3438 [0] = PERF_ATTR_SIZE_VER0,3708 ret = readn(fd, attr, PERF_ATTR_SIZE_VER0); in read_attr()3711 PERF_ATTR_SIZE_VER0); in read_attr()3723 sz = PERF_ATTR_SIZE_VER0; in read_attr()3730 left = sz - PERF_ATTR_SIZE_VER0; in read_attr()3733 ptr += PERF_ATTR_SIZE_VER0; in read_attr()
11446 size = PERF_ATTR_SIZE_VER0; in perf_copy_attr()11447 if (size < PERF_ATTR_SIZE_VER0 || size > PAGE_SIZE) in perf_copy_attr()