Home
last modified time | relevance | path

Searched defs:PERF_ALIGN (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/tools/include/linux/
Dkernel.h21 #define PERF_ALIGN(x, a) __PERF_ALIGN_MASK(x, (typeof(x))(a)-1) macro
/linux-6.14.4/tools/perf/util/bpf_skel/
Daugmented_raw_syscalls.bpf.c15 #define PERF_ALIGN(x, a) __PERF_ALIGN_MASK(x, (typeof(x))(a)-1) macro