Searched refs:utils (Results 1 - 25 of 107) sorted by relevance

12345

/linux-master/scripts/gdb/linux/
H A Ddmesg.py17 from linux import utils namespace
19 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")
38 prb = utils.read_memoryview(inf, prb_addr, sz).tobytes()
44 desc_ring = utils.read_memoryview(inf, addr, sz).tobytes()
48 desc_ring_count = 1 << utils
[all...]
H A Dvfs.py17 from linux import utils namespace
42 dentry_type = utils.CachedType("struct dentry")
57 return utils.container_of(d_u, dentry_type.get_type().pointer(), "d_u")
H A Dcpus.py16 from linux import tasks, utils namespace
19 task_type = utils.CachedType("struct task_struct")
26 if utils.get_gdbserver_type() == utils.GDBSERVER_QEMU:
28 elif utils.get_gdbserver_type() == utils.GDBSERVER_KGDB:
42 if utils.is_target_arch("sparc:v9"):
52 pointer = var_ptr.cast(utils.get_long_type()) + offset
165 if utils.is_target_arch("x86"):
174 elif utils
[all...]
H A Dstackdepot.py10 from linux import utils, constants namespace
13 stack_record_type = utils.CachedType('struct stack_record')
38 stack = (pool + gdb.Value(offset).cast(utils.get_size_t_type())).cast(stack_record_type.get_type().pointer())
39 size = int(stack['size'].cast(utils.get_ulong_type()))
H A Dmodules.py16 from linux import cpus, utils, lists, constants namespace
19 module_type = utils.CachedType("struct module")
24 modules = utils.gdb_eval_or_none("modules")
65 _module_use_type = utils.CachedType("struct module_use")
73 " " if utils.get_long_type().sizeof == 8 else ""))
120 addr = gdb.Value(int(args[0], 16)).cast(utils.get_ulong_type())
123 mod_text_end = mod_text_start + mod['mem'][constants.LX_MOD_TEXT]['size'].cast(utils.get_ulong_type())
H A Dradixtree.py14 from linux import utils namespace
17 radix_tree_root_type = utils.CachedType("struct xarray")
18 radix_tree_node_type = utils.CachedType("struct xa_node")
21 long_type = utils.get_long_type()
25 long_type = utils.get_long_type()
H A Dlists.py16 from linux import utils namespace
18 list_head = utils.CachedType("struct list_head")
19 hlist_head = utils.CachedType("struct hlist_head")
20 hlist_node = utils.CachedType("struct hlist_node")
43 yield utils.container_of(node, gdbtype, member)
61 yield utils.container_of(node, gdbtype, member)
H A Dinterrupts.py9 from linux import utils namespace
12 irq_desc_type = utils.CachedType("struct irq_desc")
94 cnt = utils.gdb_eval_or_none("irq_err_count")
126 if utils.gdb_eval_or_none("x86_platform_ipi_callback") is not None:
150 cnt = utils.gdb_eval_or_none("irq_mis_count")
163 nr_ipi = utils.gdb_eval_or_none("nr_ipi")
164 ipi_desc = utils.gdb_eval_or_none("ipi_desc")
165 ipi_types = utils.gdb_eval_or_none("ipi_types")
192 if utils.is_target_arch("x86"):
194 elif utils
[all...]
H A Dconfig.py8 from linux import utils namespace
34 zconfig_buf = utils.read_memoryview(inf, py_config_ptr,
/linux-master/tools/testing/selftests/powerpc/cache_shape/
H A DMakefile7 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/linux-master/tools/testing/selftests/powerpc/alignment/
H A DMakefile7 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/linux-master/tools/testing/selftests/powerpc/papr_attributes/
H A DMakefile7 $(TEST_GEN_PROGS): ../harness.c ../utils.
/linux-master/tools/testing/selftests/powerpc/syscalls/
H A DMakefile9 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A DMakefile8 $(TEST_GEN_PROGS): ../harness.c ../utils.c ./dexcr.c
9 $(TEST_GEN_FILES): ../utils.c ./dexcr.c
/linux-master/tools/testing/selftests/powerpc/math/
H A DMakefile14 $(OUTPUT)/vmx_syscall: vmx_asm.S ../utils.c
15 $(OUTPUT)/vmx_preempt: vmx_asm.S ../utils.c
16 $(OUTPUT)/vmx_signal: vmx_asm.S ../utils.c
19 $(OUTPUT)/vsx_preempt: vsx_asm.S ../utils.c
21 $(OUTPUT)/mma: mma.c mma.S ../utils.c
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmutil/
H A DMakefile10 brcmutil-objs = utils.o d11.o
/linux-master/fs/vboxsf/
H A DMakefile5 vboxsf-y := dir.o file.o utils.o vboxsf_wrappers.o super.o
/linux-master/net/mctp/
H A DMakefile6 obj-$(CONFIG_MCTP_TEST) += test/utils.o
/linux-master/tools/testing/selftests/powerpc/papr_sysparm/
H A DMakefile10 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/linux-master/tools/testing/selftests/powerpc/papr_vpd/
H A DMakefile10 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/linux-master/arch/x86/events/
H A DMakefile2 obj-y += core.o probe.o utils.o
/linux-master/tools/usb/usbip/src/
H A DMakefile.am8 usbip_SOURCES := usbip.h utils.h usbip.c utils.c usbip_network.c \
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A DMakefile8 $(TEST_GEN_FILES): gzip_vas.c ../utils.c
/linux-master/tools/testing/selftests/powerpc/dscr/
H A DMakefile12 $(TEST_GEN_PROGS): ../harness.c ../utils.c
/linux-master/tools/testing/selftests/powerpc/mm/
H A DMakefile17 $(TEST_GEN_PROGS): ../harness.c ../utils.c
19 $(OUTPUT)/prot_sao: ../utils.c
29 $(OUTPUT)/stack_expansion_signal: ../utils.c ../pmu/lib.c
32 $(OUTPUT)/stack_expansion_ldst: ../utils.c

Completed in 473 milliseconds

12345