Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c293 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */ macro
322 size = PERF_ATTR_SIZE_VER0; in sys_enter_perf_event_open()
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h368 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h368 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */ macro
/openbmc/linux/tools/perf/util/
H A Dheader.c3827 [0] = PERF_ATTR_SIZE_VER0,
4097 ret = readn(fd, attr, PERF_ATTR_SIZE_VER0); in read_attr()
4100 PERF_ATTR_SIZE_VER0); in read_attr()
4112 sz = PERF_ATTR_SIZE_VER0; in read_attr()
4119 left = sz - PERF_ATTR_SIZE_VER0; in read_attr()
4122 ptr += PERF_ATTR_SIZE_VER0; in read_attr()
/openbmc/linux/kernel/events/
H A Dcore.c12182 size = PERF_ATTR_SIZE_VER0; in perf_copy_attr()
12183 if (size < PERF_ATTR_SIZE_VER0 || size > PAGE_SIZE) in perf_copy_attr()