Searched refs:PERF_ATTR_SIZE_VER0 (Results 1 – 3 of 3) 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
3876 [0] = PERF_ATTR_SIZE_VER0,4155 ret = readn(fd, attr, PERF_ATTR_SIZE_VER0); in read_attr()4158 PERF_ATTR_SIZE_VER0); in read_attr()4170 sz = PERF_ATTR_SIZE_VER0; in read_attr()4177 left = sz - PERF_ATTR_SIZE_VER0; in read_attr()4180 ptr += PERF_ATTR_SIZE_VER0; in read_attr()
Completed in 21 milliseconds