Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c336 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */ macro
365 size = PERF_ATTR_SIZE_VER0; in sys_enter_perf_event_open()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h372 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */ macro
/linux-6.15/include/uapi/linux/
H A Dperf_event.h372 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */ macro
/linux-6.15/tools/perf/util/
H A Dheader.c3857 [0] = PERF_ATTR_SIZE_VER0,
4136 ret = readn(fd, attr, PERF_ATTR_SIZE_VER0); in read_attr()
4139 PERF_ATTR_SIZE_VER0); in read_attr()
4151 sz = PERF_ATTR_SIZE_VER0; in read_attr()
4158 left = sz - PERF_ATTR_SIZE_VER0; in read_attr()
4161 ptr += PERF_ATTR_SIZE_VER0; in read_attr()
/linux-6.15/kernel/events/
H A Dcore.c12779 size = PERF_ATTR_SIZE_VER0; in perf_copy_attr()
12780 if (size < PERF_ATTR_SIZE_VER0 || size > PAGE_SIZE) in perf_copy_attr()