Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c14 #define PERF_ALIGN(x, a) __PERF_ALIGN_MASK(x, (typeof(x))(a)-1)
15 #define __PERF_ALIGN_MASK(x, mask) (((x)+(mask))&~(mask)) macro