Searched refs:__sdt_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dsdt.h126 && __sdt_type<__typeof (x)>::__sdt_signed)
134 struct __sdt_type struct
140 template<> struct __sdt_type<T> { static const bool __sdt_signed = true; };
142 template<> struct __sdt_type<T> { static const bool __sdt_signed = ((CT)(-1) < 1); };
177 struct __sdt_type<__sdt_E[]> : public __sdt_type<__sdt_E *> {}; struct in inherits:__sdt_type
180 struct __sdt_type<__sdt_E[__sdt_N]> : public __sdt_type<__sdt_E *> {}; struct in inherits:__sdt_type

Completed in 114 milliseconds