Go to the documentation of this file. 1 #ifndef _PERF_LINUX_COMPILER_H_
2 #define _PERF_LINUX_COMPILER_H_
4 #ifndef __always_inline
5 #define __always_inline inline
8 #ifndef __attribute_const__
9 #define __attribute_const__
12 #ifndef __maybe_unused
13 #define __maybe_unused __attribute__((unused))
15 #define __packed __attribute__((__packed__))