Go to the documentation of this file. 4 #define SEC(NAME) __attribute__((section(NAME), used)) 6 #define probe(function, vars) \ 7 SEC(#function "=" #function " " #vars) function 9 #define license(name) \ 10 char _license[] SEC("license") = #name; \ 11 int _version SEC("version") = LINUX_VERSION_CODE;