drgn/tests/linux_kernel/helpers
Omar Sandoval ec9a963571 tests: use symbol from test module instead of __schedule for identify_symbol() test
__schedule tends to end up aliased with other special symbols because
it's placed in the .sched.text section. We're handling
__sched_text_start, but on ppc64, I also saw __cpuidle_text_end. Use
drgn_test_function from the test kernel module instead.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2023-06-27 18:57:43 -07:00
..
__init__.py tests: move Linux kernel helper tests under tests/linux_kernel 2022-05-17 14:20:34 -07:00
test_bitops.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_block.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_boot.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_bpf.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_cgroup.py tests: add test for sock_cgroup_ptr function 2023-01-31 07:42:52 -08:00
test_common.py tests: use symbol from test module instead of __schedule for identify_symbol() test 2023-06-27 18:57:43 -07:00
test_cpumask.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_fs.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_idr.py tests: idr: add test cases for idr. 2023-01-23 17:32:17 -08:00
test_kconfig.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_kernfs.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_list.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_llist.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_mm.py drgn.helpers.linux.mm: add arbitrary address translation helpers 2023-06-02 23:40:38 -07:00
test_net.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_nodemask.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_percpu.py tests: use PRNG to generate data for tests 2023-02-22 02:10:03 -08:00
test_pid.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_printk.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_radixtree.py drgn.helpers.linux: add proper XArray helpers 2022-12-13 17:46:37 -08:00
test_rbtree.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_sched.py Introduce loadavg helper. 2023-02-07 14:04:49 -08:00
test_slab.py drgn.helpers.linux.slab: add slab_object_info() 2022-11-21 01:04:18 -08:00
test_tc.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_tcp.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_user.py Relicense drgn from GPLv3+ to LGPLv2.1+ 2022-11-01 17:05:16 -07:00
test_xarray.py drgn.helpers.linux: add proper XArray helpers 2022-12-13 17:46:37 -08:00