Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dbtf_ids.h93 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ argument
95 BTF_ID(prefix, typename)
96 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) \ argument
98 BTF_ID(prefix, typename)
164 #define BTF_ID_LIST_SINGLE(name, prefix, typename) static u32 __maybe_unused name[1]; argument
165 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) u32 __maybe_unused name[1]; argument
/linux/scripts/gdb/linux/
H A Dutils.py89 def invoke(self, ptr, typename, elementname): argument
90 return container_of(ptr, gdb.lookup_type(typename.string()).pointer(),
/linux/tools/testing/selftests/bpf/
H A Dusdt.h497 template<typename T> struct __usdt_t { static const bool is_signed = false; };
498 template<typename A> struct __usdt_t<A[]> : public __usdt_t<A *> {};
499 template<typename A, size_t N> struct __usdt_t<A[N]> : public __usdt_t<A *> {};
H A Dsdt.h135 template<typename __sdt_T>
178 template<typename __sdt_E>
181 template<typename __sdt_E, size_t __sdt_N>
/linux/drivers/gpu/drm/xe/
H A Dxe_configfs.c410 char *typename = strsep(&p, ",\n"); in gt_types_allowed_store() local
413 if (typename[0] == '\0') in gt_types_allowed_store()
417 if (strcmp(typename, gt_types[i].name) == 0) { in gt_types_allowed_store()
/linux/kernel/trace/
H A Dtrace_probe.c397 static int check_prepare_btf_string_fetch(char *typename, in check_prepare_btf_string_fetch() argument
418 if (typename[0] == 'u') in check_prepare_btf_string_fetch()
898 static int check_prepare_btf_string_fetch(char *typename, in check_prepare_btf_string_fetch() argument