Home
last modified time | relevance | path

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

/tools/perf/util/bpf_skel/
A Daugmented_raw_syscalls.bpf.c337 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */ macro
366 size = PERF_ATTR_SIZE_VER0; in sys_enter_perf_event_open()
/tools/include/uapi/linux/
A Dperf_event.h375 #define PERF_ATTR_SIZE_VER0 64 /* Size of first published 'struct perf_event_attr' */ macro
/tools/perf/util/
A Dheader.c3876 [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