Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
Dperf_event.h327 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */ macro
/tools/perf/util/
Dheader.c3649 [0] = PERF_ATTR_SIZE_VER0,
3919 ret = readn(fd, attr, PERF_ATTR_SIZE_VER0); in read_attr()
3922 PERF_ATTR_SIZE_VER0); in read_attr()
3934 sz = PERF_ATTR_SIZE_VER0; in read_attr()
3941 left = sz - PERF_ATTR_SIZE_VER0; in read_attr()
3944 ptr += PERF_ATTR_SIZE_VER0; in read_attr()