Home
last modified time | relevance | path

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

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