Home
last modified time | relevance | path

Searched refs:CachedType (Results 1 – 20 of 20) sorted by relevance

/scripts/gdb/linux/
A Ddevice.py7 from linux.utils import CachedType
12 device_private_type = CachedType('struct device_private')
13 device_type = CachedType('struct device')
15 subsys_private_type = CachedType('struct subsys_private')
16 kobject_type = CachedType('struct kobject')
17 kset_type = CachedType('struct kset')
19 bus_type = CachedType('struct bus_type')
20 class_type = CachedType('struct class')
63 klist_type = CachedType('struct klist')
64 klist_node_type = CachedType('struct klist_node')
A Dgenpd.py8 from linux.utils import CachedType, gdb_eval_or_none
11 generic_pm_domain_type = CachedType('struct generic_pm_domain')
12 pm_domain_data_type = CachedType('struct pm_domain_data')
13 device_link_type = CachedType('struct device_link')
A Ddmesg.py19 printk_info_type = utils.CachedType("struct printk_info")
20 prb_data_blk_lpos_type = utils.CachedType("struct prb_data_blk_lpos")
21 prb_desc_type = utils.CachedType("struct prb_desc")
22 prb_desc_ring_type = utils.CachedType("struct prb_desc_ring")
23 prb_data_ring_type = utils.CachedType("struct prb_data_ring")
24 printk_ringbuffer_type = utils.CachedType("struct printk_ringbuffer")
A Dutils.py22 class CachedType: class
42 long_type = CachedType("long")
43 ulong_type = CachedType("unsigned long")
44 uint_type = CachedType("unsigned int")
45 atomic_long_type = CachedType("atomic_long_t")
46 size_t_type = CachedType("size_t")
47 struct_page_type = CachedType("struct page")
A Dlists.py18 list_head = utils.CachedType("struct list_head")
19 hlist_head = utils.CachedType("struct hlist_head")
20 hlist_node = utils.CachedType("struct hlist_node")
A Dradixtree.py17 radix_tree_root_type = utils.CachedType("struct xarray")
18 radix_tree_node_type = utils.CachedType("struct xa_node")
A Dtasks.py19 task_type = utils.CachedType("struct task_struct")
83 thread_info_type = utils.CachedType("struct thread_info")
A Dmodules.py19 module_type = utils.CachedType("struct module")
68 _module_use_type = utils.CachedType("struct module_use")
A Dvfs.py42 dentry_type = utils.CachedType("struct dentry")
A Drbtree.py9 rb_root_type = utils.CachedType("struct rb_root")
10 rb_node_type = utils.CachedType("struct rb_node")
A Dmapletree.py16 maple_tree_root_type = utils.CachedType("struct maple_tree")
17 maple_node_type = utils.CachedType("struct maple_node")
18 maple_enode_type = utils.CachedType("void")
A Dclk.py10 clk_core_type = utils.CachedType("struct clk_core")
A Dpage_owner.py13 page_ext_t = utils.CachedType('struct page_ext')
14 page_owner_t = utils.CachedType('struct page_owner')
A Dvmalloc.py14 vmap_area_type = utils.CachedType('struct vmap_area')
A Dtimerlist.py13 timerqueue_node_type = utils.CachedType("struct timerqueue_node").get_type()
14 hrtimer_type = utils.CachedType("struct hrtimer").get_type()
A Dstackdepot.py13 stack_record_type = utils.CachedType('struct stack_record')
A Dslab.py27 slab_type = utils.CachedType("struct slab")
29 kmem_cache_type = utils.CachedType("struct kmem_cache")
31 freeptr_t = utils.CachedType("freeptr_t")
A Dcpus.py19 task_type = utils.CachedType("struct task_struct")
A Dproc.py137 mount_type = utils.CachedType("struct mount")
A Dinterrupts.py12 irq_desc_type = utils.CachedType("struct irq_desc")

Completed in 42 milliseconds