Home
last modified time | relevance | path

Searched defs:ddebug_class_map (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h8549 struct ddebug_class_map { struct
8550 struct list_head link;
8551 struct module *mod;
8552 const char *mod_name;
8553 const char **class_names;
8554 const int length;
8555 const int base;
8556 enum class_map_type map_type;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h8679 struct ddebug_class_map { struct
8680 struct list_head link;
8681 struct module *mod;
8682 const char *mod_name;
8683 const char **class_names;
8684 const int length;
8685 const int base;
8686 enum class_map_type map_type;