Searched refs:PERF_ATTR_SIZE_VER0 (Results 1 – 5 of 5) sorted by relevance
337 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */ macro366 size = PERF_ATTR_SIZE_VER0; in sys_enter_perf_event_open()
375 #define PERF_ATTR_SIZE_VER0 64 /* Size of first published 'struct perf_event_attr' */ macro
4475 [0] = PERF_ATTR_SIZE_VER0, in read_attr() 4757 ret = readn(fd, attr, PERF_ATTR_SIZE_VER0); in perf_event__process_attr() 4760 PERF_ATTR_SIZE_VER0); in perf_event__process_attr() 4772 sz = PERF_ATTR_SIZE_VER0; in perf_event__process_attr() 4779 left = sz - PERF_ATTR_SIZE_VER0; in perf_event__process_attr() 4782 ptr += PERF_ATTR_SIZE_VER0; in perf_event__process_attr()
13559 size = PERF_ATTR_SIZE_VER0; in perf_copy_attr()13560 if (size < PERF_ATTR_SIZE_VER0 || size > PAGE_SIZE) in perf_copy_attr()