Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/bpf_skel/
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()
/Linux-v6.6/tools/include/uapi/linux/
Dperf_event.h368 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */ macro
/Linux-v6.6/include/uapi/linux/
Dperf_event.h368 #define PERF_ATTR_SIZE_VER0 64 /* sizeof first published struct */ macro
/Linux-v6.6/tools/perf/util/
Dheader.c3821 [0] = PERF_ATTR_SIZE_VER0,
4091 ret = readn(fd, attr, PERF_ATTR_SIZE_VER0); in read_attr()
4094 PERF_ATTR_SIZE_VER0); in read_attr()
4106 sz = PERF_ATTR_SIZE_VER0; in read_attr()
4113 left = sz - PERF_ATTR_SIZE_VER0; in read_attr()
4116 ptr += PERF_ATTR_SIZE_VER0; in read_attr()
/Linux-v6.6/kernel/events/
Dcore.c12069 size = PERF_ATTR_SIZE_VER0; in perf_copy_attr()
12070 if (size < PERF_ATTR_SIZE_VER0 || size > PAGE_SIZE) in perf_copy_attr()