drgn/scripts
Omar Sandoval d14f751475 drgn.helpers.linux.mm: add simple PageFlag() getters
There are a bunch of page flag getters in the kernel like
PageUptodate(), PageLocked(), etc., that kernel developers are
accustomed to using. Most of them are simple bit tests. Let's add
helpers for all of those. These are generated from
include/linux/page-flags.h in the Linux kernel source tree as of Linux
v6.0-rc1.

More complicated getters that need to do more than a simple flag check
(e.g., PageCompound()) will need to be added manually.

Signed-off-by: Omar Sandoval <osandov@osandov.com>
2022-08-18 15:50:15 -07:00
..
build_dists.sh scripts/build_dists.sh: use docker run --pull always instead of docker pull 2022-03-03 01:23:01 -08:00
build_manylinux_in_docker.sh Update elfutils in manylinux wheels to 0.187 2022-07-25 16:52:24 -07:00
cscope.sh scripts: add Python include header path to cscope 2020-08-25 18:07:31 -07:00
gen_pp_cat.py Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
generate_page_flag_getters.py drgn.helpers.linux.mm: add simple PageFlag() getters 2022-08-18 15:50:15 -07:00
generate_primitive_type_spellings.py Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
generate_test_constants.py Update copyright headers to Meta 2021-11-21 15:59:44 -08:00
iwyu.py libdrgn: add autoconf option to enable compiler warnings 2022-03-01 15:38:05 -08:00
test_cityhash.c Update copyright headers to Meta 2021-11-21 15:59:44 -08:00