Guest User

Untitled

a guest
Mar 3rd, 2023
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 356.82 KB | None | 0 0
  1. == id ==
  2. uid=0(root) gid=0(root) groups=0(root)
  3. == stap -V ==
  4. Systemtap translator/driver (version 4.6/0.186, Debian version 4.6-2)
  5. Copyright (C) 2005-2021 Red Hat, Inc. and others
  6. This is free software; see the source for copying conditions.
  7. tested kernel versions: 2.6.32 ... 5.15.0-rc7
  8. enabled features: AVAHI BPF LIBSQLITE3 NLS NSS
  9. == which stap ==
  10. /usr/bin/stap
  11. == cat /root/.systemtap/rc ==
  12. cat: /root/.systemtap/rc: No such file or directory
  13. == which stap-server ==
  14. /usr/bin/stap-server
  15. == locate --regex '/stap(run|io|dyn)?$' | xargs ls -ald ==
  16. sh: 1: locate: not found
  17. drwxr-x--- 34 <my-username> <my-username> 4096 Mar 2 16:20 .
  18. == printenv | egrep '^PATH=|^LD_LIBRARY_PATH=|^SYSTEMTAP_.*=|^XDG_DATA.*=|^NSS.*=' ==
  19. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/bin:/sbin:/usr/bin:/usr/sbin
  20. == stap -vv --vp 0002 --poison-cache -p4 -e 'probe begin {exit()}' ==
  21. This host requires module signing.
  22. Running mokutil --list-enrolled
  23. Spawn waitpid result (0x0): 0
  24. Systemtap translator/driver (version 4.6/0.186, Debian version 4.6-2)
  25. Copyright (C) 2005-2021 Red Hat, Inc. and others
  26. This is free software; see the source for copying conditions.
  27. tested kernel versions: 2.6.32 ... 5.15.0-rc7
  28. enabled features: AVAHI BPF LIBSQLITE3 NLS NSS
  29. Created temporary directory "/tmp/stapLG0j5R"
  30. Session arch: x86_64 release: 5.19.0-32-generic
  31. Build tree: "/lib/modules/5.19.0-32-generic/build"
  32. Using a compile server.
  33. Running sh -c cd '/tmp/stapLG0j5R/client' && zip -qr '/tmp/stapLG0j5R/client.zip' *
  34. Spawn waitpid result (0x0): 0
  35. All specified servers:
  36. host=Lenovo-Legion-5-15IMH05H.local address=fe80::5c0c:2aa3:38c2:31e4%wlp0s20f3 port=44179 sysinfo="5.19.0-32-generic x86_64" version=4.6 certinfo="00:be:bd:e0:57"
  37. host=Lenovo-Legion-5-15IMH05H.local address=128.189.146.57 port=44179 sysinfo="5.19.0-32-generic x86_64" version=4.6 certinfo="00:be:bd:e0:57"
  38. host=Lenovo-Legion-5-15IMH05H.local address=127.0.0.1 port=44179 sysinfo="5.19.0-32-generic x86_64" version=4.6 certinfo="00:be:bd:e0:57"
  39. Attempting SSL connection with host=Lenovo-Legion-5-15IMH05H.local address=fe80::5c0c:2aa3:38c2:31e4%wlp0s20f3 port=44179 sysinfo="5.19.0-32-generic x86_64" version=4.6 certinfo="00:be:bd:e0:57"
  40. using certificates from the database in /etc/systemtap/ssl/client
  41. Running unzip -qd /tmp/stapLG0j5R/server /tmp/stapLG0j5R/server.zip
  42. Spawn waitpid result (0x0): 0
  43. Running sed -i /^.*\.ko$/ d /tmp/stapLG0j5R/server/stdout
  44. Spawn waitpid result (0x0): 0
  45. Systemtap translator/driver (version 4.6/0.186, Debian version 4.6-2)
  46. Copyright (C) 2005-2021 Red Hat, Inc. and others
  47. This is free software; see the source for copying conditions.
  48. tested kernel versions: 2.6.32 ... 5.15.0-rc7
  49. enabled features: AVAHI BPF LIBSQLITE3 NLS NSS
  50. make: Entering directory '/usr/src/linux-headers-5.19.0-32-generic'
  51. test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
  52. echo >&2; \
  53. echo >&2 " ERROR: Kernel configuration is invalid."; \
  54. echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
  55. echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
  56. echo >&2 ; \
  57. /bin/false)
  58. make -f ./scripts/Makefile.build obj=<server>/stap000000 \
  59. single-build= \
  60. need-builtin=1 need-modorder=1
  61. make[1]: Entering directory '/usr/src/linux-headers-5.19.0-32-generic'
  62. make -f "scripts/Makefile.build" gen-stapconf
  63. printf '%s
  64. ' stap_44621a3e20f38e1a82b1cb20ff27737b_949_src.o stap_44621a3e20f38e1a82b1cb20ff27737b_949_aux_0.o stap_symbols.o | awk '!x[$0]++ { print("<server>/stap000000/"$0) }' > <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949.mod
  65. make[2]: Entering directory '/usr/src/linux-headers-5.19.0-32-generic'
  66. if gcc -nostdinc -D__KERNEL__ -fmacro-prefix-map=./= -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/compiler-version.h -include ./include/linux/kconfig.h -I./ubuntu/include -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu11 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fcf-protection=none -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -mindirect-branch-cs-prefix -mfunction-return=thunk-extern -fno-jump-tables -mharden-sls=all -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -O2 -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-stack-clash-protection -fzero-call-used-regs=used-gpr -pg -mrecord-mcount -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wcast-function-type -Wno-stringop-truncation -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -Wno-alloc-size-larger-than -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -DKBUILD_BASENAME=\"stap_44621a3e20f38e1a82b1cb20ff27737b_949\" -Werror -S -o /dev/null -xc "/usr/share/systemtap/runtime"/linux/autoconf-hrtimer-rel.c > /dev/null 2>&1; then echo "#define STAPCONF_HRTIMER_REL 1"; fi >> <server>/stap000000/autoconf-hrtimer-rel.c.h
  67. if gcc -nostdinc -D__KERNEL__ -fmacro-prefix-map=./= -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/compiler-version.h -include ./include/linux/kconfig.h -I./ubuntu/include -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu11 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fcf-protection=none -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -mindirect-branch-cs-prefix -mfunction-return=thunk-extern -fno-jump-tables -mharden-sls=all -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -O2 -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-stack-clash-protection -fzero-call-used-regs=used-gpr -pg -mrecord-mcount -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wcast-function-type -Wno-stringop-truncation -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -Wno-alloc-size-larger-than -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -DKBUILD_BASENAME=\"stap_44621a3e20f38e1a82b1cb20ff27737b_949\" -Werror -S -o /dev/null -xc "/usr/share/systemtap/runtime"/linux/autoconf-generated-compile.c > /dev/null 2>&1; then echo "#define STAPCONF_GENERATED_COMPILE 1"; fi >> <server>/stap000000/autoconf-generated-compile.c.h
  68.  
  69. [... other similar compiles, truncated to fit in the pastebin]
  70.  
  71. if gcc -nostdinc -D__KERNEL__ -fmacro-prefix-map=./= -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/compiler-version.h -include ./include/linux/kconfig.h -I./ubuntu/include -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu11 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fcf-protection=none -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -mindirect-branch-cs-prefix -mfunction-return=thunk-extern -fno-jump-tables -mharden-sls=all -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -O2 -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-stack-clash-protection -fzero-call-used-regs=used-gpr -pg -mrecord-mcount -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wcast-function-type -Wno-stringop-truncation -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -Wno-alloc-size-larger-than -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -DKBUILD_BASENAME=\"stap_44621a3e20f38e1a82b1cb20ff27737b_949\" -Werror -S -o /dev/null -xc "/usr/share/systemtap/runtime"/linux/autoconf-lockdown-debugfs.c > /dev/null 2>&1; then echo "#define STAPCONF_LOCKDOWN_DEBUGFS 1"; fi >> <server>/stap000000/autoconf-lockdown-debugfs.c.h
  72. if gcc -nostdinc -D__KERNEL__ -fmacro-prefix-map=./= -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/compiler-version.h -include ./include/linux/kconfig.h -I./ubuntu/include -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu11 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fcf-protection=none -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -mindirect-branch-cs-prefix -mfunction-return=thunk-extern -fno-jump-tables -mharden-sls=all -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -O2 -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-stack-clash-protection -fzero-call-used-regs=used-gpr -pg -mrecord-mcount -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wcast-function-type -Wno-stringop-truncation -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -Wno-alloc-size-larger-than -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -DKBUILD_BASENAME=\"stap_44621a3e20f38e1a82b1cb20ff27737b_949\" -Werror -S -o /dev/null -xc "/usr/share/systemtap/runtime"/linux/autoconf-lockdown-kernel.c > /dev/null 2>&1; then echo "#define STAPCONF_LOCKDOWN_KERNEL 1"; fi >> <server>/stap000000/autoconf-lockdown-kernel.c.h
  73. if gcc -nostdinc -D__KERNEL__ -fmacro-prefix-map=./= -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/compiler-version.h -include ./include/linux/kconfig.h -I./ubuntu/include -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu11 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fcf-protection=none -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -mindirect-branch-cs-prefix -mfunction-return=thunk-extern -fno-jump-tables -mharden-sls=all -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -O2 -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-stack-clash-protection -fzero-call-used-regs=used-gpr -pg -mrecord-mcount -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wcast-function-type -Wno-stringop-truncation -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -Wno-alloc-size-larger-than -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -DKBUILD_BASENAME=\"stap_44621a3e20f38e1a82b1cb20ff27737b_949\" -Werror -S -o /dev/null -xc "/usr/share/systemtap/runtime"/linux/autoconf-hlist_add_tail_rcu.c > /dev/null 2>&1; then echo "#define STAPCONF_HLIST_ADD_TAIL_RCU 1"; fi >> <server>/stap000000/autoconf-hlist_add_tail_rcu.c.h
  74. if gcc -nostdinc -D__KERNEL__ -fmacro-prefix-map=./= -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/compiler-version.h -include ./include/linux/kconfig.h -I./ubuntu/include -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu11 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fcf-protection=none -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -mindirect-branch-cs-prefix -mfunction-return=thunk-extern -fno-jump-tables -mharden-sls=all -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -O2 -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-stack-clash-protection -fzero-call-used-regs=used-gpr -pg -mrecord-mcount -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wcast-function-type -Wno-stringop-truncation -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -Wno-alloc-size-larger-than -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -DKBUILD_BASENAME=\"stap_44621a3e20f38e1a82b1cb20ff27737b_949\" -Werror -S -o /dev/null -xc "/usr/share/systemtap/runtime"/linux/autoconf-files_lookup_fd_raw.c > /dev/null 2>&1; then echo "#define STAPCONF_FILES_LOOKUP_FD_RAW 1"; fi >> <server>/stap000000/autoconf-files_lookup_fd_raw.c.h
  75. if gcc -nostdinc -D__KERNEL__ -fmacro-prefix-map=./= -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/compiler-version.h -include ./include/linux/kconfig.h -I./ubuntu/include -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu11 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fcf-protection=none -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -mindirect-branch-cs-prefix -mfunction-return=thunk-extern -fno-jump-tables -mharden-sls=all -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -O2 -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-stack-clash-protection -fzero-call-used-regs=used-gpr -pg -mrecord-mcount -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wcast-function-type -Wno-stringop-truncation -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -Wno-alloc-size-larger-than -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -DKBUILD_BASENAME=\"stap_44621a3e20f38e1a82b1cb20ff27737b_949\" -Werror -S -o /dev/null -xc "/usr/share/systemtap/runtime"/linux/autoconf-task-state.c > /dev/null 2>&1; then echo "#define STAPCONF_TASK_STATE 1"; fi >> <server>/stap000000/autoconf-task-state.c.h
  76. cat <server>/stap000000/stapconf_export.h <server>/stap000000/autoconf-hrtimer-rel.c.h <server>/stap000000/autoconf-generated-compile.c.h <server>/stap000000/autoconf-hrtimer-getset-expires.c.h <server>/stap000000/autoconf-inode-private.c.h <server>/stap000000/autoconf-inode-rwsem.c.h <server>/stap000000/autoconf-constant-tsc.c.h <server>/stap000000/autoconf-ktime-get-real.c.h <server>/stap000000/autoconf-x86-uniregs.c.h <server>/stap000000/autoconf-nameidata.c.h <server>/stap000000/autoconf-kprobe-symbol-name.c.h <server>/stap000000/autoconf-real-parent.c.h <server>/stap000000/autoconf-uaccess.c.h <server>/stap000000/autoconf-oneachcpu-retry.c.h <server>/stap000000/autoconf-dpath-path.c.h <server>/stap000000/autoconf-task-uid.c.h <server>/stap000000/autoconf-from_kuid_munged.c.h <server>/stap000000/autoconf-procfs-owner.c.h <server>/stap000000/autoconf-alloc-percpu-align.c.h <server>/stap000000/autoconf-set_fs.c.h <server>/stap000000/autoconf-x86-fs.c.h <server>/stap000000/autoconf-x86-xfs.c.h <server>/stap000000/autoconf-x86-gs.c.h <server>/stap000000/autoconf-grsecurity.c.h <server>/stap000000/autoconf-trace-printk.c.h <server>/stap000000/autoconf-regset.c.h <server>/stap000000/autoconf-utrace-regset.c.h <server>/stap000000/autoconf-uprobe-get-pc.c.h <server>/stap000000/autoconf-hlist-4args.c.h <server>/stap000000/autoconf-get-kretprobe.c.h <server>/stap000000/autoconf-514-panic.c.h <server>/stap000000/autoconf-hw_breakpoint_context.c.h <server>/stap000000/autoconf-save-stack-trace.c.h <server>/stap000000/autoconf-save-stack-trace-no-bp.c.h <server>/stap000000/autoconf-unwind-stack-trace.c.h <server>/stap000000/autoconf-asm-syscall.c.h <server>/stap000000/autoconf-syscall_get_args_3args.c.h <server>/stap000000/autoconf-ring_buffer-flags.c.h <server>/stap000000/autoconf-ring_buffer_lost_events.c.h <server>/stap000000/autoconf-ring_buffer_read_prepare.c.h <server>/stap000000/autoconf-walk-stack.c.h <server>/stap000000/autoconf-stacktrace_ops-warning.c.h <server>/stap000000/autoconf-stacktrace_ops-int-address.c.h <server>/stap000000/autoconf-mm-context-vdso.c.h <server>/stap000000/autoconf-mm-context-vdso-base.c.h <server>/stap000000/autoconf-blk-types.c.h <server>/stap000000/autoconf-perf-structpid.c.h <server>/stap000000/perf_event_counter_context.c.h <server>/stap000000/perf_probe_handler_nmi.c.h <server>/stap000000/autoconf-proc_ops.c.h <server>/stap000000/autoconf-module-sect-attrs.c.h <server>/stap000000/autoconf-kernel_read-new-args.c.h <server>/stap000000/autoconf-utrace-via-tracepoints.c.h <server>/stap000000/autoconf-task_work-struct.c.h <server>/stap000000/autoconf-vm-area-pte.c.h <server>/stap000000/autoconf-relay-umode_t.c.h <server>/stap000000/autoconf-relay_buf-per_cpu_ptr.c.h <server>/stap000000/autoconf-fs_supers-hlist.c.h <server>/stap000000/autoconf-compat_sigaction.c.h <server>/stap000000/autoconf-netfilter.c.h <server>/stap000000/autoconf-netfilter-313b.c.h <server>/stap000000/autoconf-netfilter-4_1.c.h <server>/stap000000/autoconf-netfilter-4_4.c.h <server>/stap000000/autoconf-smpcall-5args.c.h <server>/stap000000/autoconf-smpcall-4args.c.h <server>/stap000000/autoconf-access_ok_2args.c.h <server>/stap000000/autoconf-uapi-mount.c.h <server>/stap000000/autoconf-time32.c.h <server>/stap000000/autoconf-time32-old.c.h <server>/stap000000/autoconf-compat-utimbuf.c.h <server>/stap000000/autoconf-cpu-clock.c.h <server>/stap000000/autoconf-local-clock.c.h <server>/stap000000/autoconf-mm-shmempages.c.h <server>/stap000000/autoconf-old-inode-uprobes.c.h <server>/stap000000/autoconf-inode-uretprobes.c.h <server>/stap000000/autoconf-pagefault_disable.c.h <server>/stap000000/autoconf-uidgid.c.h <server>/stap000000/autoconf-udelay_simple.c.h <server>/stap000000/autoconf-rcu_is_watching.c.h <server>/stap000000/autoconf-tracepoint-has-data.c.h <server>/stap000000/autoconf-tracepoint-strings.c.h <server>/stap000000/autoconf-timerfd.c.h <server>/stap000000/autoconf-module_layout.c.h <server>/stap000000/autoconf-mod_kallsyms.c.h <server>/stap000000/autoconf-get_user_pages_remote-flags.c.h <server>/stap000000/autoconf-get_user_pages_remote-flags_locked.c.h <server>/stap000000/autoconf-get_user_pages_remote-notask_struct.c.h <server>/stap000000/autoconf-get_user_pages-flags.c.h <server>/stap000000/autoconf-get_user_pages-notask_struct.c.h <server>/stap000000/autoconf-bio-bi_opf.c.h <server>/stap000000/autoconf-linux-sched_headers.c.h <server>/stap000000/autoconf-stack-trace-save-regs.c.h <server>/stap000000/autoconf-mmap_lock.c.h <server>/stap000000/autoconf-atomic_fetch_add_unless.c.h <server>/stap000000/autoconf-lockdown-debugfs.c.h <server>/stap000000/autoconf-lockdown-kernel.c.h <server>/stap000000/autoconf-hlist_add_tail_rcu.c.h <server>/stap000000/autoconf-files_lookup_fd_raw.c.h <server>/stap000000/autoconf-task-state.c.h > <server>/stap000000/stapconf_559e81514f35e2b78119031fe34709fc_737.h
  77. make[2]: Leaving directory '/usr/src/linux-headers-5.19.0-32-generic'
  78. gcc -Wp,-MMD,<server>/stap000000/.stap_44621a3e20f38e1a82b1cb20ff27737b_949_src.o.d -nostdinc -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/compiler-version.h -include ./include/linux/kconfig.h -I./ubuntu/include -include ./include/linux/compiler_types.h -D__KERNEL__ -fmacro-prefix-map=./= -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu11 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fcf-protection=none -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -mindirect-branch-cs-prefix -mfunction-return=thunk-extern -fno-jump-tables -mharden-sls=all -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -O2 -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-stack-clash-protection -fzero-call-used-regs=used-gpr -pg -mrecord-mcount -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wcast-function-type -Wno-stringop-truncation -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -Wno-alloc-size-larger-than -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -Iinclude2/asm/mach-default -I/lib/modules/5.19.0-32-generic/build -include <server>/stap000000/stapconf_559e81514f35e2b78119031fe34709fc_737.h -ftime-report -Q -freorder-blocks -fasynchronous-unwind-tables -fno-ipa-icf -Wno-unused -Werror -Wno-pragmas -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -I/usr/share/systemtap/runtime -fsanitize=bounds -fsanitize=shift -fsanitize=bool -fsanitize=enum -DMODULE -DKBUILD_BASENAME='"stap_44621a3e20f38e1a82b1cb20ff27737b_949_src"' -DKBUILD_MODNAME='"stap_44621a3e20f38e1a82b1cb20ff27737b_949"' -D__KBUILD_MODNAME=kmod_stap_44621a3e20f38e1a82b1cb20ff27737b_949 -c -o <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_src.o <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_src.c ; ./tools/objtool/objtool --hacks=jump_label --hacks=noinstr --retpoline --rethunk --sls --stackval --static-call --uaccess --module <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_src.o
  79. gcc -Wp,-MMD,<server>/stap000000/.stap_44621a3e20f38e1a82b1cb20ff27737b_949_aux_0.o.d -nostdinc -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/compiler-version.h -include ./include/linux/kconfig.h -I./ubuntu/include -include ./include/linux/compiler_types.h -D__KERNEL__ -fmacro-prefix-map=./= -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu11 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fcf-protection=none -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -mindirect-branch-cs-prefix -mfunction-return=thunk-extern -fno-jump-tables -mharden-sls=all -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -O2 -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-stack-clash-protection -fzero-call-used-regs=used-gpr -pg -mrecord-mcount -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wcast-function-type -Wno-stringop-truncation -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -Wno-alloc-size-larger-than -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -Iinclude2/asm/mach-default -I/lib/modules/5.19.0-32-generic/build -include <server>/stap000000/stapconf_559e81514f35e2b78119031fe34709fc_737.h -ftime-report -Q -freorder-blocks -fasynchronous-unwind-tables -fno-ipa-icf -Wno-unused -Werror -Wno-pragmas -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -I/usr/share/systemtap/runtime -fsanitize=bounds -fsanitize=shift -fsanitize=bool -fsanitize=enum -DMODULE -DKBUILD_BASENAME='"stap_44621a3e20f38e1a82b1cb20ff27737b_949_aux_0"' -DKBUILD_MODNAME='"stap_44621a3e20f38e1a82b1cb20ff27737b_949"' -D__KBUILD_MODNAME=kmod_stap_44621a3e20f38e1a82b1cb20ff27737b_949 -c -o <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_aux_0.o <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_aux_0.c ; ./tools/objtool/objtool --hacks=jump_label --hacks=noinstr --retpoline --rethunk --sls --stackval --static-call --uaccess --module <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_aux_0.o
  80. gcc -Wp,-MMD,<server>/stap000000/.stap_symbols.o.d -nostdinc -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/compiler-version.h -include ./include/linux/kconfig.h -I./ubuntu/include -include ./include/linux/compiler_types.h -D__KERNEL__ -fmacro-prefix-map=./= -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu11 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fcf-protection=none -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -mindirect-branch-cs-prefix -mfunction-return=thunk-extern -fno-jump-tables -mharden-sls=all -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -O2 -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-stack-clash-protection -fzero-call-used-regs=used-gpr -pg -mrecord-mcount -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wcast-function-type -Wno-stringop-truncation -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -Wno-alloc-size-larger-than -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -Iinclude2/asm/mach-default -I/lib/modules/5.19.0-32-generic/build -include <server>/stap000000/stapconf_559e81514f35e2b78119031fe34709fc_737.h -ftime-report -Q -freorder-blocks -fasynchronous-unwind-tables -fno-ipa-icf -Wno-unused -Werror -Wno-pragmas -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -I/usr/share/systemtap/runtime -fsanitize=bounds -fsanitize=shift -fsanitize=bool -fsanitize=enum -DMODULE -DKBUILD_BASENAME='"stap_symbols"' -DKBUILD_MODNAME='"stap_44621a3e20f38e1a82b1cb20ff27737b_949"' -D__KBUILD_MODNAME=kmod_stap_44621a3e20f38e1a82b1cb20ff27737b_949 -c -o <server>/stap000000/stap_symbols.o <server>/stap000000/stap_symbols.c ; ./tools/objtool/objtool --hacks=jump_label --hacks=noinstr --retpoline --rethunk --sls --stackval --static-call --uaccess --module <server>/stap000000/stap_symbols.o
  81. ./scripts/check-local-export <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_aux_0.o
  82. { echo ; echo '<server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_aux_0.o: $(wildcard ./tools/objtool/objtool)' ; } >> <server>/stap000000/.stap_44621a3e20f38e1a82b1cb20ff27737b_949_aux_0.o.cmd
  83. if nm <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_aux_0.o 2>/dev/null | grep -q __ksymtab; then gcc -E -D__GENKSYMS__ -Wp,-MMD,<server>/stap000000/.stap_44621a3e20f38e1a82b1cb20ff27737b_949_aux_0.o.d -nostdinc -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/compiler-version.h -include ./include/linux/kconfig.h -I./ubuntu/include -include ./include/linux/compiler_types.h -D__KERNEL__ -fmacro-prefix-map=./= -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu11 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fcf-protection=none -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -mindirect-branch-cs-prefix -mfunction-return=thunk-extern -fno-jump-tables -mharden-sls=all -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -O2 -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-stack-clash-protection -fzero-call-used-regs=used-gpr -pg -mrecord-mcount -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wcast-function-type -Wno-stringop-truncation -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -Wno-alloc-size-larger-than -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -Iinclude2/asm/mach-default -I/lib/modules/5.19.0-32-generic/build -include <server>/stap000000/stapconf_559e81514f35e2b78119031fe34709fc_737.h -ftime-report -Q -freorder-blocks -fasynchronous-unwind-tables -fno-ipa-icf -Wno-unused -Werror -Wno-pragmas -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -I/usr/share/systemtap/runtime -fsanitize=bounds -fsanitize=shift -fsanitize=bool -fsanitize=enum -DMODULE -DKBUILD_BASENAME='"stap_44621a3e20f38e1a82b1cb20ff27737b_949_aux_0"' -DKBUILD_MODNAME='"stap_44621a3e20f38e1a82b1cb20ff27737b_949"' -D__KBUILD_MODNAME=kmod_stap_44621a3e20f38e1a82b1cb20ff27737b_949 <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_aux_0.c | scripts/genksyms/genksyms -r /dev/null >> <server>/stap000000/.stap_44621a3e20f38e1a82b1cb20ff27737b_949_aux_0.o.cmd; fi
  84. ./scripts/check-local-export <server>/stap000000/stap_symbols.o
  85. { echo ; echo '<server>/stap000000/stap_symbols.o: $(wildcard ./tools/objtool/objtool)' ; } >> <server>/stap000000/.stap_symbols.o.cmd
  86. if nm <server>/stap000000/stap_symbols.o 2>/dev/null | grep -q __ksymtab; then gcc -E -D__GENKSYMS__ -Wp,-MMD,<server>/stap000000/.stap_symbols.o.d -nostdinc -I./arch/x86/include -I./arch/x86/include/generated -I./include -I./arch/x86/include/uapi -I./arch/x86/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/compiler-version.h -include ./include/linux/kconfig.h -I./ubuntu/include -include ./include/linux/compiler_types.h -D__KERNEL__ -fmacro-prefix-map=./= -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu11 -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -fcf-protection=none -m64 -falign-jumps=1 -falign-loops=1 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mtune=generic -mno-red-zone -mcmodel=kernel -Wno-sign-compare -fno-asynchronous-unwind-tables -mindirect-branch=thunk-extern -mindirect-branch-register -mindirect-branch-cs-prefix -mfunction-return=thunk-extern -fno-jump-tables -mharden-sls=all -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -O2 -fno-allow-store-data-races -Wframe-larger-Created temporary directory "<server>/stap000000"
  87. Session arch: x86_64 release: 5.19.0-32-generic
  88. Build tree: "/lib/modules/5.19.0-32-generic/build"
  89. Kernel symbol table /lib/modules/5.19.0-32-generic/build/System.map unavailable, (No such file or directory)
  90. Kernel symbol table /boot/System.map-5.19.0-32-generic unavailable, (Permission denied)
  91. WARNING: Kernel function symbol table missing [man warning::symbols]
  92. Searched for library macro files: "/usr/share/systemtap/tapset/linux", found: 7, processed: 7
  93. Searched for library macro files: "/usr/share/systemtap/tapset", found: 11, processed: 11
  94. Searched for library macro files: "/usr/share/systemtap/tapset/linux", found: 7, processed: 0
  95. Searched for library macro files: "/usr/share/systemtap/tapset", found: 11, processed: 0
  96. Searched: "/usr/share/systemtap/tapset/linux/x86_64", found: 20, processed: 20
  97. Searched: "/usr/share/systemtap/tapset/linux", found: 407, processed: 407
  98. Searched: "/usr/share/systemtap/tapset/x86_64", found: 1, processed: 1
  99. Searched: "/usr/share/systemtap/tapset", found: 34, processed: 34
  100. Searched: "/usr/share/systemtap/tapset/linux/x86_64", found: 20, processed: 0
  101. Searched: "/usr/share/systemtap/tapset/linux", found: 407, processed: 0
  102. Searched: "/usr/share/systemtap/tapset/x86_64", found: 1, processed: 0
  103. Searched: "/usr/share/systemtap/tapset", found: 34, processed: 0
  104. Pass 1: parsed user script and 480 library scripts using 133344virt/99980res/11524shr/88016data kb, in 140usr/20sys/155real ms.
  105. derive-probes (location #0): begin of keyword at <input>:1:1
  106. Pass 2: analyzed script: 1 probe, 1 function, 0 embeds, 0 globals using 134796virt/101680res/11648shr/89468data kb, in 0usr/0sys/4real ms.
  107. WARNING: unused command line option $1/@1
  108. function recursion-analysis: max-nesting 0 non-recursive
  109. 1 statements for probe probe_6333
  110. Pass 3: translated to C into "<server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_src.c" using 134796virt/101680res/11648shr/89468data kb, in 0usr/0sys/0real ms.
  111. Running env -uARCH -uKBUILD_EXTMOD -uCROSS_COMPILE -uKBUILD_IMAGE -uKCONFIG_CONFIG -uINSTALL_PATH -uLD_LIBRARY_PATH PATH=/usr/bin:/bin:<server>/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin make -C /lib/modules/5.19.0-32-generic/build M=<server>/stap000000 modules CONFIG_DEBUG_INFO= CONFIG_DEBUG_INFO_BTF_MODULES= ARCH=x86_64 -e V=1 -j13
  112. warning: the compiler differs from the one used to build the kernel
  113. The kernel was built by: x86_64-linux-gnu-gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
  114. You are using: gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
  115. scripts/Makefile.build:67: '<server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949.ko' will not be built even though obj-m is specified.
  116. scripts/Makefile.build:68: You cannot use subdir-y/m to visit a module Makefile. Use obj-y/m instead.
  117.  
  118. Analyzing compilation unit
  119. Performing interprocedural optimizations
  120. <*free_lang_data> {heap 1024k} <visibility> {heap 1024k} <build_ssa_passes> {heap 1024k} <opt_local_passes> {heap 1024k} <remove_symbols> {heap 1024k} <targetclone> {heap 1024k} <free-fnsummary> {heap 1024k}Streaming LTO
  121. <whole-program> {heap 1024k} <profile_estimate> {heap 1024k} <devirt> {heap 1024k} <cp> {heap 1024k} <sra> {heap 1024k} <fnsummary> {heap 1024k} <inline> {heap 1024k} <pure-const> {heap 1024k} <modref> {heap 1024k} <free-fnsummary> {heap 1024k} <static-var> {heap 1160k} <single-use> {heap 1160k} <comdats> {heap 1160k}Assembling functions:
  122. <simdclone> {heap 1160k}
  123. Time variable usr sys wall GGC
  124. phase setup : 0.00 ( 0%) 0.00 ( 0%) 0.00 ( 0%) 1374k ( 44%)
  125. phase parsing : 0.00 ( 0%) 0.00 ( 0%) 0.00 ( 0%) 1733k ( 56%)
  126. preprocessing : 0.00 ( 0%) 0.00 ( 0%) 0.00 ( 0%) 1593k ( 51%)
  127. TOTAL : 0.00 0.00 0.00 3121k
  128. offset_to_ptr __kasan_check_read __kasan_check_write kasan_check_read kasan_check_write __kcsan_check_access __kcsan_mb __kcsan_wmb __kcsan_rmb __kcsan_release kcsan_disable_current kcsan_enable_current kcsan_enable_current_nowarn kcsan_nestable_atomic_begin offset_to_ptr kcsan_nestable_atomic_end kcsan_flat_atomic_begin kcsan_flat_atomic_end kcsan_atomic_next kcsan_set_access_mask kcsan_begin_scoped_access kcsan_end_scoped_access kcsan_check_access __kcsan_enable_current __kcsan_disable_current __read_once_word_nocheck read_word_at_a_time set_arch_panic_timeout initcall_from_entry __kasan_check_read __kasan_check_write kasan_check_read kasan_check_write is_endbr ibt_save ibt_restore __kcsan_check_access __kcsan_mb __kcsan_wmb __kcsan_rmb __kcsan_release kcsan_disable_current kcsan_enable_current kcsan_enable_current_nowarn kcsan_nestable_atomic_begin kcsan_nestable_atomic_end kcsan_flat_atomic_begin kcsan_flat_atomic_end kcsan_atomic_next __arch_swab32 kcsan_set_access_mask kcsan_begin_scoped_access __arch_swab64 kcsan_end_scoped_access kcsan_check_access __kcsan_enable_current __fswab16 __kcsan_disable_current __fswab32 __read_once_word_nocheck __fswab64 __fswahw32 __fswahb32 read_word_at_a_time __swab __swab16p ERR_PTR __swab32p PTR_ERR __swab64p IS_ERR __swahw32p IS_ERR_OR_NULL __swahb32p ERR_CAST PTR_ERR_OR_ZERO __swab16s __swab32s __swab64s __swahw32s __swahb32s __cpu_to_le64p __le64_to_cpup __cpu_to_le32p __le32_to_cpup __cpu_to_le16p __le16_to_cpup __cpu_to_be64p __be64_to_cpup array_index_mask_nospec __cpu_to_be32p __be32_to_cpup __cpu_to_be16p __be16_to_cpup weak_wrmsr_fence INIT_LIST_HEAD le16_add_cpu le32_add_cpu le64_add_cpu le32_to_cpu_array cpu_to_le32_array __list_add_valid be16_add_cpu __list_del_entry_valid __list_add be32_add_cpu be64_add_cpu cpu_to_be32_array list_add be32_to_cpu_array list_add_tail __list_del __list_del_clearprev __list_del_entry printk_get_level list_del list_replace printk_skip_level list_replace_init printk_skip_headers list_swap list_del_init list_move list_move_tail list_bulk_move_tail list_is_first list_is_last list_is_head list_empty arch_static_branch list_del_init_careful arch_static_branch_jump jump_entry_code jump_entry_target jump_entry_key jump_entry_is_branch jump_entry_is_init jump_entry_set_init list_empty_careful jump_entry_size static_key_false static_key_true list_rotate_left list_rotate_to_front list_is_singular __list_cut_position list_cut_position is_warning_bug list_cut_before check_data_corruption __list_splice list_splice list_splice_tail list_splice_init list_splice_tail_init ERR_PTR PTR_ERR IS_ERR INIT_HLIST_NODE hlist_unhashed IS_ERR_OR_NULL hlist_unhashed_lockless ERR_CAST PTR_ERR_OR_ZERO hlist_empty array_index_mask_nospec __hlist_del weak_wrmsr_fence INIT_LIST_HEAD hlist_del hlist_del_init hlist_add_head __list_add_valid __list_del_entry_valid __list_add list_add list_add_tail __list_del __list_del_clearprev hlist_add_before __list_del_entry list_del list_replace list_replace_init list_swap list_del_init list_move list_move_tail list_bulk_move_tail list_is_first hlist_add_behind list_is_last list_is_head list_empty list_del_init_careful hlist_add_fake hlist_fake hlist_is_singular_node hlist_move_list list_empty_careful is_endbr ibt_save ibt_restore list_rotate_left list_rotate_to_front list_is_singular __list_cut_position mul_u64_u64_div_u64 list_cut_position mul_u64_u32_div list_cut_before reciprocal_scale __list_splice int_sqrt64 list_splice __iter_div_u64_rem list_splice_tail div_u64_rem list_splice_init div_s64_rem list_splice_tail_init div64_u64_rem div64_u64 div64_s64 INIT_HLIST_NODE div_u64 div_s64 hlist_unhashed hlist_unhashed_lockless mul_u32_u32 mul_u64_u32_shr mul_u64_u64_shr mul_s64_u64_shr hlist_empty __hlist_del timespec64_equal hlist_del timespec64_compare hlist_del_init hlist_add_head timespec64_add timespec64_sub timespec64_valid timespec64_valid_strict timespec64_valid_settod timespec64_to_ns timespec64_add_ns hlist_add_before hlist_add_behind initcall_from_entry hlist_add_fake hlist_fake hlist_is_singular_node hlist_move_list arch_set_bit arch___set_bit arch_clear_bit arch_clear_bit_unlock arch___clear_bit arch_clear_bit_unlock_is_negative_byte arch___clear_bit_unlock arch___change_bit arch_change_bit arch_test_and_set_bit sme_get_me_mask arch_test_and_set_bit_lock vdso_encode_cpunode arch___test_and_set_bit vdso_read_cpunode arch_test_and_clear_bit arch___test_and_clear_bit __loadsegment_fs arch___test_and_change_bit arch_test_and_change_bit get_max_mapped constant_test_bit variable_test_bit __ffs ffz __fls ffs fls gate_offset fls64 gate_segment sched_find_first_bit pgprot_nx __arch_hweight32 native_make_pgd native_pgd_val pgd_flags __arch_hweight16 __arch_hweight8 native_make_p4d __arch_hweight64 native_p4d_val native_make_pud native_pud_val native_make_pmd instrument_read native_pmd_val p4d_pfn_mask instrument_write p4d_flags_mask instrument_read_write p4d_flags instrument_atomic_read pud_pfn_mask instrument_atomic_write instrument_atomic_read_write pud_flags_mask pud_flags instrument_copy_to_user pmd_pfn_mask instrument_copy_from_user set_bit pmd_flags_mask pmd_flags clear_bit native_make_pte native_pte_val change_bit pte_flags test_and_set_bit protval_4k_2_large test_and_clear_bit pgprot_4k_2_large test_and_change_bit protval_large_2_4k __set_bit pgprot_large_2_4k __clear_bit __change_bit __instrument_read_write_bitop __test_and_set_bit __test_and_clear_bit arch_static_branch __test_and_change_bit test_bit arch_static_branch_jump clear_bit_unlock jump_entry_code __clear_bit_unlock jump_entry_target jump_entry_key test_and_set_bit_lock clear_bit_unlock_is_negative_byte jump_entry_is_branch jump_entry_is_init test_bit_le jump_entry_set_init set_bit_le jump_entry_size clear_bit_le static_key_false __set_bit_le static_key_true __clear_bit_le test_and_set_bit_le test_and_clear_bit_le __test_and_set_bit_le __test_and_clear_bit_le get_bitmask_order hweight_long __arch_swab32 __arch_swab64 __fswab16 __fswab32 __fswab64 __fswahw32 __fswahb32 __swab __swab16p __swab32p __swab64p __swahw32p __swahb32p __swab16s __swab32s __swab64s __swahw32s __swahb32s __cpu_to_le64p __le64_to_cpup __cpu_to_le32p __le32_to_cpup __cpu_to_le16p __le16_to_cpup __cpu_to_be64p __be64_to_cpup rol64 __cpu_to_be32p __be32_to_cpup ror64 __cpu_to_be16p __be16_to_cpup rol32 le16_add_cpu ror32 le32_add_cpu rol16 le64_add_cpu ror16 le32_to_cpu_array rol8 cpu_to_le32_array be16_add_cpu ror8 be32_add_cpu sign_extend32 be64_add_cpu sign_extend64 cpu_to_be32_array fls_long get_count_order be32_to_cpu_array get_count_order_long __ffs64 assign_bit __assign_bit arch_set_bit kstrtoul kstrtol arch___set_bit kstrtou64 arch_clear_bit kstrtos64 kstrtou32 kstrtos32 arch_clear_bit_unlock arch___clear_bit arch_clear_bit_unlock_is_negative_byte arch___clear_bit_unlock arch___change_bit arch_change_bit kstrtou64_from_user kstrtos64_from_user arch_test_and_set_bit kstrtou32_from_user kstrtos32_from_user arch_test_and_set_bit_lock arch___test_and_set_bit strtobool __ilog2_u32 arch_test_and_clear_bit __ilog2_u64 is_power_of_2 arch___test_and_clear_bit __roundup_pow_of_two __rounddown_pow_of_two arch___test_and_change_bit __order_base_2 arch_test_and_change_bit constant_test_bit __bits_per variable_test_bit __ffs ffz __fls ffs mul_u64_u64_div_u64 fls fls64 mul_u64_u32_div sched_find_first_bit reciprocal_scale __arch_hweight32 int_sqrt64 __arch_hweight16 __arch_hweight8 __arch_hweight64 might_resched __might_resched __might_sleep instrument_read might_fault instrument_write instrument_read_write instrument_atomic_read instrument_atomic_write instrument_atomic_read_write instrument_copy_to_user instrument_copy_from_user set_bit hex_byte_pack clear_bit hex_byte_pack_upper change_bit test_and_set_bit test_and_clear_bit ____trace_printk_check_format test_and_change_bit __set_bit __clear_bit __change_bit __instrument_read_write_bitop x86_this_cpu_constant_test_bit __test_and_set_bit __test_and_clear_bit x86_this_cpu_variable_test_bit __test_and_change_bit test_bit clear_bit_unlock __this_cpu_preempt_check __clear_bit_unlock test_and_set_bit_lock clear_bit_unlock_is_negative_byte test_bit_le set_bit_le __iter_div_u64_rem clear_bit_le __set_bit_le div_u64_rem __clear_bit_le test_and_set_bit_le div_s64_rem test_and_clear_bit_le div64_u64_rem __test_and_set_bit_le div64_u64 __test_and_clear_bit_le div64_s64 get_bitmask_order div_u64 hweight_long div_s64 mul_u32_u32 mul_u64_u32_shr mul_u64_u64_shr mul_s64_u64_shr timespec64_equal timespec64_compare timespec64_add timespec64_sub timespec64_valid timespec64_valid_strict timespec64_valid_settod timespec64_to_ns timespec64_add_ns get_current rol64 ror64 rol32 ror32 rol16 ror16 rol8 ror8 sign_extend32 sign_extend64 fls_long get_count_order get_count_order_long __ffs64 assign_bit __assign_bit kstrtoul kstrtol kstrtou64 kstrtos64 kstrtou32 kstrtos32 sme_get_me_mask get_max_mapped kstrtou64_from_user kstrtos64_from_user __phys_addr_nodebug kstrtou32_from_user kstrtos32_from_user clear_page strtobool __ilog2_u32 __ilog2_u64 is_power_of_2 task_size_max __roundup_pow_of_two __rounddown_pow_of_two range_len __order_base_2 cap_resource __bits_per clear_user_page copy_user_page __canonical_address __is_canonical_address get_order set_arch_panic_timeout vdso_encode_cpunode vdso_read_cpunode printk_get_level __loadsegment_fs printk_skip_level printk_skip_headers gate_offset gate_segment pgprot_nx native_make_pgd native_pgd_val pgd_flags might_resched native_make_p4d native_p4d_val __might_resched native_make_pud __might_sleep native_pud_val might_fault native_make_pmd native_pmd_val p4d_pfn_mask p4d_flags_mask p4d_flags pud_pfn_mask pud_flags_mask pud_flags pmd_pfn_mask hex_byte_pack pmd_flags_mask pmd_flags hex_byte_pack_upper native_make_pte native_pte_val pte_flags protval_4k_2_large ____trace_printk_check_format pgprot_4k_2_large protval_large_2_4k pgprot_large_2_4k x86_this_cpu_constant_test_bit x86_this_cpu_variable_test_bit __this_cpu_preempt_check alternative_msr_write alternative_msr_write indirect_branch_prediction_barrier indirect_branch_prediction_barrier mds_clear_cpu_buffers mds_clear_cpu_buffers mds_user_clear_cpu_buffers mds_user_clear_cpu_buffers mds_idle_clear_cpu_buffers mds_idle_clear_cpu_buffers regs_return_value regs_set_return_value regs_return_value user_mode regs_set_return_value v8086_mode user_mode user_64bit_mode v8086_mode user_64bit_mode any_64bit_mode ip_within_syscall_gap any_64bit_mode ip_within_syscall_gap kernel_stack_pointer instruction_pointer kernel_stack_pointer instruction_pointer_set instruction_pointer frame_pointer instruction_pointer_set user_stack_pointer frame_pointer user_stack_pointer_set user_stack_pointer regs_irqs_disabled user_stack_pointer_set regs_irqs_disabled regs_get_register regs_get_register regs_within_kernel_stack regs_within_kernel_stack regs_get_kernel_stack_nth_addr regs_get_kernel_stack_nth_addr regs_get_kernel_stack_nth regs_get_kernel_stack_nth regs_get_kernel_argument regs_get_kernel_argument get_current find_next_bit __phys_addr_nodebug clear_page find_next_and_bit task_size_max find_next_zero_bit range_len cap_resource clear_user_page copy_user_page find_first_bit __canonical_address __is_canonical_address get_order find_first_and_bit find_first_zero_bit find_last_bit find_next_bit find_next_zero_bit_le find_next_bit_le find_first_zero_bit_le find_next_and_bit memset16 memset32 find_next_zero_bit memset64 memcpy_flushcache find_first_bit find_first_and_bit strstrip memset_l find_first_zero_bit memset_p find_last_bit strstarts find_next_zero_bit_le memzero_explicit find_next_bit_le find_first_zero_bit_le kbasename strncpy memset16 memset32 strcat memset64 strnlen memcpy_flushcache __fortify_strlen strlcpy strstrip strscpy memset_l memset_p strncat fortify_memset_chk strstarts fortify_memcpy_chk memzero_explicit kbasename memscan strncpy memcmp strcat memchr strnlen memchr_inv kmemdup __fortify_strlen strcpy strlcpy str_has_prefix strscpy strncat fortify_memset_chk fortify_memcpy_chk bitmap_find_next_zero_area memscan bitmap_zero memcmp bitmap_fill memchr bitmap_copy memchr_inv bitmap_copy_clear_tail kmemdup bitmap_and strcpy bitmap_or bitmap_xor str_has_prefix bitmap_andnot bitmap_complement bitmap_equal bitmap_or_equal bitmap_intersects bitmap_find_next_zero_area bitmap_subset bitmap_empty bitmap_zero bitmap_full bitmap_fill bitmap_weight bitmap_copy bitmap_set bitmap_copy_clear_tail bitmap_clear bitmap_and bitmap_or bitmap_xor bitmap_shift_right bitmap_andnot bitmap_shift_left bitmap_complement bitmap_replace bitmap_equal bitmap_next_set_region bitmap_from_u64 bitmap_or_equal bitmap_get_value8 bitmap_intersects bitmap_set_value8 bitmap_subset set_64bit bitmap_empty arch_atomic_read bitmap_full bitmap_weight arch_atomic_set arch_atomic_add bitmap_set arch_atomic_sub arch_atomic_sub_and_test arch_atomic_inc bitmap_clear arch_atomic_dec arch_atomic_dec_and_test arch_atomic_inc_and_test bitmap_shift_right arch_atomic_add_negative bitmap_shift_left arch_atomic_add_return arch_atomic_sub_return bitmap_replace arch_atomic_fetch_add bitmap_next_set_region bitmap_from_u64 bitmap_get_value8 arch_atomic_fetch_sub bitmap_set_value8 arch_atomic_cmpxchg set_64bit arch_atomic_read arch_atomic_set arch_atomic_try_cmpxchg arch_atomic_add arch_atomic_sub arch_atomic_sub_and_test arch_atomic_inc arch_atomic_dec arch_atomic_dec_and_test arch_atomic_xchg arch_atomic_inc_and_test arch_atomic_add_negative arch_atomic_add_return arch_atomic_and arch_atomic_fetch_and arch_atomic_or arch_atomic_fetch_or arch_atomic_sub_return arch_atomic_xor arch_atomic_fetch_add arch_atomic_fetch_xor arch_atomic64_read arch_atomic_fetch_sub arch_atomic64_set arch_atomic64_add arch_atomic64_sub arch_atomic64_sub_and_test arch_atomic_cmpxchg arch_atomic64_inc arch_atomic64_dec arch_atomic64_dec_and_test arch_atomic64_inc_and_test arch_atomic_try_cmpxchg arch_atomic64_add_negative arch_atomic64_add_return arch_atomic64_sub_return arch_atomic64_fetch_add arch_atomic_xchg arch_atomic_and arch_atomic64_fetch_sub arch_atomic_fetch_and arch_atomic_or arch_atomic_fetch_or arch_atomic64_cmpxchg arch_atomic_xor arch_atomic_fetch_xor arch_atomic64_read arch_atomic64_set arch_atomic64_try_cmpxchg arch_atomic64_add arch_atomic64_sub arch_atomic64_sub_and_test arch_atomic64_inc arch_atomic64_dec arch_atomic64_dec_and_test arch_atomic64_xchg arch_atomic64_inc_and_test arch_atomic64_add_negative arch_atomic64_and arch_atomic64_add_return arch_atomic64_fetch_and arch_atomic64_or arch_atomic64_fetch_or arch_atomic64_xor arch_atomic64_sub_return arch_atomic64_fetch_xor arch_atomic64_fetch_add arch_atomic_read_acquire arch_atomic64_fetch_sub arch_atomic64_cmpxchg arch_atomic_set_release arch_atomic64_try_cmpxchg arch_atomic_inc_return arch_atomic_inc_return_acquire arch_atomic_inc_return_release arch_atomic_inc_return_relaxed arch_atomic_fetch_inc arch_atomic64_xchg arch_atomic_fetch_inc_acquire arch_atomic_fetch_inc_release arch_atomic_fetch_inc_relaxed arch_atomic_dec_return arch_atomic_dec_return_acquire arch_atomic_dec_return_release arch_atomic64_and arch_atomic_dec_return_relaxed arch_atomic64_fetch_and arch_atomic_fetch_dec arch_atomic_fetch_dec_acquire arch_atomic64_or arch_atomic_fetch_dec_release arch_atomic64_fetch_or arch_atomic_fetch_dec_relaxed arch_atomic64_xor arch_atomic_andnot arch_atomic_fetch_andnot arch_atomic64_fetch_xor arch_atomic_fetch_andnot_acquire arch_atomic_fetch_andnot_release arch_atomic_fetch_andnot_relaxed arch_atomic_read_acquire arch_atomic_fetch_add_unless arch_atomic_add_unless arch_atomic_inc_not_zero arch_atomic_inc_unless_negative arch_atomic_dec_unless_positive arch_atomic_dec_if_positive arch_atomic_set_release arch_atomic64_read_acquire arch_atomic_inc_return arch_atomic_inc_return_acquire arch_atomic_inc_return_release arch_atomic64_set_release arch_atomic_inc_return_relaxed arch_atomic_fetch_inc arch_atomic_fetch_inc_acquire arch_atomic_fetch_inc_release arch_atomic_fetch_inc_relaxed arch_atomic_dec_return arch_atomic_dec_return_acquire arch_atomic_dec_return_release arch_atomic_dec_return_relaxed arch_atomic_fetch_dec arch_atomic64_inc_return arch_atomic_fetch_dec_acquire arch_atomic64_inc_return_acquire arch_atomic_fetch_dec_release arch_atomic64_inc_return_release arch_atomic_fetch_dec_relaxed arch_atomic64_inc_return_relaxed arch_atomic_andnot arch_atomic64_fetch_inc arch_atomic_fetch_andnot arch_atomic64_fetch_inc_acquire arch_atomic_fetch_andnot_acquire arch_atomic64_fetch_inc_release arch_atomic_fetch_andnot_release arch_atomic64_fetch_inc_relaxed arch_atomic_fetch_andnot_relaxed arch_atomic64_dec_return arch_atomic64_dec_return_acquire arch_atomic64_dec_return_release arch_atomic_fetch_add_unless arch_atomic64_dec_return_relaxed arch_atomic64_fetch_dec arch_atomic_add_unless arch_atomic64_fetch_dec_acquire arch_atomic_inc_not_zero arch_atomic64_fetch_dec_release arch_atomic_inc_unless_negative arch_atomic64_fetch_dec_relaxed arch_atomic64_andnot arch_atomic_dec_unless_positive arch_atomic64_fetch_andnot arch_atomic64_fetch_andnot_acquire arch_atomic_dec_if_positive arch_atomic64_fetch_andnot_release arch_atomic64_fetch_andnot_relaxed arch_atomic64_read_acquire arch_atomic64_fetch_add_unless arch_atomic64_add_unless arch_atomic64_inc_not_zero arch_atomic64_inc_unless_negative arch_atomic64_dec_unless_positive arch_atomic64_dec_if_positive arch_atomic64_set_release arch_atomic_long_read arch_atomic_long_read_acquire arch_atomic_long_set arch_atomic_long_set_release arch_atomic_long_add arch_atomic_long_add_return arch_atomic_long_add_return_acquire arch_atomic_long_add_return_release arch_atomic64_inc_return arch_atomic_long_add_return_relaxed arch_atomic64_inc_return_acquire arch_atomic_long_fetch_add arch_atomic64_inc_return_release arch_atomic_long_fetch_add_acquire arch_atomic64_inc_return_relaxed arch_atomic_long_fetch_add_release arch_atomic_long_fetch_add_relaxed arch_atomic64_fetch_inc arch_atomic_long_sub arch_atomic64_fetch_inc_acquire arch_atomic_long_sub_return arch_atomic64_fetch_inc_release arch_atomic64_fetch_inc_relaxed arch_atomic_long_sub_return_acquire arch_atomic_long_sub_return_release arch_atomic64_dec_return arch_atomic_long_sub_return_relaxed arch_atomic64_dec_return_acquire arch_atomic_long_fetch_sub arch_atomic64_dec_return_release arch_atomic_long_fetch_sub_acquire arch_atomic64_dec_return_relaxed arch_atomic_long_fetch_sub_release arch_atomic64_fetch_dec arch_atomic_long_fetch_sub_relaxed arch_atomic64_fetch_dec_acquire arch_atomic64_fetch_dec_release arch_atomic_long_inc arch_atomic64_fetch_dec_relaxed arch_atomic_long_inc_return arch_atomic_long_inc_return_acquire arch_atomic64_andnot arch_atomic_long_inc_return_release arch_atomic64_fetch_andnot arch_atomic_long_inc_return_relaxed arch_atomic64_fetch_andnot_acquire arch_atomic_long_fetch_inc arch_atomic_long_fetch_inc_acquire arch_atomic64_fetch_andnot_release arch_atomic_long_fetch_inc_release arch_atomic64_fetch_andnot_relaxed arch_atomic_long_fetch_inc_relaxed arch_atomic_long_dec arch_atomic_long_dec_return arch_atomic64_fetch_add_unless arch_atomic_long_dec_return_acquire arch_atomic_long_dec_return_release arch_atomic64_add_unless arch_atomic_long_dec_return_relaxed arch_atomic_long_fetch_dec arch_atomic64_inc_not_zero arch_atomic_long_fetch_dec_acquire arch_atomic64_inc_unless_negative arch_atomic_long_fetch_dec_release arch_atomic_long_fetch_dec_relaxed arch_atomic64_dec_unless_positive arch_atomic_long_and arch_atomic_long_fetch_and arch_atomic64_dec_if_positive arch_atomic_long_fetch_and_acquire arch_atomic_long_fetch_and_release arch_atomic_long_fetch_and_relaxed arch_atomic_long_read arch_atomic_long_andnot arch_atomic_long_read_acquire arch_atomic_long_fetch_andnot arch_atomic_long_set arch_atomic_long_fetch_andnot_acquire arch_atomic_long_set_release arch_atomic_long_fetch_andnot_release arch_atomic_long_add arch_atomic_long_fetch_andnot_relaxed arch_atomic_long_add_return arch_atomic_long_or arch_atomic_long_add_return_acquire arch_atomic_long_fetch_or arch_atomic_long_add_return_release arch_atomic_long_fetch_or_acquire arch_atomic_long_add_return_relaxed arch_atomic_long_fetch_or_release arch_atomic_long_fetch_add arch_atomic_long_fetch_or_relaxed arch_atomic_long_fetch_add_acquire arch_atomic_long_xor arch_atomic_long_fetch_add_release arch_atomic_long_fetch_xor arch_atomic_long_fetch_add_relaxed arch_atomic_long_fetch_xor_acquire arch_atomic_long_sub arch_atomic_long_fetch_xor_release arch_atomic_long_sub_return arch_atomic_long_fetch_xor_relaxed arch_atomic_long_sub_return_acquire arch_atomic_long_xchg arch_atomic_long_sub_return_release arch_atomic_long_xchg_acquire arch_atomic_long_sub_return_relaxed arch_atomic_long_xchg_release arch_atomic_long_fetch_sub arch_atomic_long_xchg_relaxed arch_atomic_long_fetch_sub_acquire arch_atomic_long_cmpxchg arch_atomic_long_fetch_sub_release arch_atomic_long_cmpxchg_acquire arch_atomic_long_fetch_sub_relaxed arch_atomic_long_cmpxchg_release arch_atomic_long_inc arch_atomic_long_inc_return arch_atomic_long_cmpxchg_relaxed arch_atomic_long_inc_return_acquire arch_atomic_long_try_cmpxchg arch_atomic_long_inc_return_release arch_atomic_long_try_cmpxchg_acquire arch_atomic_long_inc_return_relaxed arch_atomic_long_fetch_inc arch_atomic_long_try_cmpxchg_release arch_atomic_long_fetch_inc_acquire arch_atomic_long_try_cmpxchg_relaxed arch_atomic_long_fetch_inc_release arch_atomic_long_sub_and_test arch_atomic_long_fetch_inc_relaxed arch_atomic_long_dec_and_test arch_atomic_long_dec arch_atomic_long_inc_and_test arch_atomic_long_dec_return arch_atomic_long_dec_return_acquire arch_atomic_long_add_negative arch_atomic_long_dec_return_release arch_atomic_long_fetch_add_unless arch_atomic_long_dec_return_relaxed arch_atomic_long_add_unless arch_atomic_long_fetch_dec arch_atomic_long_inc_not_zero arch_atomic_long_fetch_dec_acquire arch_atomic_long_inc_unless_negative arch_atomic_long_fetch_dec_release arch_atomic_long_fetch_dec_relaxed arch_atomic_long_and arch_atomic_long_fetch_and arch_atomic_long_dec_unless_positive arch_atomic_long_fetch_and_acquire arch_atomic_long_dec_if_positive arch_atomic_long_fetch_and_release arch_atomic_long_fetch_and_relaxed arch_atomic_long_andnot atomic_read arch_atomic_long_fetch_andnot arch_atomic_long_fetch_andnot_acquire atomic_read_acquire arch_atomic_long_fetch_andnot_release atomic_set arch_atomic_long_fetch_andnot_relaxed atomic_set_release arch_atomic_long_or arch_atomic_long_fetch_or atomic_add arch_atomic_long_fetch_or_acquire atomic_add_return arch_atomic_long_fetch_or_release atomic_add_return_acquire arch_atomic_long_fetch_or_relaxed atomic_add_return_release arch_atomic_long_xor arch_atomic_long_fetch_xor atomic_add_return_relaxed arch_atomic_long_fetch_xor_acquire atomic_fetch_add arch_atomic_long_fetch_xor_release atomic_fetch_add_acquire arch_atomic_long_fetch_xor_relaxed arch_atomic_long_xchg atomic_fetch_add_release arch_atomic_long_xchg_acquire atomic_fetch_add_relaxed arch_atomic_long_xchg_release atomic_sub arch_atomic_long_xchg_relaxed atomic_sub_return arch_atomic_long_cmpxchg arch_atomic_long_cmpxchg_acquire atomic_sub_return_acquire arch_atomic_long_cmpxchg_release atomic_sub_return_release arch_atomic_long_cmpxchg_relaxed atomic_sub_return_relaxed arch_atomic_long_try_cmpxchg atomic_fetch_sub arch_atomic_long_try_cmpxchg_acquire atomic_fetch_sub_acquire arch_atomic_long_try_cmpxchg_release atomic_fetch_sub_release arch_atomic_long_try_cmpxchg_relaxed atomic_fetch_sub_relaxed arch_atomic_long_sub_and_test atomic_inc arch_atomic_long_dec_and_test atomic_inc_return arch_atomic_long_inc_and_test arch_atomic_long_add_negative atomic_inc_return_acquire arch_atomic_long_fetch_add_unless atomic_inc_return_release arch_atomic_long_add_unless atomic_inc_return_relaxed arch_atomic_long_inc_not_zero atomic_fetch_inc arch_atomic_long_inc_unless_negative arch_atomic_long_dec_unless_positive atomic_fetch_inc_acquire arch_atomic_long_dec_if_positive atomic_fetch_inc_release atomic_fetch_inc_relaxed atomic_dec atomic_dec_return atomic_dec_return_acquire atomic_read atomic_dec_return_release atomic_read_acquire atomic_dec_return_relaxed atomic_set atomic_fetch_dec atomic_set_release atomic_fetch_dec_acquire atomic_fetch_dec_release atomic_add atomic_fetch_dec_relaxed atomic_add_return atomic_and atomic_add_return_acquire atomic_fetch_and atomic_add_return_release atomic_fetch_and_acquire atomic_add_return_relaxed atomic_fetch_and_release atomic_fetch_add atomic_fetch_and_relaxed atomic_fetch_add_acquire atomic_andnot atomic_fetch_add_release atomic_fetch_andnot atomic_fetch_add_relaxed atomic_fetch_andnot_acquire atomic_sub atomic_fetch_andnot_release atomic_sub_return atomic_fetch_andnot_relaxed atomic_sub_return_acquire atomic_or atomic_sub_return_release atomic_fetch_or atomic_sub_return_relaxed atomic_fetch_or_acquire atomic_fetch_sub atomic_fetch_or_release atomic_fetch_sub_acquire atomic_fetch_or_relaxed atomic_fetch_sub_release atomic_xor atomic_fetch_sub_relaxed atomic_fetch_xor atomic_inc atomic_fetch_xor_acquire atomic_inc_return atomic_fetch_xor_release atomic_inc_return_acquire atomic_inc_return_release atomic_fetch_xor_relaxed atomic_xchg atomic_inc_return_relaxed atomic_fetch_inc atomic_xchg_acquire atomic_fetch_inc_acquire atomic_xchg_release atomic_fetch_inc_release atomic_xchg_relaxed atomic_fetch_inc_relaxed atomic_cmpxchg atomic_dec atomic_cmpxchg_acquire atomic_dec_return atomic_cmpxchg_release atomic_dec_return_acquire atomic_dec_return_release atomic_cmpxchg_relaxed atomic_dec_return_relaxed atomic_try_cmpxchg atomic_fetch_dec atomic_try_cmpxchg_acquire atomic_fetch_dec_acquire atomic_try_cmpxchg_release atomic_fetch_dec_release atomic_fetch_dec_relaxed atomic_try_cmpxchg_relaxed atomic_and atomic_sub_and_test atomic_fetch_and atomic_dec_and_test atomic_fetch_and_acquire atomic_inc_and_test atomic_fetch_and_release atomic_add_negative atomic_fetch_and_relaxed atomic_fetch_add_unless atomic_andnot atomic_add_unless atomic_fetch_andnot atomic_inc_not_zero atomic_fetch_andnot_acquire atomic_inc_unless_negative atomic_fetch_andnot_release atomic_dec_unless_positive atomic_fetch_andnot_relaxed atomic_dec_if_positive atomic_or atomic64_read atomic_fetch_or atomic64_read_acquire atomic_fetch_or_acquire atomic64_set atomic_fetch_or_release atomic64_set_release atomic_fetch_or_relaxed atomic64_add atomic_xor atomic64_add_return atomic_fetch_xor atomic64_add_return_acquire atomic_fetch_xor_acquire atomic64_add_return_release atomic_fetch_xor_release atomic64_add_return_relaxed atomic_fetch_xor_relaxed atomic64_fetch_add atomic_xchg atomic64_fetch_add_acquire atomic_xchg_acquire atomic64_fetch_add_release atomic_xchg_release atomic64_fetch_add_relaxed atomic_xchg_relaxed atomic64_sub atomic_cmpxchg atomic64_sub_return atomic_cmpxchg_acquire atomic64_sub_return_acquire atomic_cmpxchg_release atomic64_sub_return_release atomic_cmpxchg_relaxed atomic64_sub_return_relaxed atomic_try_cmpxchg atomic64_fetch_sub atomic64_fetch_sub_acquire atomic_try_cmpxchg_acquire atomic64_fetch_sub_release atomic_try_cmpxchg_release atomic64_fetch_sub_relaxed atomic_try_cmpxchg_relaxed atomic64_inc atomic64_inc_return atomic_sub_and_test atomic64_inc_return_acquire atomic_dec_and_test atomic64_inc_return_release atomic_inc_and_test atomic64_inc_return_relaxed atomic_add_negative atomic64_fetch_inc atomic_fetch_add_unless atomic64_fetch_inc_acquire atomic_add_unless atomic64_fetch_inc_release atomic64_fetch_inc_relaxed atomic_inc_not_zero atomic64_dec atomic_inc_unless_negative atomic64_dec_return atomic_dec_unless_positive atomic64_dec_return_acquire atomic_dec_if_positive atomic64_dec_return_release atomic64_read atomic64_dec_return_relaxed atomic64_read_acquire atomic64_fetch_dec atomic64_set atomic64_fetch_dec_acquire atomic64_set_release atomic64_fetch_dec_release atomic64_add atomic64_fetch_dec_relaxed atomic64_add_return atomic64_and atomic64_add_return_acquire atomic64_fetch_and atomic64_add_return_release atomic64_fetch_and_acquire atomic64_add_return_relaxed atomic64_fetch_and_release atomic64_fetch_add atomic64_fetch_and_relaxed atomic64_fetch_add_acquire atomic64_andnot atomic64_fetch_add_release atomic64_fetch_andnot atomic64_fetch_andnot_acquire atomic64_fetch_add_relaxed atomic64_fetch_andnot_release atomic64_sub atomic64_sub_return atomic64_fetch_andnot_relaxed atomic64_or atomic64_sub_return_acquire atomic64_fetch_or atomic64_sub_return_release atomic64_fetch_or_acquire atomic64_sub_return_relaxed atomic64_fetch_or_release atomic64_fetch_sub atomic64_fetch_sub_acquire atomic64_fetch_or_relaxed atomic64_fetch_sub_release atomic64_xor atomic64_fetch_xor atomic64_fetch_sub_relaxed atomic64_fetch_xor_acquire atomic64_inc atomic64_inc_return atomic64_fetch_xor_release atomic64_inc_return_acquire atomic64_fetch_xor_relaxed atomic64_inc_return_release atomic64_xchg atomic64_inc_return_relaxed atomic64_xchg_acquire atomic64_fetch_inc atomic64_xchg_release atomic64_fetch_inc_acquire atomic64_xchg_relaxed atomic64_fetch_inc_release atomic64_cmpxchg atomic64_fetch_inc_relaxed atomic64_cmpxchg_acquire atomic64_dec atomic64_cmpxchg_release atomic64_dec_return atomic64_cmpxchg_relaxed atomic64_dec_return_acquire atomic64_dec_return_release atomic64_try_cmpxchg atomic64_dec_return_relaxed atomic64_try_cmpxchg_acquire atomic64_fetch_dec atomic64_try_cmpxchg_release atomic64_fetch_dec_acquire atomic64_fetch_dec_release atomic64_try_cmpxchg_relaxed atomic64_fetch_dec_relaxed atomic64_sub_and_test atomic64_and atomic64_dec_and_test atomic64_fetch_and atomic64_inc_and_test atomic64_fetch_and_acquire atomic64_add_negative atomic64_fetch_and_release atomic64_fetch_add_unless atomic64_fetch_and_relaxed atomic64_add_unless atomic64_andnot atomic64_inc_not_zero atomic64_fetch_andnot atomic64_inc_unless_negative atomic64_fetch_andnot_acquire atomic64_dec_unless_positive atomic64_fetch_andnot_release atomic64_dec_if_positive atomic64_fetch_andnot_relaxed atomic_long_read atomic64_or atomic_long_read_acquire atomic64_fetch_or atomic_long_set atomic64_fetch_or_acquire atomic_long_set_release atomic64_fetch_or_release atomic_long_add atomic64_fetch_or_relaxed atomic_long_add_return atomic64_xor atomic_long_add_return_acquire atomic64_fetch_xor atomic_long_add_return_release atomic64_fetch_xor_acquire atomic_long_add_return_relaxed atomic64_fetch_xor_release atomic_long_fetch_add atomic64_fetch_xor_relaxed atomic_long_fetch_add_acquire atomic64_xchg atomic_long_fetch_add_release atomic64_xchg_acquire atomic_long_fetch_add_relaxed atomic64_xchg_release atomic_long_sub atomic64_xchg_relaxed atomic_long_sub_return atomic64_cmpxchg atomic_long_sub_return_acquire atomic64_cmpxchg_acquire atomic_long_sub_return_release atomic64_cmpxchg_release atomic_long_sub_return_relaxed atomic64_cmpxchg_relaxed atomic_long_fetch_sub atomic64_try_cmpxchg atomic_long_fetch_sub_acquire atomic_long_fetch_sub_release atomic64_try_cmpxchg_acquire atomic_long_fetch_sub_relaxed atomic64_try_cmpxchg_release atomic_long_inc atomic_long_inc_return atomic64_try_cmpxchg_relaxed atomic_long_inc_return_acquire atomic64_sub_and_test atomic_long_inc_return_release atomic64_dec_and_test atomic_long_inc_return_relaxed atomic64_inc_and_test atomic_long_fetch_inc atomic64_add_negative atomic_long_fetch_inc_acquire atomic_long_fetch_inc_release atomic64_fetch_add_unless atomic_long_fetch_inc_relaxed atomic64_add_unless atomic_long_dec atomic64_inc_not_zero atomic_long_dec_return atomic64_inc_unless_negative atomic_long_dec_return_acquire atomic64_dec_unless_positive atomic_long_dec_return_release atomic64_dec_if_positive atomic_long_dec_return_relaxed atomic_long_read atomic_long_fetch_dec atomic_long_read_acquire atomic_long_fetch_dec_acquire atomic_long_set atomic_long_fetch_dec_release atomic_long_set_release atomic_long_fetch_dec_relaxed atomic_long_and atomic_long_add atomic_long_fetch_and atomic_long_add_return atomic_long_fetch_and_acquire atomic_long_add_return_acquire atomic_long_fetch_and_release atomic_long_add_return_release atomic_long_fetch_and_relaxed atomic_long_add_return_relaxed atomic_long_andnot atomic_long_fetch_add atomic_long_fetch_andnot atomic_long_fetch_add_acquire atomic_long_fetch_andnot_acquire atomic_long_fetch_add_release atomic_long_fetch_andnot_release atomic_long_fetch_add_relaxed atomic_long_fetch_andnot_relaxed atomic_long_sub atomic_long_or atomic_long_sub_return atomic_long_fetch_or atomic_long_sub_return_acquire atomic_long_fetch_or_acquire atomic_long_sub_return_release atomic_long_fetch_or_release atomic_long_sub_return_relaxed atomic_long_fetch_or_relaxed atomic_long_fetch_sub atomic_long_xor atomic_long_fetch_sub_acquire atomic_long_fetch_xor atomic_long_fetch_sub_release atomic_long_fetch_xor_acquire atomic_long_fetch_sub_relaxed atomic_long_fetch_xor_release atomic_long_inc atomic_long_fetch_xor_relaxed atomic_long_inc_return atomic_long_xchg atomic_long_inc_return_acquire atomic_long_xchg_acquire atomic_long_inc_return_release atomic_long_xchg_release atomic_long_inc_return_relaxed atomic_long_xchg_relaxed atomic_long_fetch_inc atomic_long_cmpxchg atomic_long_fetch_inc_acquire atomic_long_fetch_inc_release atomic_long_cmpxchg_acquire atomic_long_fetch_inc_relaxed atomic_long_cmpxchg_release atomic_long_dec atomic_long_cmpxchg_relaxed atomic_long_dec_return atomic_long_try_cmpxchg atomic_long_dec_return_acquire atomic_long_dec_return_release atomic_long_try_cmpxchg_acquire atomic_long_dec_return_relaxed atomic_long_try_cmpxchg_release atomic_long_fetch_dec atomic_long_try_cmpxchg_relaxed atomic_long_fetch_dec_acquire atomic_long_fetch_dec_release atomic_long_sub_and_test atomic_long_fetch_dec_relaxed atomic_long_dec_and_test atomic_long_and atomic_long_inc_and_test atomic_long_fetch_and atomic_long_add_negative atomic_long_fetch_and_acquire atomic_long_fetch_add_unless atomic_long_fetch_and_release atomic_long_add_unless atomic_long_fetch_and_relaxed atomic_long_inc_not_zero atomic_long_andnot atomic_long_inc_unless_negative atomic_long_fetch_andnot atomic_long_dec_unless_positive atomic_long_fetch_andnot_acquire atomic_long_dec_if_positive atomic_long_fetch_andnot_release atomic_long_fetch_andnot_relaxed atomic_long_or atomic_long_fetch_or cpu_max_bits_warn atomic_long_fetch_or_acquire cpumask_check atomic_long_fetch_or_release cpumask_first atomic_long_fetch_or_relaxed cpumask_first_zero atomic_long_xor cpumask_first_and atomic_long_fetch_xor cpumask_last atomic_long_fetch_xor_acquire cpumask_next_zero atomic_long_fetch_xor_release atomic_long_fetch_xor_relaxed atomic_long_xchg atomic_long_xchg_acquire cpumask_set_cpu atomic_long_xchg_release __cpumask_set_cpu atomic_long_xchg_relaxed cpumask_clear_cpu __cpumask_clear_cpu atomic_long_cmpxchg cpumask_test_cpu atomic_long_cmpxchg_acquire cpumask_test_and_set_cpu atomic_long_cmpxchg_release cpumask_test_and_clear_cpu atomic_long_cmpxchg_relaxed cpumask_setall atomic_long_try_cmpxchg cpumask_clear cpumask_and atomic_long_try_cmpxchg_acquire cpumask_or atomic_long_try_cmpxchg_release cpumask_xor atomic_long_try_cmpxchg_relaxed cpumask_andnot atomic_long_sub_and_test cpumask_complement atomic_long_dec_and_test cpumask_equal atomic_long_inc_and_test cpumask_or_equal atomic_long_add_negative atomic_long_fetch_add_unless cpumask_intersects cpumask_subset atomic_long_add_unless cpumask_empty atomic_long_inc_not_zero cpumask_full atomic_long_inc_unless_negative cpumask_weight atomic_long_dec_unless_positive cpumask_shift_right atomic_long_dec_if_positive cpumask_shift_left cpumask_copy cpumask_parse_user cpumask_parselist_user cpumask_parse cpulist_parse is_warning_bug cpumask_size check_data_corruption cpumask_available cpu_max_bits_warn reset_cpu_possible_mask cpumask_check set_cpu_possible cpumask_first set_cpu_present cpumask_first_zero set_cpu_active cpumask_first_and set_cpu_dying cpumask_last __check_is_bitmap cpumask_next_zero get_cpu_mask num_online_cpus cpu_online cpumask_set_cpu cpu_possible __cpumask_set_cpu cpu_present cpu_active cpumask_clear_cpu cpu_dying __cpumask_clear_cpu cpumask_test_cpu cpumap_print_to_pagebuf cpumask_test_and_set_cpu cpumap_print_bitmask_to_buf cpumask_test_and_clear_cpu cpumap_print_list_to_buf cpumask_setall cpumask_clear arch_cpu_online cpumask_and cpumask_or arch_cpumask_clear_cpu cpumask_xor cpumask_andnot cpumask_complement cpumask_equal cpumask_or_equal cpumask_intersects __rdmsr cpumask_subset __wrmsr cpumask_empty cpumask_full native_read_msr cpumask_weight cpumask_shift_right native_read_msr_safe cpumask_shift_left cpumask_copy cpumask_parse_user native_write_msr cpumask_parselist_user cpumask_parse native_write_msr_safe cpulist_parse cpumask_size rdtsc cpumask_available rdtsc_ordered reset_cpu_possible_mask set_cpu_possible set_cpu_present native_read_pmc set_cpu_active set_cpu_dying encode_frame_pointer __check_is_bitmap get_cpu_mask paravirt_sched_clock num_online_cpus cpu_online paravirt_steal_clock cpu_possible cpu_present cpu_active slow_down_io cpu_dying cpumap_print_to_pagebuf cpumap_print_bitmask_to_buf cpumap_print_list_to_buf __flush_tlb_local arch_cpu_online __flush_tlb_global arch_cpumask_clear_cpu __flush_tlb_one_user __rdmsr __flush_tlb_multi __wrmsr native_read_msr paravirt_tlb_remove_table native_read_msr_safe native_write_msr paravirt_arch_exit_mmap native_write_msr_safe notify_page_enc_status_changed rdtsc rdtsc_ordered load_sp0 native_read_pmc __cpuid encode_frame_pointer paravirt_sched_clock paravirt_get_debugreg paravirt_steal_clock slow_down_io set_debugreg __flush_tlb_local read_cr0 __flush_tlb_global __flush_tlb_one_user write_cr0 __flush_tlb_multi read_cr2 paravirt_tlb_remove_table paravirt_arch_exit_mmap write_cr2 notify_page_enc_status_changed __read_cr3 load_sp0 write_cr3 __cpuid paravirt_get_debugreg __write_cr4 arch_safe_halt set_debugreg halt read_cr0 wbinvd paravirt_read_msr write_cr0 read_cr2 paravirt_write_msr paravirt_read_msr_safe write_cr2 __read_cr3 paravirt_write_msr_safe write_cr3 wrmsrl rdmsrl_safe paravirt_read_pmc __write_cr4 arch_safe_halt paravirt_alloc_ldt halt paravirt_free_ldt wbinvd load_TR_desc load_gdt paravirt_read_msr load_idt paravirt_write_msr set_ldt paravirt_read_msr_safe paravirt_store_tr paravirt_write_msr_safe load_TLS load_gs_index wrmsrl rdmsrl_safe write_ldt_entry paravirt_read_pmc write_gdt_entry paravirt_alloc_ldt write_idt_entry paravirt_free_ldt tss_invalidate_io_bitmap load_TR_desc tss_update_io_bitmap load_gdt paravirt_activate_mm load_idt paravirt_arch_dup_mmap set_ldt paravirt_pgd_alloc paravirt_store_tr paravirt_pgd_free load_TLS paravirt_alloc_pte load_gs_index paravirt_release_pte write_ldt_entry paravirt_alloc_pmd write_gdt_entry paravirt_release_pmd write_idt_entry paravirt_alloc_pud tss_invalidate_io_bitmap paravirt_release_pud tss_update_io_bitmap paravirt_alloc_p4d paravirt_activate_mm paravirt_release_p4d paravirt_arch_dup_mmap __pte paravirt_pgd_alloc pte_val paravirt_pgd_free paravirt_alloc_pte __pgd paravirt_release_pte paravirt_alloc_pmd pgd_val paravirt_release_pmd paravirt_alloc_pud ptep_modify_prot_start paravirt_release_pud paravirt_alloc_p4d ptep_modify_prot_commit paravirt_release_p4d set_pte __pte set_pmd __pmd pte_val pmd_val __pgd set_pud pgd_val __pud ptep_modify_prot_start pud_val ptep_modify_prot_commit pud_clear set_p4d set_pte __p4d set_pmd __pmd p4d_val pmd_val __set_pgd p4d_clear set_pte_atomic pte_clear set_pud pmd_clear arch_start_context_switch __pud arch_end_context_switch arch_enter_lazy_mmu_mode pud_val arch_leave_lazy_mmu_mode arch_flush_lazy_mmu_mode pud_clear __set_fixmap set_p4d pv_queued_spin_lock_slowpath __p4d pv_queued_spin_unlock pv_wait p4d_val pv_kick pv_vcpu_is_preempted __set_pgd p4d_clear set_pte_atomic pte_clear arch_local_save_flags pmd_clear arch_start_context_switch arch_end_context_switch arch_local_irq_disable arch_enter_lazy_mmu_mode arch_local_irq_enable arch_leave_lazy_mmu_mode arch_flush_lazy_mmu_mode arch_local_irq_save wrmsrl_safe __set_fixmap pv_queued_spin_lock_slowpath pv_queued_spin_unlock native_save_fl native_irq_disable native_irq_enable native_safe_halt native_halt arch_irqs_disabled_flags pv_wait arch_irqs_disabled arch_local_irq_restore lockdep_softirqs_on lockdep_softirqs_off lockdep_hardirqs_on_prepare lockdep_hardirqs_on lockdep_hardirqs_off pv_kick native_read_cr0 native_read_cr2 pv_vcpu_is_preempted native_write_cr2 __native_read_cr3 native_write_cr3 native_read_cr4 rdpkru wrpkru native_wbinvd native_load_gs_index arch_local_save_flags __read_cr4 clflush clflushopt clwb arch_local_irq_disable serialize movdir64b enqcmds arch_local_irq_enable arch_local_irq_save wrmsrl_safe native_save_fl native_irq_disable native_irq_enable native_safe_halt native_halt rep_nop arch_irqs_disabled_flags cpu_relax arch_irqs_disabled arch_local_irq_restore lockdep_softirqs_on lockdep_softirqs_off lockdep_hardirqs_on_prepare lockdep_hardirqs_on lockdep_hardirqs_off native_read_cr0 native_read_cr2 native_write_cr2 __native_read_cr3 native_write_cr3 native_read_cr4 l1tf_pfn_limit rdpkru wrpkru have_cpuid_p native_wbinvd native_cpuid native_load_gs_index native_cpuid_eax native_cpuid_ebx __read_cr4 native_cpuid_ecx clflush native_cpuid_edx clflushopt read_cr3_pa native_read_cr3_pa clwb load_cr3 serialize movdir64b enqcmds cpu_kernelmode_gs_base arch_thread_struct_whitelist native_load_sp0 native_swapgs rep_nop current_top_of_stack cpu_relax on_thread_stack cpuid cpuid_count cpuid_eax l1tf_pfn_limit cpuid_ebx cpuid_ecx have_cpuid_p cpuid_edx native_cpuid native_cpuid_eax get_debugctlmsr native_cpuid_ebx update_debugctlmsr native_cpuid_ecx prefetch native_cpuid_edx read_cr3_pa native_read_cr3_pa prefetchw load_cr3 spin_lock_prefetch hypervisor_cpuid_base cpu_kernelmode_gs_base _static_cpu_has arch_thread_struct_whitelist native_load_sp0 arch_within_stack_frames set_restart_fn set_ti_thread_flag native_swapgs current_top_of_stack clear_ti_thread_flag update_ti_thread_flag test_and_set_ti_thread_flag test_and_clear_ti_thread_flag test_ti_thread_flag read_ti_thread_flags on_thread_stack cpuid cpuid_count check_object_size cpuid_eax cpuid_ebx copy_overflow cpuid_ecx check_copy_size cpuid_edx get_debugctlmsr update_debugctlmsr prefetch preempt_count prefetchw preempt_count_set spin_lock_prefetch hypervisor_cpuid_base set_preempt_need_resched clear_preempt_need_resched test_preempt_need_resched __preempt_count_add _static_cpu_has __preempt_count_sub get_cycles __preempt_count_dec_and_test should_resched interrupt_context_level preempt_notifier_init __local_bh_disable_ip local_bh_disable local_bh_enable_ip local_bh_enable local_bh_blocked init_llist_head llist_empty llist_next __llist_add_batch llist_add __llist_add llist_del_all __llist_del_all on_each_cpu on_each_cpu_mask on_each_cpu_cond smp_send_stop random_get_entropy stop_other_cpus smp_prepare_boot_cpu smp_prepare_cpus smp_cpus_done __cpu_up __cpu_disable __cpu_die play_dead smp_send_reschedule arch_send_call_function_single_ipi arch_send_call_function_ipi_mask cpu_llc_shared_mask cpu_l2c_shared_mask get_boot_cpu_id lockdep_init_task lockdep_off lockdep_on lockdep_set_selftest_task lockdep_register_key lockdep_unregister_key lockdep_invariant_state lockdep_free_task print_irqtrace_events lockdep_rcu_suspicious queued_fetch_set_pending_acquire native_queued_spin_unlock queued_spin_lock_slowpath queued_spin_unlock vcpu_is_preempted virt_spin_lock queued_spin_is_locked queued_spin_value_unlocked queued_spin_is_contended queued_spin_trylock itimerspec64_valid queued_spin_lock __kuid_val queued_read_trylock __kgid_val uid_eq gid_eq uid_gt queued_write_trylock gid_gt uid_gte queued_read_lock gid_gte uid_lt queued_write_lock gid_lt uid_lte queued_read_unlock gid_lte queued_write_unlock uid_valid gid_valid kuid_has_mapping kgid_has_mapping queued_rwlock_is_contended do_raw_spin_lock do_raw_spin_trylock do_raw_spin_unlock arch_within_stack_frames __raw_spin_trylock __raw_spin_lock_irqsave set_restart_fn set_ti_thread_flag __raw_spin_lock_irq clear_ti_thread_flag update_ti_thread_flag __raw_spin_lock_bh test_and_set_ti_thread_flag test_and_clear_ti_thread_flag __raw_spin_lock test_ti_thread_flag __raw_spin_unlock read_ti_thread_flags __raw_spin_unlock_irqrestore check_object_size copy_overflow check_copy_size __raw_spin_unlock_irq __raw_spin_unlock_bh __raw_spin_trylock_bh preempt_count preempt_count_set __raw_read_trylock set_preempt_need_resched clear_preempt_need_resched __raw_write_trylock test_preempt_need_resched __raw_read_lock __preempt_count_add __raw_read_lock_irqsave __preempt_count_sub __raw_read_lock_irq __raw_read_lock_bh __raw_write_lock_irqsave __preempt_count_dec_and_test should_resched __raw_write_lock_irq __raw_write_lock_bh interrupt_context_level __raw_write_lock __raw_write_lock_nested __raw_write_unlock __raw_read_unlock preempt_notifier_init __local_bh_disable_ip __raw_read_unlock_irqrestore local_bh_disable local_bh_enable_ip local_bh_enable __raw_read_unlock_irq local_bh_blocked init_llist_head __raw_read_unlock_bh llist_empty __raw_write_unlock_irqrestore __raw_write_unlock_irq llist_next __llist_add_batch __raw_write_unlock_bh llist_add __llist_add llist_del_all spinlock_check spin_lock spin_lock_bh spin_trylock spin_lock_irq spin_unlock __llist_del_all spin_unlock_bh spin_unlock_irq spin_unlock_irqrestore spin_trylock_bh spin_trylock_irq on_each_cpu spin_is_locked on_each_cpu_mask spin_is_contended on_each_cpu_cond init_waitqueue_entry init_waitqueue_func_entry waitqueue_active wq_has_single_sleeper wq_has_sleeper smp_send_stop stop_other_cpus smp_prepare_boot_cpu __add_wait_queue smp_prepare_cpus smp_cpus_done __cpu_up __cpu_disable __cpu_die play_dead smp_send_reschedule arch_send_call_function_single_ipi arch_send_call_function_ipi_mask __add_wait_queue_exclusive __add_wait_queue_entry_tail __add_wait_queue_entry_tail_exclusive __remove_wait_queue cpu_llc_shared_mask wake_up_pollfree cpu_l2c_shared_mask get_boot_cpu_id osq_lock_init osq_is_locked lockdep_init_task lockdep_off __debug_locks_off lockdep_on lockdep_set_selftest_task lockdep_register_key lockdep_unregister_key lockdep_invariant_state lockdep_free_task debug_show_all_locks print_irqtrace_events debug_show_held_locks debug_check_no_locks_freed debug_check_no_locks_held lockdep_rcu_suspicious mutex_destroy queued_fetch_set_pending_acquire __seqcount_init __seqprop_ptr __seqprop_sequence native_queued_spin_unlock __seqprop_preemptible __seqprop_assert __seqprop_raw_spinlock_ptr queued_spin_lock_slowpath __seqprop_raw_spinlock_sequence queued_spin_unlock vcpu_is_preempted virt_spin_lock queued_spin_is_locked queued_spin_value_unlocked queued_spin_is_contended queued_spin_trylock __seqprop_raw_spinlock_preemptible __seqprop_raw_spinlock_assert queued_spin_lock __seqprop_spinlock_ptr __seqprop_spinlock_sequence queued_read_trylock queued_write_trylock __seqprop_spinlock_preemptible queued_read_lock __seqprop_spinlock_assert queued_write_lock __seqprop_rwlock_ptr __seqprop_rwlock_sequence queued_read_unlock queued_write_unlock queued_rwlock_is_contended do_raw_spin_lock do_raw_spin_trylock __seqprop_rwlock_preemptible do_raw_spin_unlock __seqprop_rwlock_assert __seqprop_mutex_ptr __seqprop_mutex_sequence __raw_spin_trylock __raw_spin_lock_irqsave __seqprop_mutex_preemptible __raw_spin_lock_irq __seqprop_mutex_assert __raw_spin_lock_bh do___read_seqcount_retry __raw_spin_lock __raw_spin_unlock __raw_spin_unlock_irqrestore do_read_seqcount_retry do_raw_write_seqcount_begin __raw_spin_unlock_irq do_raw_write_seqcount_end do_write_seqcount_begin_nested __raw_spin_unlock_bh do_write_seqcount_begin do_write_seqcount_end __raw_spin_trylock_bh do_raw_write_seqcount_barrier do_write_seqcount_invalidate raw_read_seqcount_latch read_seqcount_latch_retry __raw_read_trylock raw_write_seqcount_latch __raw_write_trylock read_seqbegin __raw_read_lock __raw_read_lock_irqsave read_seqretry write_seqlock __raw_read_lock_irq write_sequnlock write_seqlock_bh write_sequnlock_bh __raw_read_lock_bh write_seqlock_irq write_sequnlock_irq __raw_write_lock_irqsave __write_seqlock_irqsave write_sequnlock_irqrestore __raw_write_lock_irq read_seqlock_excl read_sequnlock_excl read_seqlock_excl_bh __raw_write_lock_bh read_sequnlock_excl_bh read_seqlock_excl_irq read_sequnlock_excl_irq __raw_write_lock __read_seqlock_excl_irqsave __raw_write_lock_nested read_sequnlock_excl_irqrestore __raw_write_unlock read_seqbegin_or_lock need_seqretry done_seqretry __raw_read_unlock read_seqbegin_or_lock_irqsave __raw_read_unlock_irqrestore done_seqretry_irqrestore __nodemask_pr_numnodes __raw_read_unlock_irq __nodemask_pr_bits __node_set __node_clear __raw_read_unlock_bh __nodes_setall __nodes_clear __raw_write_unlock_irqrestore __node_test_and_set __nodes_and __nodes_or __raw_write_unlock_irq __nodes_xor __nodes_andnot __nodes_complement __raw_write_unlock_bh __nodes_equal __nodes_intersects spinlock_check __nodes_subset spin_lock __nodes_empty spin_lock_bh __nodes_full spin_trylock __nodes_weight spin_lock_irq __nodes_shift_right spin_unlock __nodes_shift_left spin_unlock_bh spin_unlock_irq __first_node spin_unlock_irqrestore spin_trylock_bh spin_trylock_irq spin_is_locked spin_is_contended __next_node refcount_set refcount_read __refcount_add_not_zero init_nodemask_of_node refcount_add_not_zero __refcount_add __first_unset_node refcount_add __refcount_inc_not_zero refcount_inc_not_zero __refcount_inc refcount_inc __refcount_sub_and_test __nodemask_parse_user __nodelist_parse __node_remap refcount_sub_and_test __nodes_remap __refcount_dec_and_test refcount_dec_and_test __nodes_onto __refcount_dec __nodes_fold refcount_dec node_state node_set_state node_clear_state kref_init num_node_state kref_read kref_get next_online_node next_memory_node kref_put node_set_online kref_put_mutex node_set_offline kref_put_lock kref_get_unless_zero rcu_user_enter rcu_user_exit rcu_init_nohz rcu_nocb_cpu_offload rcu_nocb_cpu_deoffload rcu_nocb_flush_deferred_wakeup refcount_set refcount_read __refcount_add_not_zero rcu_virt_note_context_switch refcount_add_not_zero rcu_irq_exit_check_preempt __refcount_add init_rcu_head destroy_rcu_head init_rcu_head_on_stack refcount_add destroy_rcu_head_on_stack rcu_lockdep_current_cpu_online rcu_read_lock_held rcu_read_lock_bh_held rcu_read_lock_sched_held rcu_read_lock_any_held rcu_read_lock rcu_read_unlock __refcount_inc_not_zero rcu_read_lock_bh refcount_inc_not_zero __refcount_inc rcu_read_unlock_bh refcount_inc rcu_read_lock_sched __refcount_sub_and_test rcu_read_lock_sched_notrace rcu_read_unlock_sched refcount_sub_and_test __refcount_dec_and_test rcu_read_unlock_sched_notrace refcount_dec_and_test __refcount_dec rcu_head_init refcount_dec rcu_head_after_call_rcu kref_init kref_read kref_get kref_put kref_put_mutex kref_put_lock kref_get_unless_zero rb_link_node rcu_user_enter rb_link_node_rcu rcu_user_exit rcu_init_nohz rcu_nocb_cpu_offload rcu_nocb_cpu_deoffload rcu_nocb_flush_deferred_wakeup rcu_virt_note_context_switch rcu_irq_exit_check_preempt init_rcu_head destroy_rcu_head rb_insert_color_cached init_rcu_head_on_stack destroy_rcu_head_on_stack rcu_lockdep_current_cpu_online rb_erase_cached rcu_read_lock_held rcu_read_lock_bh_held rb_replace_node_cached rcu_read_lock_sched_held rb_add_cached rcu_read_lock_any_held rb_add rcu_read_lock rb_find_add rcu_read_unlock rcu_read_lock_bh rb_find rcu_read_unlock_bh rcu_read_lock_sched rb_find_first rcu_read_lock_sched_notrace rcu_read_unlock_sched rb_next_match rcu_read_unlock_sched_notrace osq_lock_init rcu_head_init osq_is_locked rcu_head_after_call_rcu rwsem_is_locked rwsem_is_contended init_waitqueue_entry init_waitqueue_func_entry waitqueue_active wq_has_single_sleeper rb_link_node wq_has_sleeper rb_link_node_rcu __add_wait_queue __add_wait_queue_exclusive __add_wait_queue_entry_tail __add_wait_queue_entry_tail_exclusive rb_insert_color_cached __remove_wait_queue rb_erase_cached rb_replace_node_cached wake_up_pollfree rb_add_cached rb_add rb_find_add swait_active swq_has_sleeper rb_find rb_find_first complete_acquire complete_release init_completion rb_next_match reinit_completion rwsem_is_locked rwsem_is_contended __debug_locks_off swait_active swq_has_sleeper debug_show_all_locks debug_show_held_locks complete_acquire complete_release init_completion reinit_completion debug_check_no_locks_freed debug_check_no_locks_held mutex_destroy get_jiffies_64 get_cycles jiffies_to_nsecs _msecs_to_jiffies msecs_to_jiffies _usecs_to_jiffies usecs_to_jiffies jiffies_delta_to_clock_t jiffies_delta_to_msecs ktime_set timespec64_to_ktime ktime_to_ns ktime_compare ktime_after ktime_before ktime_divns ktime_to_us ktime_to_ms ktime_us_delta ktime_ms_delta ktime_add_us ktime_add_ms ktime_sub_us ktime_sub_ms ktime_to_timespec64_cond ns_to_ktime ms_to_ktime ktime_get_real ktime_get_coarse_real ktime_get_boottime ktime_get_coarse_boottime ktime_get_clocktai ktime_get_coarse_clocktai ktime_get_coarse ktime_get_coarse_ns ktime_get_coarse_real_ns ktime_get_coarse_boottime_ns ktime_get_coarse_clocktai_ns ktime_mono_to_real ktime_get_ns ktime_get_real_ns random_get_entropy ktime_get_boottime_ns ktime_get_clocktai_ns ktime_get_raw_ns ktime_get_boottime_ts64 ktime_get_coarse_boottime_ts64 ktime_get_boottime_seconds ktime_get_clocktai_ts64 ktime_get_coarse_clocktai_ts64 ktime_get_clocktai_seconds debug_object_init debug_object_init_on_stack debug_object_activate debug_object_deactivate debug_object_destroy debug_object_free debug_object_assert_init debug_objects_early_init debug_objects_mem_init debug_check_no_obj_freed init_timer_on_stack_key destroy_timer_on_stack timer_pending to_delayed_work to_rcu_work __init_work destroy_work_on_stack destroy_delayed_work_on_stack work_static queue_work queue_delayed_work mod_delayed_work schedule_work_on schedule_work schedule_delayed_work_on schedule_delayed_work itimerspec64_valid wq_watchdog_touch get_jiffies_64 jiffies_to_nsecs _msecs_to_jiffies msecs_to_jiffies _usecs_to_jiffies srcu_read_lock_held srcu_read_lock usecs_to_jiffies srcu_read_lock_notrace srcu_read_unlock jiffies_delta_to_clock_t srcu_read_unlock_notrace jiffies_delta_to_msecs smp_mb__after_srcu_read_unlock ktime_set timespec64_to_ktime notifier_from_errno ktime_to_ns ktime_compare notifier_to_errno ktime_after ktime_before ktime_divns ktime_to_us ktime_to_ms ktime_us_delta ktime_ms_delta ktime_add_us ktime_add_ms ktime_sub_us ktime_sub_ms ktime_to_timespec64_cond ns_to_ktime ms_to_ktime __seqcount_init __seqprop_ptr __seqprop_sequence ktime_get_real ktime_get_coarse_real ktime_get_boottime ktime_get_coarse_boottime ktime_get_clocktai __seqprop_preemptible ktime_get_coarse_clocktai __seqprop_assert ktime_get_coarse ktime_get_coarse_ns __seqprop_raw_spinlock_ptr ktime_get_coarse_real_ns __seqprop_raw_spinlock_sequence ktime_get_coarse_boottime_ns ktime_get_coarse_clocktai_ns ktime_mono_to_real ktime_get_ns ktime_get_real_ns ktime_get_boottime_ns ktime_get_clocktai_ns ktime_get_raw_ns ktime_get_boottime_ts64 ktime_get_coarse_boottime_ts64 ktime_get_boottime_seconds ktime_get_clocktai_ts64 ktime_get_coarse_clocktai_ts64 ktime_get_clocktai_seconds __seqprop_raw_spinlock_preemptible __seqprop_raw_spinlock_assert __seqprop_spinlock_ptr __seqprop_spinlock_sequence debug_object_init debug_object_init_on_stack debug_object_activate debug_object_deactivate debug_object_destroy debug_object_free debug_object_assert_init debug_objects_early_init debug_objects_mem_init debug_check_no_obj_freed init_timer_on_stack_key __seqprop_spinlock_preemptible destroy_timer_on_stack __seqprop_spinlock_assert timer_pending __seqprop_rwlock_ptr __seqprop_rwlock_sequence to_delayed_work to_rcu_work __seqprop_rwlock_preemptible __seqprop_rwlock_assert __seqprop_mutex_ptr __init_work destroy_work_on_stack __seqprop_mutex_sequence destroy_delayed_work_on_stack work_static __seqprop_mutex_preemptible __seqprop_mutex_assert queue_work queue_delayed_work do___read_seqcount_retry mod_delayed_work schedule_work_on schedule_work schedule_delayed_work_on schedule_delayed_work do_read_seqcount_retry wq_watchdog_touch do_raw_write_seqcount_begin do_raw_write_seqcount_end do_write_seqcount_begin_nested do_write_seqcount_begin do_write_seqcount_end do_raw_write_seqcount_barrier do_write_seqcount_invalidate raw_read_seqcount_latch srcu_read_lock_held srcu_read_lock srcu_read_lock_notrace read_seqcount_latch_retry srcu_read_unlock raw_write_seqcount_latch read_seqbegin srcu_read_unlock_notrace smp_mb__after_srcu_read_unlock read_seqretry write_seqlock notifier_from_errno write_sequnlock write_seqlock_bh notifier_to_errno write_sequnlock_bh write_seqlock_irq write_sequnlock_irq __write_seqlock_irqsave write_sequnlock_irqrestore read_seqlock_excl read_sequnlock_excl read_seqlock_excl_bh read_sequnlock_excl_bh read_seqlock_excl_irq read_sequnlock_excl_irq __read_seqlock_excl_irqsave read_sequnlock_excl_irqrestore read_seqbegin_or_lock need_seqretry done_seqretry read_seqbegin_or_lock_irqsave done_seqretry_irqrestore folio_mapcount_ptr compound_mapcount_ptr compound_pincount_ptr set_page_private folio_get_private folio_mapcount_ptr compound_mapcount_ptr compound_pincount_ptr set_page_private folio_get_private mm_init_cpumask mm_cpumask mm_init_cpumask mm_cpumask hugetlb_optimize_vmemmap_enabled page_fixed_fake_head __nodemask_pr_numnodes __nodemask_pr_bits __node_set __node_clear __nodes_setall __nodes_clear __node_test_and_set page_is_fake_head __nodes_and _compound_head __nodes_or __nodes_xor __nodes_andnot __nodes_complement __nodes_equal PageTail __nodes_intersects __nodes_subset __nodes_empty __nodes_full __nodes_weight __nodes_shift_right PageCompound __nodes_shift_left __first_node PagePoisoned __next_node page_init_poison folio_flags folio_test_locked PageLocked init_nodemask_of_node __folio_set_locked __first_unset_node __SetPageLocked __folio_clear_locked __ClearPageLocked folio_test_waiters __nodemask_parse_user PageWaiters __nodelist_parse folio_set_waiters __node_remap SetPageWaiters __nodes_remap folio_clear_waiters __nodes_onto ClearPageWaiters __nodes_fold folio_test_error node_state PageError node_set_state node_clear_state num_node_state folio_set_error next_online_node SetPageError next_memory_node node_set_online folio_clear_error node_set_offline ClearPageError folio_test_clear_error TestClearPageError folio_test_referenced hugetlb_optimize_vmemmap_enabled PageReferenced folio_set_referenced SetPageReferenced folio_clear_referenced page_fixed_fake_head ClearPageReferenced folio_test_clear_referenced TestClearPageReferenced __folio_set_referenced __SetPageReferenced folio_test_dirty page_is_fake_head PageDirty _compound_head folio_set_dirty SetPageDirty folio_clear_dirty ClearPageDirty PageTail folio_test_set_dirty TestSetPageDirty folio_test_clear_dirty TestClearPageDirty PageCompound __folio_clear_dirty __ClearPageDirty folio_test_lru PageLRU PagePoisoned folio_set_lru SetPageLRU folio_clear_lru ClearPageLRU page_init_poison folio_flags __folio_clear_lru __ClearPageLRU folio_test_clear_lru folio_test_locked TestClearPageLRU PageLocked folio_test_active PageActive __folio_set_locked __SetPageLocked folio_set_active SetPageActive __folio_clear_locked folio_clear_active __ClearPageLocked ClearPageActive folio_test_waiters __folio_clear_active __ClearPageActive PageWaiters folio_test_clear_active folio_set_waiters TestClearPageActive SetPageWaiters folio_test_workingset folio_clear_waiters ClearPageWaiters PageWorkingset folio_set_workingset folio_test_error PageError SetPageWorkingset folio_clear_workingset folio_set_error ClearPageWorkingset SetPageError folio_test_clear_workingset TestClearPageWorkingset folio_clear_error ClearPageError folio_test_slab PageSlab folio_test_clear_error TestClearPageError __folio_set_slab __SetPageSlab folio_test_referenced PageReferenced __folio_clear_slab __ClearPageSlab folio_set_referenced SetPageReferenced folio_clear_referenced ClearPageReferenced folio_test_clear_referenced TestClearPageReferenced folio_test_slob_free PageSlobFree __folio_set_referenced __SetPageReferenced __folio_set_slob_free folio_test_dirty __SetPageSlobFree PageDirty folio_set_dirty __folio_clear_slob_free SetPageDirty __ClearPageSlobFree folio_clear_dirty folio_test_checked ClearPageDirty PageChecked folio_test_set_dirty folio_set_checked TestSetPageDirty SetPageChecked folio_test_clear_dirty folio_clear_checked TestClearPageDirty ClearPageChecked __folio_clear_dirty folio_test_pinned __ClearPageDirty PagePinned folio_test_lru PageLRU folio_set_pinned SetPagePinned folio_set_lru SetPageLRU folio_clear_pinned ClearPagePinned folio_clear_lru ClearPageLRU folio_test_set_pinned TestSetPagePinned __folio_clear_lru __ClearPageLRU folio_test_clear_pinned TestClearPagePinned folio_test_clear_lru TestClearPageLRU folio_test_savepinned PageSavePinned folio_test_active PageActive folio_set_savepinned SetPageSavePinned folio_set_active SetPageActive folio_clear_savepinned ClearPageSavePinned folio_clear_active ClearPageActive folio_test_foreign PageForeign __folio_clear_active __ClearPageActive folio_set_foreign folio_test_clear_active SetPageForeign TestClearPageActive folio_clear_foreign folio_test_workingset ClearPageForeign PageWorkingset folio_test_xen_remapped folio_set_workingset PageXenRemapped SetPageWorkingset folio_set_xen_remapped folio_clear_workingset SetPageXenRemapped ClearPageWorkingset folio_clear_xen_remapped folio_test_clear_workingset ClearPageXenRemapped TestClearPageWorkingset folio_test_clear_xen_remapped folio_test_slab TestClearPageXenRemapped PageSlab folio_test_reserved PageReserved folio_set_reserved SetPageReserved __folio_set_slab folio_clear_reserved __SetPageSlab ClearPageReserved __folio_clear_reserved __folio_clear_slab __ClearPageReserved __ClearPageSlab __folio_set_reserved __SetPageReserved folio_test_slob_free PageSlobFree folio_test_swapbacked PageSwapBacked __folio_set_slob_free __SetPageSlobFree folio_set_swapbacked SetPageSwapBacked __folio_clear_slob_free __ClearPageSlobFree folio_clear_swapbacked ClearPageSwapBacked folio_test_checked PageChecked __folio_clear_swapbacked __ClearPageSwapBacked folio_set_checked SetPageChecked __folio_set_swapbacked folio_clear_checked __SetPageSwapBacked ClearPageChecked folio_test_private folio_test_pinned PagePrivate PagePinned folio_set_private folio_set_pinned SetPagePrivate SetPagePinned folio_clear_private ClearPagePrivate folio_clear_pinned ClearPagePinned folio_test_private_2 PagePrivate2 folio_test_set_pinned folio_set_private_2 TestSetPagePinned SetPagePrivate2 folio_clear_private_2 folio_test_clear_pinned ClearPagePrivate2 TestClearPagePinned folio_test_set_private_2 folio_test_savepinned TestSetPagePrivate2 PageSavePinned folio_test_clear_private_2 TestClearPagePrivate2 folio_set_savepinned SetPageSavePinned folio_test_owner_priv_1 PageOwnerPriv1 folio_clear_savepinned folio_set_owner_priv_1 ClearPageSavePinned SetPageOwnerPriv1 folio_test_foreign folio_clear_owner_priv_1 PageForeign ClearPageOwnerPriv1 folio_test_clear_owner_priv_1 folio_set_foreign TestClearPageOwnerPriv1 SetPageForeign folio_test_writeback PageWriteback folio_clear_foreign ClearPageForeign folio_test_set_writeback folio_test_xen_remapped TestSetPageWriteback PageXenRemapped folio_test_clear_writeback folio_set_xen_remapped TestClearPageWriteback SetPageXenRemapped folio_clear_xen_remapped folio_test_mappedtodisk ClearPageXenRemapped PageMappedToDisk folio_test_clear_xen_remapped folio_set_mappedtodisk TestClearPageXenRemapped SetPageMappedToDisk folio_test_reserved PageReserved folio_clear_mappedtodisk ClearPageMappedToDisk folio_set_reserved SetPageReserved folio_test_reclaim PageReclaim folio_clear_reserved ClearPageReserved folio_set_reclaim __folio_clear_reserved SetPageReclaim __ClearPageReserved folio_clear_reclaim __folio_set_reserved ClearPageReclaim __SetPageReserved folio_test_clear_reclaim folio_test_swapbacked TestClearPageReclaim PageSwapBacked folio_test_readahead folio_set_swapbacked SetPageSwapBacked PageReadahead folio_set_readahead folio_clear_swapbacked SetPageReadahead ClearPageSwapBacked folio_clear_readahead ClearPageReadahead __folio_clear_swapbacked __ClearPageSwapBacked folio_test_clear_readahead TestClearPageReadahead __folio_set_swapbacked __SetPageSwapBacked folio_test_highmem PageHighMem folio_set_highmem folio_test_private SetPageHighMem folio_clear_highmem PagePrivate ClearPageHighMem folio_test_swapcache folio_set_private PageSwapCache SetPagePrivate folio_set_swapcache folio_clear_private SetPageSwapCache ClearPagePrivate folio_test_private_2 folio_clear_swapcache PagePrivate2 ClearPageSwapCache folio_set_private_2 SetPagePrivate2 folio_test_unevictable folio_clear_private_2 PageUnevictable ClearPagePrivate2 folio_test_set_private_2 folio_set_unevictable TestSetPagePrivate2 SetPageUnevictable folio_test_clear_private_2 folio_clear_unevictable TestClearPagePrivate2 ClearPageUnevictable folio_test_owner_priv_1 __folio_clear_unevictable PageOwnerPriv1 __ClearPageUnevictable folio_set_owner_priv_1 SetPageOwnerPriv1 folio_test_clear_unevictable TestClearPageUnevictable folio_clear_owner_priv_1 ClearPageOwnerPriv1 folio_test_mlocked folio_test_clear_owner_priv_1 PageMlocked TestClearPageOwnerPriv1 folio_test_writeback folio_set_mlocked PageWriteback SetPageMlocked folio_test_set_writeback folio_clear_mlocked TestSetPageWriteback ClearPageMlocked folio_test_clear_writeback __folio_clear_mlocked TestClearPageWriteback __ClearPageMlocked folio_test_mappedtodisk folio_test_set_mlocked PageMappedToDisk TestSetPageMlocked folio_set_mappedtodisk folio_test_clear_mlocked SetPageMappedToDisk TestClearPageMlocked folio_clear_mappedtodisk folio_test_uncached ClearPageMappedToDisk PageUncached folio_set_uncached folio_test_reclaim PageReclaim SetPageUncached folio_clear_uncached folio_set_reclaim ClearPageUncached SetPageReclaim folio_test_hwpoison folio_clear_reclaim PageHWPoison ClearPageReclaim folio_set_hwpoison SetPageHWPoison folio_test_clear_reclaim folio_clear_hwpoison TestClearPageReclaim ClearPageHWPoison folio_test_readahead folio_test_set_hwpoison PageReadahead TestSetPageHWPoison folio_test_clear_hwpoison folio_set_readahead TestClearPageHWPoison SetPageReadahead folio_clear_readahead folio_test_young ClearPageReadahead PageYoung folio_set_young folio_test_clear_readahead SetPageYoung TestClearPageReadahead folio_test_clear_young TestClearPageYoung folio_test_highmem PageHighMem folio_set_highmem folio_test_idle SetPageHighMem folio_clear_highmem PageIdle ClearPageHighMem folio_test_swapcache folio_set_idle SetPageIdle PageSwapCache folio_clear_idle folio_set_swapcache ClearPageIdle SetPageSwapCache folio_test_skip_kasan_poison PageSkipKASanPoison folio_set_skip_kasan_poison folio_clear_swapcache SetPageSkipKASanPoison ClearPageSwapCache folio_clear_skip_kasan_poison ClearPageSkipKASanPoison folio_test_reported PageReported folio_test_unevictable PageUnevictable __folio_set_reported folio_set_unevictable __SetPageReported SetPageUnevictable __folio_clear_reported folio_clear_unevictable __ClearPageReported ClearPageUnevictable folio_mapping_flags __folio_clear_unevictable PageMappingFlags __ClearPageUnevictable folio_test_anon PageAnon folio_test_clear_unevictable TestClearPageUnevictable __PageMovable folio_test_ksm folio_test_mlocked PageKsm PageMlocked folio_test_uptodate folio_set_mlocked SetPageMlocked PageUptodate __folio_mark_uptodate folio_clear_mlocked ClearPageMlocked folio_mark_uptodate __SetPageUptodate __folio_clear_mlocked SetPageUptodate __ClearPageMlocked folio_clear_uptodate ClearPageUptodate folio_test_set_mlocked TestSetPageMlocked set_page_writeback_keepwrite test_set_page_writeback folio_test_clear_mlocked folio_test_head TestClearPageMlocked PageHead __folio_set_head folio_test_uncached __SetPageHead PageUncached __folio_clear_head folio_set_uncached __ClearPageHead SetPageUncached folio_clear_head ClearPageHead folio_clear_uncached folio_test_large ClearPageUncached set_compound_head folio_test_hwpoison PageHWPoison folio_set_hwpoison clear_compound_head SetPageHWPoison folio_clear_hwpoison ClearPageHWPoison ClearPageCompound folio_test_set_hwpoison TestSetPageHWPoison folio_test_clear_hwpoison folio_test_hugetlb TestClearPageHWPoison PageTransHuge folio_test_transhuge PageTransCompound folio_test_young PageTransTail PageYoung folio_test_double_map folio_set_young PageDoubleMap SetPageYoung folio_set_double_map folio_test_clear_young SetPageDoubleMap TestClearPageYoung folio_test_idle folio_clear_double_map PageIdle ClearPageDoubleMap folio_set_idle SetPageIdle folio_test_set_double_map TestSetPageDoubleMap folio_clear_idle ClearPageIdle folio_test_clear_double_map folio_test_skip_kasan_poison TestClearPageDoubleMap PageSkipKASanPoison folio_set_skip_kasan_poison SetPageSkipKASanPoison folio_clear_skip_kasan_poison folio_test_has_hwpoisoned ClearPageSkipKASanPoison folio_test_reported PageHasHWPoisoned PageReported folio_set_has_hwpoisoned __folio_set_reported SetPageHasHWPoisoned __SetPageReported folio_clear_has_hwpoisoned __folio_clear_reported ClearPageHasHWPoisoned __ClearPageReported folio_test_set_has_hwpoisoned folio_mapping_flags TestSetPageHasHWPoisoned PageMappingFlags folio_test_anon folio_test_clear_has_hwpoisoned PageAnon TestClearPageHasHWPoisoned __PageMovable is_page_hwpoison folio_test_ksm PageKsm page_has_type folio_test_uptodate PageBuddy __SetPageBuddy PageUptodate __ClearPageBuddy __folio_mark_uptodate PageOffline folio_mark_uptodate __SetPageOffline __SetPageUptodate __ClearPageOffline SetPageUptodate folio_clear_uptodate PageTable ClearPageUptodate __SetPageTable __ClearPageTable set_page_writeback_keepwrite PageGuard test_set_page_writeback __SetPageGuard folio_test_head PageHead __ClearPageGuard __folio_set_head folio_test_isolated __SetPageHead PageIsolated __folio_clear_head folio_set_isolated __ClearPageHead SetPageIsolated folio_clear_head folio_clear_isolated ClearPageHead ClearPageIsolated folio_test_large PageAnonExclusive set_compound_head SetPageAnonExclusive clear_compound_head ClearPageAnonExclusive __ClearPageAnonExclusive ClearPageCompound page_has_private folio_has_private folio_test_hugetlb PageTransHuge local_lock_acquire folio_test_transhuge local_lock_release local_lock_debug_init PageTransCompound PageTransTail folio_test_double_map is_migrate_movable migratetype_is_mergeable PageDoubleMap get_page_from_free_area folio_set_double_map SetPageDoubleMap folio_clear_double_map ClearPageDoubleMap folio_test_set_double_map free_area_empty TestSetPageDoubleMap folio_test_clear_double_map TestClearPageDoubleMap vmstat_item_print_in_thp folio_test_has_hwpoisoned PageHasHWPoisoned vmstat_item_in_bytes folio_set_has_hwpoisoned is_file_lru SetPageHasHWPoisoned is_active_lru folio_clear_has_hwpoisoned ClearPageHasHWPoisoned folio_test_set_has_hwpoisoned TestSetPageHasHWPoisoned folio_test_clear_has_hwpoisoned TestClearPageHasHWPoisoned zone_managed_pages zone_cma_pages is_page_hwpoison zone_end_pfn zone_spans_pfn zone_is_initialized page_has_type zone_is_empty PageBuddy zone_intersects __SetPageBuddy __ClearPageBuddy PageOffline __SetPageOffline __ClearPageOffline pgdat_end_pfn pgdat_is_empty PageTable __SetPageTable __ClearPageTable PageGuard __SetPageGuard __ClearPageGuard arch_refresh_nodedata folio_test_isolated PageIsolated zone_span_seqbegin zone_span_seqretry folio_set_isolated zone_span_writelock SetPageIsolated zone_span_writeunlock zone_seqlock_init folio_clear_isolated ClearPageIsolated PageAnonExclusive SetPageAnonExclusive movable_node_is_enabled ClearPageAnonExclusive pgdat_resize_lock __ClearPageAnonExclusive pgdat_resize_unlock pgdat_resize_init page_has_private folio_has_private local_lock_acquire local_lock_release local_lock_debug_init is_migrate_movable migratetype_is_mergeable get_page_from_free_area lruvec_pgdat local_memory_node zone_is_zone_device managed_zone populated_zone zone_to_nid zone_set_nid free_area_empty is_highmem_idx is_highmem vmstat_item_print_in_thp zonelist_zone zonelist_zone_idx zonelist_node_idx vmstat_item_in_bytes next_zones_zonelist is_file_lru is_active_lru first_zones_zonelist movable_only_nodes pfn_to_section_nr section_nr_to_pfn zone_managed_pages section_to_usemap __nr_to_section zone_cma_pages zone_end_pfn zone_spans_pfn zone_is_initialized zone_is_empty zone_intersects pgdat_end_pfn pgdat_is_empty arch_refresh_nodedata zone_span_seqbegin zone_span_seqretry zone_span_writelock zone_span_writeunlock zone_seqlock_init movable_node_is_enabled pgdat_resize_lock pgdat_resize_unlock pgdat_resize_init lruvec_pgdat local_memory_node zone_is_zone_device managed_zone __section_mem_map_addr populated_zone zone_to_nid present_section zone_set_nid present_section_nr is_highmem_idx valid_section is_highmem early_section valid_section_nr online_section online_device_section online_section_nr zonelist_zone zonelist_zone_idx __pfn_to_section zonelist_node_idx subsection_map_index next_zones_zonelist pfn_section_valid pfn_valid first_zones_zonelist movable_only_nodes pfn_to_section_nr section_nr_to_pfn section_to_usemap __nr_to_section pfn_in_present_section __section_mem_map_addr present_section present_section_nr valid_section early_section valid_section_nr online_section online_device_section online_section_nr __pfn_to_section subsection_map_index pfn_section_valid pfn_valid next_present_section_nr topology_get_cpu_scale topology_get_freq_scale topology_get_thermal_pressure pfn_in_present_section get_smp_config early_get_smp_config find_smp_config physids_coerce next_present_section_nr physids_promote physid_set_mask_of_physid early_cpu_to_node cpumask_of_node topology_max_die_per_package topology_max_smt_threads topology_get_cpu_scale arch_fix_phys_package_id topology_get_freq_scale arch_scale_freq_capacity numa_node_id topology_get_thermal_pressure cpu_to_node set_numa_node set_cpu_numa_node numa_mem_id cpu_to_mem cpu_smt_mask cpu_cpu_mask gfp_migratetype gfpflags_allow_blocking gfpflags_normal_context gfp_zone gfp_zonelist node_zonelist arch_free_page arch_alloc_page get_smp_config early_get_smp_config alloc_pages_bulk_list find_smp_config alloc_pages_bulk_array alloc_pages_bulk_array_node physids_coerce physids_promote __alloc_pages_node physid_set_mask_of_physid __folio_alloc_node early_cpu_to_node alloc_pages_node cpumask_of_node alloc_page_vma topology_max_die_per_package topology_max_smt_threads page_frag_alloc arch_fix_phys_package_id arch_scale_freq_capacity _stp_perf_read_init _stp_perf_read numa_node_id should_fail_usercopy INIT_LIST_HEAD_RCU cpu_to_node set_numa_node __list_add_rcu set_cpu_numa_node numa_mem_id cpu_to_mem cpu_smt_mask cpu_cpu_mask list_add_rcu list_add_tail_rcu gfp_migratetype list_del_rcu hlist_del_init_rcu gfpflags_allow_blocking list_replace_rcu gfpflags_normal_context gfp_zone gfp_zonelist node_zonelist arch_free_page arch_alloc_page alloc_pages_bulk_list alloc_pages_bulk_array alloc_pages_bulk_array_node __list_splice_init_rcu __alloc_pages_node __folio_alloc_node alloc_pages_node alloc_page_vma page_frag_alloc list_splice_init_rcu list_splice_tail_init_rcu hlist_del_rcu hlist_replace_rcu hlists_swap_heads_rcu proc_sys_poll_event hlist_add_head_rcu usermodehelper_disable usermodehelper_enable rdfsbase rdgsbase hlist_add_tail_rcu wrfsbase wrgsbase x86_fsbase_read_cpu hlist_add_before_rcu x86_fsbase_write_cpu hlist_add_behind_rcu elf_common_init mmap_is_ia32 get_pid elf_coredump_extra_notes_size pid_has_task elf_coredump_extra_notes_write arch_parse_elf_property arch_elf_adjust_prot ns_of_pid xa_mk_value is_child_reaper pid_nr xa_to_value xa_is_value __kuid_val xa_tag_pointer __kgid_val xa_untag_pointer uid_eq xa_pointer_tag gid_eq xa_mk_internal uid_gt xa_to_internal gid_gt xa_is_internal uid_gte xa_is_zero gid_gte xa_is_err uid_lt gid_lt xa_err uid_lte gid_lte uid_valid gid_valid kuid_has_mapping kgid_has_mapping xa_init_flags xa_init xa_empty xa_marked xa_store_bh xa_store_irq xa_erase_bh xa_erase_irq xa_cmpxchg xa_cmpxchg_bh xa_cmpxchg_irq xa_insert plist_head_init plist_node_init xa_insert_bh plist_head_empty xa_insert_irq plist_node_empty xa_alloc plist_first xa_alloc_bh plist_last xa_alloc_irq xa_alloc_cyclic xa_alloc_cyclic_bh timerqueue_getnext xa_alloc_cyclic_irq timerqueue_init xa_reserve timerqueue_node_queued xa_reserve_bh timerqueue_node_expires timerqueue_init_head xa_reserve_irq xa_release xa_head hrtimer_set_expires hrtimer_set_expires_range hrtimer_set_expires_range_ns hrtimer_set_expires_tv64 hrtimer_add_expires hrtimer_add_expires_ns xa_head_locked hrtimer_get_expires hrtimer_get_softexpires xa_entry hrtimer_get_expires_tv64 hrtimer_get_softexpires_tv64 hrtimer_get_expires_ns hrtimer_expires_remaining hrtimer_cb_get_time hrtimer_is_hres_active __hrtimer_expires_remaining_adjusted xa_entry_locked hrtimer_expires_remaining_adjusted hrtimer_cancel_wait_running xa_parent hrtimer_init_on_stack hrtimer_init_sleeper_on_stack destroy_hrtimer_on_stack hrtimer_start hrtimer_start_expires hrtimer_restart xa_parent_locked hrtimer_get_remaining xa_mk_node hrtimer_is_queued xa_to_node xa_is_node xa_mk_sibling xa_to_sibling xa_is_sibling hrtimer_callback_running xa_is_retry hrtimer_forward_now xa_is_advanced xas_error xas_set_err xas_invalid xas_valid xas_is_node xas_not_node xas_frozen xas_top xas_reset xas_retry get_compat_mode1_syscalls secure_computing xas_reload seccomp_mode xas_set account_scheduler_latency xas_advance clear_tsk_latency_tracing nice_to_rlimit rlimit_to_nice xas_set_order xas_set_update xas_set_lru xas_next_entry xas_find_chunk xas_next_marked make_process_cpuclock make_thread_cpuclock fd_to_clockid clockid_to_fd xas_prev cpu_timer_enqueue cpu_timer_queued cpu_timer_dequeue xas_next cpu_timer_getexpires cpu_timer_setexpires radix_tree_is_internal_node posix_cputimers_init radix_tree_empty radix_tree_deref_slot posix_cputimers_rt_watchdog radix_tree_deref_slot_protected kcsan_init radix_tree_deref_retry radix_tree_exception radix_tree_preload_end radix_tree_iter_init radix_tree_iter_lookup radix_tree_iter_retry __radix_tree_iter_add radix_tree_chunk_size radix_tree_next_slot idr_get_cursor idr_set_cursor idr_init_base idr_init idr_is_empty task_pid idr_preload_end task_pid_nr task_pid_nr_ns task_pid_vnr task_tgid_nr ida_alloc pid_alive ida_alloc_min task_pgrp_nr_ns ida_alloc_max task_pgrp_vnr ida_init task_session_nr_ns task_session_vnr ida_is_empty task_tgid_nr_ns task_tgid_vnr task_ppid_nr_ns task_ppid_nr task_pgrp_nr kernfs_type __task_state_index kernfs_id_ino kernfs_id_gen kernfs_ino kernfs_gen kernfs_enable_ns task_state_index task_index_to_char task_state_to_char kernfs_ns_enabled is_global_init is_percpu_thread task_no_new_privs task_set_no_new_privs task_spread_page task_set_spread_page task_clear_spread_page task_spread_slab task_set_spread_slab task_clear_spread_slab task_spec_ssb_disable kernfs_path task_set_spec_ssb_disable task_clear_spec_ssb_disable kernfs_find_and_get task_spec_ssb_noexec kernfs_walk_and_get task_set_spec_ssb_noexec kernfs_create_dir task_clear_spec_ssb_noexec task_spec_ssb_force_disable kernfs_remove_by_name task_set_spec_ssb_force_disable task_spec_ib_disable kernfs_rename task_set_spec_ib_disable task_clear_spec_ib_disable task_spec_ib_force_disable task_set_spec_ib_force_disable current_restore_flags task_nice is_idle_task set_task_comm scheduler_ipi set_tsk_thread_flag sysfs_enable_ns clear_tsk_thread_flag update_tsk_thread_flag test_and_set_tsk_thread_flag test_and_clear_tsk_thread_flag test_tsk_thread_flag sysfs_create_file set_tsk_need_resched clear_tsk_need_resched sysfs_remove_file test_tsk_need_resched sysfs_rename_link sysfs_notify_dirent _cond_resched sysfs_get_dirent sysfs_get cond_resched_rcu sysfs_put preempt_model_rt preempt_model_preemptible spin_needbreak rwlock_needbreak need_resched kobject_name task_cpu owner_on_cpu to_kset kset_get kset_put rseq_set_notify_resume get_ktype rseq_handle_notify_resume rseq_signal_deliver rseq_preempt rseq_migrate rseq_fork rseq_execve rseq_syscall clac stac smap_save smap_restore __lt_from_rb __access_ok __lt_insert __lt_erase __lt_find copy_user_generic raw_copy_from_user raw_copy_to_user __copy_from_user_inatomic_nocache __copy_from_user_flushcache user_access_begin latch_tree_insert __copy_from_user_inatomic latch_tree_erase __copy_from_user latch_tree_find __copy_to_user_inatomic __copy_to_user copy_from_user copy_to_user pagefault_disabled_inc pagefault_disabled_dec pagefault_disable pagefault_enable pagefault_disabled probe_subpage_writeable copy_struct_from_user kallsyms_symbol_value module_is_live within_module_core within_module_init within_module module_requested_async_probing is_livepatch_module module_sig_ok
  129. Analyzing compilation unit
  130. Performing interprocedural optimizations
  131. <*free_lang_data> {heap 3352k} <visibility> {heap 3352k} <build_ssa_passes> {heap 3352k} <opt_local_passes> {heap 3352k} <remove_symbols> {heap 3352k} <targetclone> {heap 3352k} <free-fnsummary> {heap 3352k}Streaming LTO
  132. <whole-program> {heap 3352k} <profile_estimate> {heap 3352k} <devirt> {heap 3352k} <cp> {heap 3352k} <sra> {heap 3352k} <fnsummary> {heap 3352k} <inline> {heap 3352k} <pure-const> {heap 3352k} <modref> {heap 3352k} <free-fnsummary> {heap 3352k} <static-var> {heap 3352k} <single-use> {heap 3352k} <comdats> {heap 3352k}Assembling functions:
  133. <simdclone> {heap 3352k}
  134. Time variable usr sys wall GGC
  135. phase setup : 0.00 ( 0%) 0.00 ( 0%) 0.00 ( 0%) 1374k ( 5%)
  136. phase parsing : 0.13 (100%) 0.12 (100%) 0.26 (100%) 24M ( 95%)
  137. preprocessing : 0.05 ( 38%) 0.03 ( 25%) 0.09 ( 35%) 11M ( 45%)
  138. lexical analysis : 0.03 ( 23%) 0.04 ( 33%) 0.05 ( 19%) 0 ( 0%)
  139. parser (global) : 0.01 ( 8%) 0.02 ( 17%) 0.02 ( 8%) 4708k ( 18%)
  140. parser struct body : 0.01 ( 8%) 0.00 ( 0%) 0.01 ( 4%) 790k ( 3%)
  141. parser inl. func. body : 0.03 ( 23%) 0.03 ( 25%) 0.08 ( 31%) 7405k ( 28%)
  142. varconst : 0.00 ( 0%) 0.00 ( 0%) 0.01 ( 4%) 1056 ( 0%)
  143. TOTAL : 0.13 0.12 0.26 25M
  144. proc_sys_poll_event usermodehelper_disable usermodehelper_enable rdfsbase rdgsbase wrfsbase wrgsbase x86_fsbase_read_cpu x86_fsbase_write_cpu elf_common_init mmap_is_ia32 elf_coredump_extra_notes_size elf_coredump_extra_notes_write arch_parse_elf_property arch_elf_adjust_prot xa_mk_value xa_to_value xa_is_value xa_tag_pointer xa_untag_pointer xa_pointer_tag xa_mk_internal xa_to_internal xa_is_internal xa_is_zero xa_is_err xa_err xa_init_flags xa_init xa_empty xa_marked xa_store_bh xa_store_irq xa_erase_bh xa_erase_irq xa_cmpxchg xa_cmpxchg_bh xa_cmpxchg_irq xa_insert xa_insert_bh xa_insert_irq xa_alloc xa_alloc_bh xa_alloc_irq xa_alloc_cyclic xa_alloc_cyclic_bh xa_alloc_cyclic_irq xa_reserve xa_reserve_bh xa_reserve_irq xa_release xa_head xa_head_locked xa_entry xa_entry_locked xa_parent xa_parent_locked xa_mk_node xa_to_node xa_is_node xa_mk_sibling xa_to_sibling xa_is_sibling xa_is_retry xa_is_advanced xas_error xas_set_err xas_invalid xas_valid xas_is_node xas_not_node xas_frozen xas_top xas_reset xas_retry xas_reload xas_set xas_advance xas_set_order xas_set_update xas_set_lru xas_next_entry xas_find_chunk xas_next_marked xas_prev xas_next radix_tree_is_internal_node radix_tree_empty radix_tree_deref_slot radix_tree_deref_slot_protected radix_tree_deref_retry radix_tree_exception radix_tree_preload_end radix_tree_iter_init radix_tree_iter_lookup radix_tree_iter_retry __radix_tree_iter_add radix_tree_chunk_size radix_tree_next_slot idr_get_cursor idr_set_cursor idr_init_base idr_init idr_is_empty idr_preload_end ida_alloc ida_alloc_min ida_alloc_max ida_init ida_is_empty kernfs_type kernfs_id_ino kernfs_id_gen kernfs_ino kernfs_gen kernfs_enable_ns kernfs_ns_enabled kernfs_path kernfs_find_and_get kernfs_walk_and_get kernfs_create_dir kernfs_remove_by_name kernfs_rename sysfs_enable_ns sysfs_create_file sysfs_remove_file sysfs_rename_link sysfs_notify_dirent sysfs_get_dirent sysfs_get sysfs_put kobject_name to_kset kset_get kset_put get_ktype __lt_from_rb __lt_insert __lt_erase __lt_find latch_tree_insert latch_tree_erase latch_tree_find kallsyms_symbol_value module_is_live within_module_core within_module_init within_module module_requested_async_probing is_livepatch_module module_sig_ok __tolower __toupper _tolower isodigit ratelimit_state_init ratelimit_default_init ratelimit_state_exit ratelimit_set_flags map_util_freq map_util_perf __current_set_polling current_set_polling_and_test __current_clr_polling current_clr_polling_and_test current_clr_polling cpu_smt_flags cpu_cluster_flags cpu_core_flags cpu_numa_flags sched_domain_span arch_scale_cpu_capacity arch_scale_thermal_pressure arch_update_thermal_pressure task_node em_pd_get_efficient_state em_cpu_energy em_pd_nr_perf_states resource_size resource_type resource_ext_type resource_contains resource_overlaps resource_intersection resource_union irqresource_disabled __must_check_overflow size_mul size_add size_sub bus_find_device_by_name bus_find_device_by_of_node bus_find_device_by_fwnode bus_find_device_by_devt bus_find_next_device bus_find_device_by_acpi_dev class_find_device_by_name class_find_device_by_of_node class_find_device_by_fwnode class_find_device_by_devt class_find_device_by_acpi_dev class_create_file class_remove_file driver_find_device_by_name driver_find_device_by_of_node driver_find_device_by_fwnode driver_find_device_by_devt driver_find_next_device driver_find_device_by_acpi_dev devm_kzalloc devm_kmalloc_array devm_kcalloc devm_add_action_or_reset kobj_to_dev device_iommu_mapped device_can_wakeup device_may_wakeup device_wakeup_path device_set_wakeup_path __pm_wakeup_event pm_wakeup_event pm_wakeup_hard_event dev_name dev_bus_name dev_to_node set_dev_node dev_get_msi_domain dev_set_msi_domain dev_get_drvdata dev_set_drvdata dev_to_psd dev_get_uevent_suppress dev_set_uevent_suppress device_is_registered device_enable_async_suspend device_disable_async_suspend device_async_suspend_enabled device_pm_not_required device_set_pm_not_required dev_pm_syscore_device dev_pm_set_driver_flags dev_pm_test_driver_flags device_lock device_lock_interruptible device_trylock device_unlock device_lock_assert dev_of_node dev_has_sync_state dev_set_removable dev_is_removable dev_removable_is_valid device_supports_offline dev_num_vf dev_get_platdata device_add_group device_remove_group __hash_32_generic hash_32 hash_64_generic hash_ptr hash32_ptr context_tracking_in_user context_tracking_enabled context_tracking_enabled_cpu context_tracking_enabled_this_cpu ftrace_nmi_enter ftrace_nmi_exit vtime_user_enter vtime_user_exit vtime_guest_enter vtime_guest_exit vtime_init_idle vtime_account_irq vtime_account_softirq vtime_account_hardirq vtime_flush vtime_accounting_enabled_this_cpu vtime_task_switch vtime_account_guest_enter vtime_account_guest_exit irqtime_account_irq account_softirq_enter account_softirq_exit account_hardirq_enter account_hardirq_exit kvm_set_cpu_l1tf_flush_l1d kvm_clear_cpu_l1tf_flush_l1d kvm_get_cpu_l1tf_flush_l1d __rcu_irq_enter_check_tick rcu_irq_enter_check_tick irq_canonicalize have_function_descriptors memory_contains memory_intersects init_section_contains init_section_intersects is_kernel_core_data is_kernel_rodata is_kernel_inittext __is_kernel_text __is_kernel arch_is_kernel_initmem_freed request_irq request_percpu_irq devm_request_irq irq_update_affinity_hint irq_set_affinity_and_hint irq_set_affinity_hint disable_irq_nosync_lockdep disable_irq_nosync_lockdep_irqsave disable_irq_lockdep enable_irq_lockdep enable_irq_lockdep_irqrestore enable_irq_wake disable_irq_wake do_softirq_post_smp_call_flush this_cpu_ksoftirqd tasklet_trylock tasklet_schedule tasklet_hi_schedule tasklet_disable_nosync tasklet_disable_in_atomic tasklet_disable tasklet_enable trace_get_context_bit trace_test_and_set_recursion trace_clear_recursion ftrace_test_recursion_trylock ftrace_test_recursion_unlock __mmap_lock_trace_start_locking __mmap_lock_trace_acquire_returned __mmap_lock_trace_released mmap_init_lock mmap_write_lock mmap_write_lock_nested mmap_write_lock_killable mmap_write_trylock mmap_write_unlock mmap_write_downgrade mmap_read_lock mmap_read_lock_killable mmap_read_trylock mmap_read_unlock mmap_read_unlock_non_owner mmap_assert_locked mmap_assert_write_locked mmap_lock_is_contended percpu_ref_kill __ref_is_percpu percpu_ref_get_many percpu_ref_get percpu_ref_tryget_many percpu_ref_tryget percpu_ref_tryget_live_rcu percpu_ref_tryget_live percpu_ref_put_many percpu_ref_put percpu_ref_is_dying bit_spin_lock bit_spin_trylock bit_spin_unlock __bit_spin_unlock bit_spin_is_locked pgdat_page_ext_init lookup_page_ext page_ext_init page_ext_init_flatmem_late page_ext_init_flatmem __page_ref_set __page_ref_mod __page_ref_mod_and_test __page_ref_mod_and_return __page_ref_mod_unless __page_ref_freeze __page_ref_unfreeze page_ref_count folio_ref_count page_count set_page_count folio_set_count init_page_count page_ref_add folio_ref_add page_ref_sub folio_ref_sub page_ref_sub_return folio_ref_sub_return page_ref_inc folio_ref_inc page_ref_dec folio_ref_dec page_ref_sub_and_test folio_ref_sub_and_test page_ref_inc_return folio_ref_inc_return page_ref_dec_and_test folio_ref_dec_and_test page_ref_dec_return folio_ref_dec_return page_ref_add_unless folio_ref_add_unless folio_try_get folio_ref_try_add_rcu folio_try_get_rcu page_ref_freeze folio_ref_freeze page_ref_unfreeze folio_ref_unfreeze __pkru_allows_read __pkru_allows_write read_pkru write_pkru pkru_write_default kernel_fpu_begin fpregs_lock fpregs_unlock fpstate_init_soft fpstate_set_confidential fpstate_is_confidential page_table_check_alloc page_table_check_free page_table_check_pte_clear page_table_check_pmd_clear page_table_check_pud_clear page_table_check_pte_set page_table_check_pmd_set page_table_check_pud_set page_table_check_pte_clear_range pte_dirty pte_young pmd_dirty pmd_young pud_dirty pud_young pte_write pte_huge pte_global pte_exec pte_special pte_pfn pmd_pfn pud_pfn p4d_pfn pgd_pfn p4d_large pmd_large pmd_trans_huge pud_trans_huge has_transparent_hugepage pmd_devmap pud_devmap pgd_devmap pte_set_flags pte_clear_flags pte_uffd_wp pte_mkuffd_wp pte_clear_uffd_wp pte_mkclean pte_mkold pte_wrprotect pte_mkexec pte_mkdirty pte_mkyoung pte_mkwrite pte_mkhuge pte_clrhuge pte_mkglobal pte_clrglobal pte_mkspecial pte_mkdevmap pmd_set_flags pmd_clear_flags pmd_uffd_wp pmd_mkuffd_wp pmd_clear_uffd_wp pmd_mkold pmd_mkclean pmd_wrprotect pmd_mkdirty pmd_mkdevmap pmd_mkhuge pmd_mkyoung pmd_mkwrite pud_set_flags pud_clear_flags pud_mkold pud_mkclean pud_wrprotect pud_mkdirty pud_mkdevmap pud_mkhuge pud_mkyoung pud_mkwrite pte_soft_dirty pmd_soft_dirty pud_soft_dirty pte_mksoft_dirty pmd_mksoft_dirty pud_mksoft_dirty pte_clear_soft_dirty pmd_clear_soft_dirty pud_clear_soft_dirty massage_pgprot check_pgprot pfn_pte pfn_pmd pfn_pud pmd_mkinvalid pte_modify pmd_modify pgprot_modify is_new_memtype_allowed pti_set_user_pgtbl fix_to_virt virt_to_fix sync_initial_page_table mm_p4d_folded native_set_pte native_pte_clear native_set_pte_atomic native_set_pmd native_pmd_clear native_ptep_get_and_clear native_pmdp_get_and_clear native_set_pud native_pud_clear native_pudp_get_and_clear native_set_p4d native_p4d_clear native_set_pgd native_pgd_clear gup_fast_permitted __pte_needs_invert protnone_mask flip_protnone_guard pte_none pte_same pte_present pte_devmap pte_accessible pmd_present pte_protnone pmd_protnone pmd_none pmd_page_vaddr pmd_bad pages_to_mb pud_none pud_present pud_pgtable pud_large pud_bad p4d_none p4d_present p4d_pgtable p4d_bad p4d_index pgd_present pgd_page_vaddr p4d_offset pgd_bad pgd_none native_local_ptep_get_and_clear native_local_pmdp_get_and_clear native_local_pudp_get_and_clear set_pte_at set_pmd_at set_pud_at ptep_get_and_clear ptep_get_and_clear_full ptep_set_wrprotect pmd_write pmdp_huge_get_and_clear pudp_huge_get_and_clear pmdp_set_wrprotect pud_write pmdp_establish pgdp_maps_userspace pgd_large ptr_set_bit ptr_clear_bit kernel_to_user_pgdp user_to_kernel_pgdp kernel_to_user_p4dp user_to_kernel_p4dp clone_pgd_range page_level_shift page_level_size page_level_mask update_mmu_cache update_mmu_cache_pmd update_mmu_cache_pud pte_swp_mkexclusive pte_swp_exclusive pte_swp_clear_exclusive pte_swp_mksoft_dirty pte_swp_soft_dirty pte_swp_clear_soft_dirty pmd_swp_mksoft_dirty pmd_swp_soft_dirty pmd_swp_clear_soft_dirty pte_swp_mkuffd_wp pte_swp_uffd_wp pte_swp_clear_uffd_wp pmd_swp_mkuffd_wp pmd_swp_uffd_wp pmd_swp_clear_uffd_wp pte_flags_pkey __pkru_allows_pkey __pte_access_permitted pte_access_permitted pmd_access_permitted pud_access_permitted arch_has_pfn_modify_check arch_faults_on_old_pte pte_index pmd_index pud_index pte_offset_kernel pmd_offset pud_offset pgd_offset_pgd pmd_off pmd_off_k virt_to_kpte ptep_clear ptep_get ptep_get_lockless pmdp_huge_get_and_clear_full pudp_huge_get_and_clear_full update_mmu_tlb pte_clear_not_present_full pte_sw_mkyoung pudp_set_wrprotect generic_pmdp_establish pte_unused pmd_same pud_same p4d_same pgd_same arch_do_swap_page arch_unmap_one arch_prepare_to_swap arch_swap_invalidate_page arch_swap_invalidate_area arch_swap_restore pgd_none_or_clear_bad p4d_none_or_clear_bad pud_none_or_clear_bad pmd_none_or_clear_bad __ptep_modify_prot_start __ptep_modify_prot_commit is_zero_pfn my_zero_pfn pud_none_or_trans_huge_or_dev_or_clear_bad pud_trans_unstable pmd_read_atomic pmd_none_or_trans_huge_or_clear_bad pmd_trans_unstable pmd_devmap_trans_unstable kasan_enabled kasan_hw_tags_enabled kasan_add_zero_shadow kasan_remove_zero_shadow kasan_enable_current kasan_disable_current kasan_has_integrated_init kasan_never_merge kasan_unpoison_range kasan_poison_pages kasan_unpoison_pages kasan_cache_create kasan_cache_create_kmalloc kasan_metadata_size kasan_poison_slab kasan_unpoison_object_data kasan_poison_object_data kasan_init_slab_obj kasan_slab_free kasan_kfree_large kasan_slab_free_mempool kasan_slab_alloc kasan_kmalloc kasan_kmalloc_large kasan_krealloc kasan_check_byte kasan_unpoison_task_stack kasan_cache_shrink kasan_cache_shutdown kasan_record_aux_stack kasan_record_aux_stack_noalloc kasan_reset_tag kasan_init_sw_tags kasan_init_hw_tags_cpu kasan_init_hw_tags kasan_populate_early_vm_area_shadow kasan_populate_vmalloc kasan_release_vmalloc kasan_unpoison_vmalloc kasan_poison_vmalloc kasan_alloc_module_shadow kasan_free_module_shadow kasan_non_canonical_hook set_max_mapnr totalram_pages totalram_pages_inc totalram_pages_dec totalram_pages_add __mm_zero_struct_page lru_to_folio fault_flag_allow_retry_first vma_init vma_set_anonymous vma_is_anonymous vma_is_temporary_stack vma_is_foreign vma_is_accessible compound_order folio_order __get_dumpable get_dumpable wait_on_bit wait_on_bit_io wait_on_bit_timeout wait_on_bit_action wait_on_bit_lock wait_on_bit_lock_io wait_on_bit_lock_action clear_and_wake_up_bit old_valid_dev old_encode_dev old_decode_dev new_encode_dev new_decode_dev huge_encode_dev huge_decode_dev sysv_valid_dev sysv_encode_dev sysv_major sysv_minor INIT_HLIST_BL_NODE hlist_bl_unhashed hlist_bl_first hlist_bl_set_first hlist_bl_empty hlist_bl_add_head hlist_bl_add_before hlist_bl_add_behind __hlist_bl_del hlist_bl_del hlist_bl_del_init hlist_bl_lock hlist_bl_unlock hlist_bl_is_locked hlist_bl_set_first_rcu hlist_bl_first_rcu hlist_bl_del_rcu hlist_bl_add_head_rcu __lockref_is_dead partial_name_hash end_name_hash d_count dget_dlock dget d_unhashed d_unlinked cant_mount dont_mount d_in_lookup d_lookup_done d_managed d_mountpoint __d_entry_type d_is_miss d_is_whiteout d_can_lookup d_is_autodir d_is_dir d_is_symlink d_is_reg d_is_special d_is_file d_is_negative d_flags_negative d_is_positive d_really_is_negative d_really_is_positive simple_positive d_is_fallthru vfs_pressure_ratio d_inode d_inode_rcu d_backing_inode d_backing_dentry d_real d_real_inode path_equal path_put_init list_lru_shrink_count list_lru_count list_lru_shrink_walk list_lru_shrink_walk_irq list_lru_walk cap_combine cap_intersect cap_drop cap_invert cap_isclear cap_issubset cap_drop_fs_set cap_raise_fs_set cap_drop_nfsd_set cap_raise_nfsd_set perfmon_capable bpf_capable checkpoint_restore_ns_capable sema_init copy_siginfo clear_siginfo copy_siginfo_to_external sigaddset sigdelset sigismember sigisemptyset sigequalsets sigorsets sigandsets sigandnsets signotset sigemptyset sigfillset sigaddsetmask sigdelsetmask sigtestsetmask siginitset siginitsetinv init_sigpending valid_signal allow_signal allow_kernel_signal disallow_signal arch_untagged_si_addr get_task_struct put_task_struct put_task_struct_many task_stack_vm_area task_lock task_unlock assoc_array_init make_key_ref key_ref_to_ptr is_key_possessed __key_get key_get key_ref_put request_key key_serial key_read_state key_is_positive key_is_negative percpu_counter_compare percpu_counter_add percpu_counter_sum_positive percpu_counter_sum percpu_counter_read percpu_counter_read_positive percpu_counter_initialized percpu_counter_inc percpu_counter_dec percpu_counter_sub get_uid get_group_info validate_creds validate_creds_for_do_exit validate_process_creds cap_ambient_invariant_ok get_new_cred get_cred get_cred_rcu put_cred signal_set_stop_flags kernel_dequeue_signal kernel_signal_stop clear_notify_signal __set_notify_signal set_notify_signal restart_syscall task_sigpending signal_pending __fatal_signal_pending fatal_signal_pending signal_pending_state fault_signal_pending signal_wake_up ptrace_signal_wake_up set_restore_sigmask clear_tsk_restore_sigmask clear_restore_sigmask test_restore_sigmask test_tsk_restore_sigmask test_and_clear_restore_sigmask restore_saved_sigmask restore_saved_sigmask_unless sigmask_to_save kill_cad_pid __on_sig_stack on_sig_stack sas_ss_flags sas_ss_reset sigsp task_pid_type task_tgid task_pgrp task_session get_nr_threads thread_group_leader same_thread_group next_thread thread_group_empty lock_task_sighand unlock_task_sighand lockdep_assert_task_sighand_held task_rlimit task_rlimit_max rlimit rlimit_max rcuwait_init rcuwait_active prepare_to_rcuwait rcu_sync_is_idle percpu_down_read percpu_down_read_trylock percpu_up_read percpu_rwsem_release percpu_rwsem_acquire set_delayed_call do_delayed_call clear_delayed_call guid_equal guid_copy import_guid export_guid guid_is_null uuid_equal uuid_copy import_uuid export_uuid uuid_is_null uuid_le_cmp rt_prio rt_task task_is_realtime rt_mutex_get_top_task copy_io ioprio_valid task_nice_ioprio task_nice_ioclass get_current_ioprio mnt_user_ns initial_idmapping no_idmapping mapped_kuid_fs mapped_kgid_fs mapped_kuid_user mapped_kgid_user mapped_fsuid mapped_fsgid arch_slab_minalign kmalloc_type __kmalloc_index kfree_bulk kmalloc_large kmalloc kmalloc_node kmalloc_array krealloc_array kcalloc kmalloc_array_node kcalloc_node kmem_cache_zalloc kzalloc kzalloc_node kvmalloc kvzalloc_node kvzalloc kvmalloc_array kvcalloc qtree_depth __kprojid_val projid_eq projid_lt projid_valid kprojid_has_mapping make_kqid make_kqid_invalid make_kqid_uid make_kqid_gid make_kqid_projid qid_has_mapping info_dirty dqstats_inc dqstats_dec dquot_state_flag dquot_generic_flag dquot_state_types is_sync_kiocb mapping_tagged i_mmap_lock_write i_mmap_trylock_write i_mmap_unlock_write i_mmap_trylock_read i_mmap_lock_read i_mmap_unlock_read i_mmap_assert_locked i_mmap_assert_write_locked mapping_mapped mapping_writably_mapped mapping_map_writable mapping_unmap_writable mapping_deny_writable mapping_allow_writable uncached_acl_sentinel is_uncached_acl i_blocksize inode_unhashed inode_fake_hash inode_lock inode_unlock inode_lock_shared inode_unlock_shared inode_trylock inode_trylock_shared inode_is_locked inode_lock_nested inode_lock_shared_nested filemap_invalidate_lock filemap_invalidate_unlock filemap_invalidate_lock_shared filemap_invalidate_trylock_shared filemap_invalidate_unlock_shared i_size_read i_size_write iminor imajor ra_has_index get_file file_inode file_dentry locks_lock_file_wait i_user_ns i_uid_read i_gid_read i_uid_write i_gid_write i_uid_into_mnt i_gid_into_mnt inode_fsuid_set inode_fsgid_set fsuidgid_has_mapping __sb_end_write __sb_start_write __sb_start_write_trylock sb_write_started sb_end_write sb_end_pagefault sb_end_intwrite sb_start_write sb_start_write_trylock sb_start_pagefault sb_start_intwrite sb_start_intwrite_trylock vfs_whiteout call_read_iter call_write_iter call_mmap sb_rdonly HAS_UNMAPPED_ID init_sync_kiocb kiocb_clone mark_inode_dirty mark_inode_dirty_sync inode_is_dirtytime_only inode_inc_link_count inode_dec_link_count file_accessed break_lease break_deleg try_break_deleg break_deleg_wait break_layout file_mnt_user_ns is_idmapped_mnt file_open_root_mnt file_clone_open sb_is_blkdev_sb register_chrdev unregister_chrdev file_write_and_wait generic_write_sync file_permission path_permission execute_ok inode_wrong_type file_start_write file_start_write_trylock file_end_write get_write_access deny_write_access put_write_access allow_write_access inode_is_open_for_write i_readcount_dec i_readcount_inc generic_drop_inode lockdep_annotate_inode_mutex_key is_zero_ino alloc_inode_sb insert_inode_hash remove_inode_hash blockdev_direct_IO inode_dio_begin inode_dio_end __inode_get_bytes vfs_stat vfs_lstat vma_is_dax vma_is_fsdax iocb_flags kiocb_set_rw_flags parent_ino __simple_attr_check_format is_sxid check_sticky inode_has_no_xattr is_root_inode dir_emit dir_emit_dot dir_emit_dotdot dir_emit_dots dir_relax dir_relax_shared vmf_insert_pfn_pmd vmf_insert_pfn_pud transhuge_vma_suitable transhuge_vma_enabled __transparent_hugepage_enabled file_thp_enabled split_huge_page is_swap_pmd pmd_trans_huge_lock pud_trans_huge_lock folio_test_pmd_mappable is_huge_zero_page is_huge_zero_pmd is_huge_zero_pud thp_migration_supported page_deferred_list split_folio_to_list put_page_testzero folio_put_testzero get_page_unless_zero folio_entire_mapcount compound_mapcount page_mapcount_reset page_mapcount total_mapcount virt_to_head_page virt_to_folio set_compound_page_dtor destroy_compound_page head_compound_pincount set_compound_order compound_nr page_size page_shift thp_order thp_nr_pages thp_size maybe_mkwrite page_zonenum folio_zonenum is_zone_device_page folio_is_zone_device is_zone_movable_page put_devmap_managed_page_refs put_devmap_managed_page folio_get get_page try_get_page folio_put folio_put_refs put_page is_cow_mapping page_zone_id page_to_nid folio_nid cpu_pid_to_cpupid cpupid_to_pid cpupid_to_cpu cpupid_to_nid cpupid_pid_unset cpupid_cpu_unset __cpupid_match_pid page_cpupid_last page_cpupid_reset_last page_kasan_tag page_kasan_tag_set page_kasan_tag_reset page_zone page_pgdat folio_zone folio_pgdat folio_pfn folio_pincount_ptr folio_maybe_dma_pinned page_maybe_dma_pinned page_needs_cow_for_dma is_pinnable_page folio_is_pinnable set_page_zone set_page_node set_page_links folio_nr_pages folio_next folio_shift folio_size arch_make_page_accessible arch_make_folio_accessible __count_vm_event count_vm_event __count_vm_events count_vm_events zone_numa_event_add zone_numa_event_state global_numa_event_state zone_page_state_add node_page_state_add global_zone_page_state global_node_page_state_pages global_node_page_state zone_page_state zone_page_state_snapshot __count_numa_event __count_numa_events __zone_stat_mod_folio __zone_stat_add_folio __zone_stat_sub_folio zone_stat_mod_folio zone_stat_add_folio zone_stat_sub_folio __node_stat_mod_folio __node_stat_add_folio __node_stat_sub_folio node_stat_mod_folio node_stat_add_folio node_stat_sub_folio __mod_zone_freepage_state zone_stat_name numa_stat_name node_stat_name lru_list_name writeback_stat_name vm_event_name mod_lruvec_state mod_lruvec_page_state __inc_lruvec_page_state __dec_lruvec_page_state __lruvec_stat_mod_folio __lruvec_stat_add_folio __lruvec_stat_sub_folio inc_lruvec_page_state dec_lruvec_page_state lruvec_stat_mod_folio lruvec_stat_add_folio lruvec_stat_sub_folio lowmem_page_address folio_address page_index page_is_pfmemalloc set_page_pfmemalloc clear_page_pfmemalloc unmap_shared_mapping_range get_user_page_fast_only get_mm_counter add_mm_counter inc_mm_counter dec_mm_counter mm_counter_file mm_counter get_mm_rss get_mm_hiwater_rss get_mm_hiwater_vm update_hiwater_rss update_hiwater_vm reset_mm_hiwater_rss setmax_mm_hiwater_rss get_locked_pte mm_inc_nr_puds mm_dec_nr_puds mm_inc_nr_pmds mm_dec_nr_pmds mm_pgtables_bytes_init mm_pgtables_bytes mm_inc_nr_ptes mm_dec_nr_ptes p4d_alloc pud_alloc pmd_alloc ptlock_cache_init ptlock_alloc ptlock_free ptlock_ptr pte_lockptr ptlock_init pgtable_init pgtable_pte_page_ctor pgtable_pte_page_dtor pmd_to_page pmd_lockptr pmd_ptlock_init pmd_ptlock_free pmd_lock pgtable_pmd_page_ctor pgtable_pmd_page_dtor pud_lockptr pud_lock free_reserved_page mark_page_reserved free_initmem_default get_num_physpages vma_adjust check_data_rlimit mm_populate find_vma_intersection vma_lookup vm_start_gap vm_end_gap vma_pages find_exact_vma range_in_vma vmf_insert_page io_remap_pfn_range vmf_error vm_fault_to_errno gup_must_unshare page_poisoning_enabled page_poisoning_enabled_static kernel_poison_pages kernel_unpoison_pages want_init_on_alloc want_init_on_free debug_pagealloc_enabled debug_pagealloc_enabled_static debug_pagealloc_map_pages debug_pagealloc_unmap_pages vma_is_special_huge debug_guardpage_minorder debug_guardpage_enabled page_is_guard pages_identical seal_check_future_write is_kernel_text is_kernel is_ksym_addr dereference_symbol_descriptor print_ip_sym nsset_cred put_nsproxy get_nsproxy get_pid_ns task_is_in_init_pid_ns ptrace_reparented ptrace_unlink ptrace_parent ptrace_event_enabled ptrace_event ptrace_event_pid ptrace_init_task ptrace_release_task ptrace_report_syscall ptrace_report_syscall_entry ptrace_report_syscall_exit ftrace_call_adjust arch_ftrace_set_direct_caller arch_ftrace_get_regs arch_syscall_match_sym_name iov_iter_type iov_iter_save_state iter_is_iovec iov_iter_is_kvec iov_iter_is_bvec iov_iter_is_pipe iov_iter_is_discard iov_iter_is_xarray iov_iter_rw iov_length iov_iter_iovec copy_folio_to_iter copy_to_iter copy_from_iter copy_from_iter_full copy_from_iter_nocache copy_from_iter_full_nocache iov_iter_count iov_iter_truncate iov_iter_reexpand iov_iter_npages_cap csum_and_copy_from_iter_full __cmsg_nxthdr cmsg_nxthdr msg_data_left task_stack_page end_of_stack try_get_task_stack object_is_on_stack kstack_end in_x32_syscall in_32bit_syscall in_compat_syscall put_compat_sigset ns_to_old_timeval32 compat_ptr ptr_to_compat arch_trace_is_compat_syscall ftrace_get_regs stack_tracer_disable stack_tracer_enable ftrace_init_nop tracer_disable __ftrace_enabled_save __ftrace_enabled_restore get_lock_parent_ip ftrace_graph_is_dead pause_graph_tracing unpause_graph_tracing set_tsk_trace_trace clear_tsk_trace_trace test_tsk_trace_trace set_tsk_trace_graph clear_tsk_trace_graph test_tsk_trace_graph __freelist_add freelist_add freelist_try_get is_rethook_trampoline text_opcode_size __text_gen_insn text_gen_insn int3_emulate_jmp int3_emulate_push int3_emulate_pop int3_emulate_call int3_emulate_ret inat_is_legacy_prefix inat_is_address_size_prefix inat_is_operand_size_prefix inat_is_rex_prefix inat_last_prefix_id inat_is_vex_prefix inat_is_evex_prefix inat_is_vex3_prefix inat_is_escape inat_escape_id inat_is_group inat_group_id inat_group_common_attribute inat_has_immediate inat_immediate_size inat_has_modrm inat_is_force64 inat_has_second_immediate inat_has_moffset inat_has_variant inat_accept_vex inat_must_vex inat_must_evex insn_field_set insn_set_byte insn_get_attribute insn_is_avx insn_is_evex insn_has_emulate_prefix insn_vex_m_bits insn_vex_p_bits insn_last_prefix_id insn_offset_rex_prefix insn_offset_vex_prefix insn_offset_opcode insn_offset_modrm insn_offset_sib insn_offset_displacement insn_offset_immediate insn_masking_exception arch_prepared_optinsn kprobe_gone kprobe_disabled kprobe_optimized kprobe_ftrace get_kretprobe get_kretprobe_retaddr init_test_probes get_insn_slot free_insn_slot is_kprobe_insn_slot get_optinsn_slot free_optinsn_slot is_kprobe_optinsn_slot kprobe_running reset_current_kprobe get_kprobe_ctlblk disable_kretprobe enable_kretprobe is_kretprobe_trampoline kretprobe_find_ret_addr kprobe_page_fault proc_sb_info pde_data proc_net_mkdir proc_pid_ns arch_vmap_pud_supported arch_vmap_pmd_supported arch_vmap_p4d_supported arch_vmap_pte_range_map_size arch_vmap_pte_supported_shift arch_vmap_pgprot_tagged get_vm_area_size is_vm_area_hugepages set_vm_flush_reset_perms add_latent_entropy get_random_int get_random_long get_random_canary get_random_bytes_wait get_random_u32_wait get_random_u64_wait get_random_int_wait get_random_long_wait prandom_u32 prandom_bytes prandom_u32_max __seed prandom_seed_state next_pseudo_random32 rdrand_long rdrand_int rdseed_long rdseed_int arch_get_random_long arch_get_random_int arch_get_random_seed_long arch_get_random_seed_int arch_get_random_seed_long_early arch_get_random_long_early get_uts_ns put_uts_ns utsname init_utsname usleep_range usleep_idle_range ssleep fsleep profile_hit get_ucounts_value set_rlimit_ucount_max get_user_ns put_user_ns privilege_to_text iret_to_self sync_core sync_core_before_usermode pasid_valid mmgrab mmdrop mmdrop_sched mmget mmget_not_zero in_vfork current_gfp_context __fs_reclaim_acquire __fs_reclaim_release fs_reclaim_acquire fs_reclaim_release memalloc_retry_wait might_alloc memalloc_noio_save memalloc_noio_restore memalloc_nofs_save memalloc_nofs_restore memalloc_noreclaim_save memalloc_noreclaim_restore memalloc_pin_save memalloc_pin_restore set_active_memcg membarrier_mm_sync_core_before_usermode mm_pasid_init mm_pasid_set mm_pasid_drop flush_cache_all flush_cache_mm flush_cache_dup_mm flush_cache_range flush_cache_page flush_dcache_page flush_dcache_mmap_lock flush_dcache_mmap_unlock flush_icache_range flush_icache_page flush_icache_user_page flush_cache_vmap flush_cache_vunmap flush_dcache_folio kmap_local_fork kmap_assert_nomap kmap_to_page kmap kunmap_high kmap_flush_unused kunmap kmap_local_page kmap_local_folio kmap_local_page_prot kmap_local_pfn __kunmap_local kmap_atomic kmap_atomic_prot kmap_atomic_pfn __kunmap_atomic nr_free_highpages totalhigh_pages is_kmap_addr flush_anon_page flush_kernel_vmap_range invalidate_kernel_vmap_range clear_user_highpage clear_highpage clear_highpage_kasan_tagged tag_clear_highpage zero_user_segments zero_user_segment zero_user copy_user_highpage copy_highpage memcpy_page memmove_page memset_page memcpy_from_page memcpy_to_page memzero_page folio_zero_segments folio_zero_segment folio_zero_range is_vm_hugetlb_page invalidate_remote_inode filemap_fdatawait filemap_write_and_wait filemap_set_wb_err filemap_check_wb_err filemap_sample_wb_err file_sample_sb_err inode_drain_writes mapping_empty mapping_shrinkable mapping_set_error mapping_set_unevictable mapping_clear_unevictable mapping_unevictable mapping_set_exiting mapping_exiting mapping_set_no_writeback_tags mapping_use_writeback_tags mapping_gfp_mask mapping_gfp_constraint mapping_set_gfp_mask mapping_set_large_folios mapping_large_folio_support filemap_nr_thps filemap_nr_thps_inc filemap_nr_thps_dec folio_file_mapping page_file_mapping page_mapping_file folio_inode folio_attach_private folio_change_private folio_detach_private attach_page_private detach_page_private __page_cache_alloc page_cache_alloc readahead_gfp_mask filemap_get_folio filemap_lock_folio find_get_page find_get_page_flags find_lock_page find_or_create_page grab_cache_page_nowait folio_index folio_next_index folio_file_page folio_contains find_subpage find_get_pages_tag grab_cache_page read_mapping_page read_mapping_folio page_to_index page_to_pgoff page_offset page_file_offset folio_pos folio_file_pos folio_pgoff linear_page_index wake_page_match folio_trylock trylock_page folio_lock lock_page folio_lock_killable lock_page_killable lock_page_or_retry folio_wait_locked folio_wait_locked_killable wait_on_page_locked wait_on_page_locked_killable __set_page_dirty folio_cancel_dirty write_one_page __delete_from_page_cache add_to_page_cache filemap_range_needs_writeback page_cache_sync_readahead page_cache_async_readahead __readahead_folio readahead_page readahead_folio __readahead_batch readahead_pos readahead_length readahead_index readahead_count readahead_batch_length dir_pages folio_mkwrite_check_truncate page_mkwrite_check_truncate i_blocks_per_folio i_blocks_per_page __access_process_vm_ copy_to_user_page_ copy_from_user_page_ __access_process_vm copy_to_user_page_noflush copy_from_user_page_noflush __access_process_vm_noflush __stp_deref_nocheck_ _stp_lookup_bad_addr_ _stp_deref_nofault_ __stp_store_deref_nocheck_ _stp_store_deref_ kderef_buffer_ _stp_deref_string_nofault _stp_store_deref_string_ stp_spin_lock_init stp_spin_lock stp_spin_unlock stp_rwlock_init stp_read_lock stp_read_unlock stp_write_lock stp_write_unlock stp_read_trylock stp_write_trylock _stp_kmalloc_gfp _stp_kmalloc _stp_kzalloc_gfp _stp_kzalloc _stp_vzalloc _stp_vzalloc_node _stp_alloc_percpu _stp_kmalloc_node_gfp _stp_kzalloc_node_gfp _stp_kmalloc_node _stp_kzalloc_node _stp_kfree _stp_vfree _stp_free_percpu _stp_mem_debug_done init_irq_work irq_work_is_pending irq_work_is_busy irq_work_is_hard arch_irq_work_has_interrupt ep_take_care_of_epollwakeup poll_wait poll_does_not_wait poll_requested_events init_poll_funcptr file_can_poll vfs_poll mangle_poll demangle_poll relay_write __relay_write relay_reserve subbuf_start_reserve _stp_snprintf _stp_vscnprintf _stp_decode_utf8 _stp_text_str _stp_convert_utf32 _stp_div64 _stp_mod64 _stp_random_u _stp_random_pm _stp_strncpy_from_user _stp_copy_from_user _stp_is_compat_task2 _stp_is_compat_task _stp_task_pt_regs_valid _stp_print_regs _stp_get_sp __stp_sign_extend32 __stp_sign_extend16 __stp_sign_extend8 _stp_get_arg32_by_number _stp_get_arg64_by_number register_binfmt insert_binfmt utrace_engine_get utrace_engine_put utrace_resume_action frozen freezing try_to_freeze_unsafe try_to_freeze freezer_do_not_count freezer_count freezer_count_unsafe freezer_should_skip freezable_schedule freezable_schedule_unsafe freezable_schedule_timeout freezable_schedule_timeout_interruptible freezable_schedule_timeout_interruptible_unsafe freezable_schedule_timeout_killable freezable_schedule_timeout_killable_unsafe freezable_schedule_hrtimeout_range kthread_run_on_cpu register_one_node node_is_toptier cpuhp_setup_state cpuhp_setup_state_cpuslocked cpuhp_setup_state_nocalls cpuhp_setup_state_nocalls_cpuslocked cpuhp_setup_state_multi cpuhp_state_add_instance cpuhp_state_add_instance_nocalls cpuhp_state_add_instance_nocalls_cpuslocked cpuhp_remove_state cpuhp_remove_state_nocalls cpuhp_remove_state_nocalls_cpuslocked cpuhp_remove_multi_state cpuhp_state_remove_instance cpuhp_state_remove_instance_nocalls suspend_disable_secondary_cpus suspend_enable_secondary_cpus play_idle tracepoint_probe_register_may_exist tracepoint_synchronize_unregister tracepoint_ptr_deref trace_sched_kthread_stop register_trace_sched_kthread_stop register_trace_prio_sched_kthread_stop unregister_trace_sched_kthread_stop check_trace_callback_type_sched_kthread_stop trace_sched_kthread_stop_enabled trace_sched_kthread_stop_ret register_trace_sched_kthread_stop_ret register_trace_prio_sched_kthread_stop_ret unregister_trace_sched_kthread_stop_ret check_trace_callback_type_sched_kthread_stop_ret trace_sched_kthread_stop_ret_enabled trace_sched_kthread_work_queue_work register_trace_sched_kthread_work_queue_work register_trace_prio_sched_kthread_work_queue_work unregister_trace_sched_kthread_work_queue_work check_trace_callback_type_sched_kthread_work_queue_work trace_sched_kthread_work_queue_work_enabled trace_sched_kthread_work_execute_start register_trace_sched_kthread_work_execute_start register_trace_prio_sched_kthread_work_execute_start unregister_trace_sched_kthread_work_execute_start check_trace_callback_type_sched_kthread_work_execute_start trace_sched_kthread_work_execute_start_enabled trace_sched_kthread_work_execute_end register_trace_sched_kthread_work_execute_end register_trace_prio_sched_kthread_work_execute_end unregister_trace_sched_kthread_work_execute_end check_trace_callback_type_sched_kthread_work_execute_end trace_sched_kthread_work_execute_end_enabled trace_sched_waking register_trace_sched_waking register_trace_prio_sched_waking unregister_trace_sched_waking check_trace_callback_type_sched_waking trace_sched_waking_enabled trace_sched_wakeup register_trace_sched_wakeup register_trace_prio_sched_wakeup unregister_trace_sched_wakeup check_trace_callback_type_sched_wakeup trace_sched_wakeup_enabled trace_sched_wakeup_new register_trace_sched_wakeup_new register_trace_prio_sched_wakeup_new unregister_trace_sched_wakeup_new check_trace_callback_type_sched_wakeup_new trace_sched_wakeup_new_enabled trace_sched_switch register_trace_sched_switch register_trace_prio_sched_switch unregister_trace_sched_switch check_trace_callback_type_sched_switch trace_sched_switch_enabled trace_sched_migrate_task register_trace_sched_migrate_task register_trace_prio_sched_migrate_task unregister_trace_sched_migrate_task check_trace_callback_type_sched_migrate_task trace_sched_migrate_task_enabled trace_sched_process_free register_trace_sched_process_free register_trace_prio_sched_process_free unregister_trace_sched_process_free check_trace_callback_type_sched_process_free trace_sched_process_free_enabled trace_sched_process_exit register_trace_sched_process_exit register_trace_prio_sched_process_exit unregister_trace_sched_process_exit check_trace_callback_type_sched_process_exit trace_sched_process_exit_enabled trace_sched_wait_task register_trace_sched_wait_task register_trace_prio_sched_wait_task unregister_trace_sched_wait_task check_trace_callback_type_sched_wait_task trace_sched_wait_task_enabled trace_sched_process_wait register_trace_sched_process_wait register_trace_prio_sched_process_wait unregister_trace_sched_process_wait check_trace_callback_type_sched_process_wait trace_sched_process_wait_enabled trace_sched_process_fork register_trace_sched_process_fork register_trace_prio_sched_process_fork unregister_trace_sched_process_fork check_trace_callback_type_sched_process_fork trace_sched_process_fork_enabled trace_sched_process_exec register_trace_sched_process_exec register_trace_prio_sched_process_exec unregister_trace_sched_process_exec check_trace_callback_type_sched_process_exec trace_sched_process_exec_enabled trace_sched_stat_wait register_trace_sched_stat_wait register_trace_prio_sched_stat_wait unregister_trace_sched_stat_wait check_trace_callback_type_sched_stat_wait trace_sched_stat_wait_enabled trace_sched_stat_sleep register_trace_sched_stat_sleep register_trace_prio_sched_stat_sleep unregister_trace_sched_stat_sleep check_trace_callback_type_sched_stat_sleep trace_sched_stat_sleep_enabled trace_sched_stat_iowait register_trace_sched_stat_iowait register_trace_prio_sched_stat_iowait unregister_trace_sched_stat_iowait check_trace_callback_type_sched_stat_iowait trace_sched_stat_iowait_enabled trace_sched_stat_blocked register_trace_sched_stat_blocked register_trace_prio_sched_stat_blocked unregister_trace_sched_stat_blocked check_trace_callback_type_sched_stat_blocked trace_sched_stat_blocked_enabled trace_sched_stat_runtime register_trace_sched_stat_runtime register_trace_prio_sched_stat_runtime unregister_trace_sched_stat_runtime check_trace_callback_type_sched_stat_runtime trace_sched_stat_runtime_enabled trace_sched_pi_setprio register_trace_sched_pi_setprio register_trace_prio_sched_pi_setprio unregister_trace_sched_pi_setprio check_trace_callback_type_sched_pi_setprio trace_sched_pi_setprio_enabled trace_sched_process_hang register_trace_sched_process_hang register_trace_prio_sched_process_hang unregister_trace_sched_process_hang check_trace_callback_type_sched_process_hang trace_sched_process_hang_enabled trace_sched_move_numa register_trace_sched_move_numa register_trace_prio_sched_move_numa unregister_trace_sched_move_numa check_trace_callback_type_sched_move_numa trace_sched_move_numa_enabled trace_sched_stick_numa register_trace_sched_stick_numa register_trace_prio_sched_stick_numa unregister_trace_sched_stick_numa check_trace_callback_type_sched_stick_numa trace_sched_stick_numa_enabled trace_sched_swap_numa register_trace_sched_swap_numa register_trace_prio_sched_swap_numa unregister_trace_sched_swap_numa check_trace_callback_type_sched_swap_numa trace_sched_swap_numa_enabled trace_sched_wake_idle_without_ipi register_trace_sched_wake_idle_without_ipi register_trace_prio_sched_wake_idle_without_ipi unregister_trace_sched_wake_idle_without_ipi check_trace_callback_type_sched_wake_idle_without_ipi trace_sched_wake_idle_without_ipi_enabled trace_pelt_cfs_tp register_trace_pelt_cfs_tp register_trace_prio_pelt_cfs_tp unregister_trace_pelt_cfs_tp check_trace_callback_type_pelt_cfs_tp trace_pelt_cfs_tp_enabled trace_pelt_rt_tp register_trace_pelt_rt_tp register_trace_prio_pelt_rt_tp unregister_trace_pelt_rt_tp check_trace_callback_type_pelt_rt_tp trace_pelt_rt_tp_enabled trace_pelt_dl_tp register_trace_pelt_dl_tp register_trace_prio_pelt_dl_tp unregister_trace_pelt_dl_tp check_trace_callback_type_pelt_dl_tp trace_pelt_dl_tp_enabled trace_pelt_thermal_tp register_trace_pelt_thermal_tp register_trace_prio_pelt_thermal_tp unregister_trace_pelt_thermal_tp check_trace_callback_type_pelt_thermal_tp trace_pelt_thermal_tp_enabled trace_pelt_irq_tp register_trace_pelt_irq_tp register_trace_prio_pelt_irq_tp unregister_trace_pelt_irq_tp check_trace_callback_type_pelt_irq_tp trace_pelt_irq_tp_enabled trace_pelt_se_tp register_trace_pelt_se_tp register_trace_prio_pelt_se_tp unregister_trace_pelt_se_tp check_trace_callback_type_pelt_se_tp trace_pelt_se_tp_enabled trace_sched_cpu_capacity_tp register_trace_sched_cpu_capacity_tp register_trace_prio_sched_cpu_capacity_tp unregister_trace_sched_cpu_capacity_tp check_trace_callback_type_sched_cpu_capacity_tp trace_sched_cpu_capacity_tp_enabled trace_sched_overutilized_tp register_trace_sched_overutilized_tp register_trace_prio_sched_overutilized_tp unregister_trace_sched_overutilized_tp check_trace_callback_type_sched_overutilized_tp trace_sched_overutilized_tp_enabled trace_sched_util_est_cfs_tp register_trace_sched_util_est_cfs_tp register_trace_prio_sched_util_est_cfs_tp unregister_trace_sched_util_est_cfs_tp check_trace_callback_type_sched_util_est_cfs_tp trace_sched_util_est_cfs_tp_enabled trace_sched_util_est_se_tp register_trace_sched_util_est_se_tp register_trace_prio_sched_util_est_se_tp unregister_trace_sched_util_est_se_tp check_trace_callback_type_sched_util_est_se_tp trace_sched_util_est_se_tp_enabled trace_sched_update_nr_running_tp register_trace_sched_update_nr_running_tp register_trace_prio_sched_update_nr_running_tp unregister_trace_sched_update_nr_running_tp check_trace_callback_type_sched_update_nr_running_tp trace_sched_update_nr_running_tp_enabled syscall_get_nr syscall_rollback syscall_get_error syscall_get_return_value syscall_set_return_value syscall_get_arguments syscall_get_arch trace_sys_enter register_trace_sys_enter register_trace_prio_sys_enter unregister_trace_sys_enter check_trace_callback_type_sys_enter trace_sys_enter_enabled trace_sys_exit register_trace_sys_exit register_trace_prio_sys_exit unregister_trace_sys_exit check_trace_callback_type_sys_exit trace_sys_exit_enabled init_task_work task_work_pending exit_task_work stp_init_task_work stp_task_work_init stp_task_work_exit stp_task_work_get stp_task_work_put stp_task_work_add stp_task_work_cancel stp_task_work_func_done __stp_utrace_alloc_task_work __stp_utrace_save_regs __stp_utrace_free_task_work_from_pool __stp_utrace_free_task_work stp_lock_task_sighand stp_signal_wake_up utrace_init utrace_exit stp_task_notify_resume utrace_cleanup utrace_cancel_workers utrace_cancel_all_task_work utrace_shutdown find_utrace_bucket get_utrace_struct utrace_task_alloc put_utrace_struct splice_attaching __utrace_engine_release engine_matches find_matching_engine utrace_add_engine utrace_attach_task utrace_detached_quiesce utrace_detached_reap get_utrace_lock put_detached_list mark_engine_wants_stop clear_engine_wants_stop engine_wants_stop utrace_set_events mark_engine_detached utrace_do_stop utrace_wakeup utrace_reset utrace_finish_stop utrace_stop utrace_maybe_reap utrace_control_dead utrace_control utrace_barrier start_report finish_report_reset finish_report finish_callback_report finish_callback start_callback utrace_report_exec utrace_exec_work utrace_report_syscall_entry utrace_syscall_entry_work utrace_report_syscall_exit utrace_syscall_exit_work utrace_report_clone utrace_clone_work utrace_finish_vfork utrace_report_death finish_resume_report utrace_resume utrace_report_work __get_unaligned_cpu16 __get_unaligned_cpu32 __get_unaligned_cpu64 __put_unaligned_cpu16 __put_unaligned_cpu32 __put_unaligned_cpu64 jhash jhash2 __jhash_nwords jhash_3words jhash_2words jhash_1word __stp_tf_map_initialize __stp_tf_map_get_free_entry __stp_tf_map_put_free_entry __stp_tf_map_hash __stp_tf_get_map_entry __stp_tf_add_map __stp_tf_remove_map_entry fput_light fdput __to_fd fdget fdget_raw fdget_pos fdput_pos receive_fd_user __stp_tf_vma_new_entry __stp_tf_vma_put_entry stap_initialize_vma_map stap_destroy_vma_map __stp_tf_get_vma_bucket stap_add_vma_map_info stap_extend_vma_map_info stap_remove_vma_map_info stap_find_vma_map_info stap_find_vma_map_info_user stap_drop_vma_maps stap_find_exe_file __stp_tf_task_work_free __stp_tf_task_worker_fn __stp_tf_init_task_work __stp_tf_task_work_add __stp_tf_alloc_task_work __stp_tf_cancel_all_task_work stap_register_task_finder_target stap_utrace_detach stap_utrace_detach_ops __stp_get_mm_path __stp_utrace_attach stap_utrace_attach __stp_call_callbacks __verify_build_id __stp_call_mmap_callbacks __stp_find_file_based_vma __stp_call_mmap_callbacks_with_addr __stp_call_munmap_callbacks __stp_call_mprotect_callbacks __stp_utrace_attach_match_filename __stp_utrace_attach_match_tsk __stp_tf_clone_worker __stp_utrace_task_finder_report_clone __stp_utrace_task_finder_report_exec stap_utrace_task_finder_report_death __stp_utrace_task_finder_target_exec __stp_utrace_task_finder_target_death __stp_call_mmap_callbacks_for_task __stp_tf_quiesce_worker __stp_utrace_task_finder_target_quiesce __stp_utrace_task_finder_target_syscall_entry __stp_tf_mmap_worker __stp_utrace_task_finder_target_syscall_exit stap_start_task_finder stap_task_finder_post_init stap_task_finder_complete stap_stop_task_finder _stp_vma_match_vdso _stp_vma_exec_cb _stp_vma_mmap_cb _stp_vma_munmap_cb _stp_vma_init _stp_vma_done get_unaligned_le16 get_unaligned_le32 get_unaligned_le64 put_unaligned_le16 put_unaligned_le32 put_unaligned_le64 get_unaligned_be16 get_unaligned_be32 get_unaligned_be64 put_unaligned_be16 put_unaligned_be32 put_unaligned_be64 __get_unaligned_be24 get_unaligned_be24 __get_unaligned_le24 get_unaligned_le24 __put_unaligned_be24 put_unaligned_be24 __put_unaligned_le24 put_unaligned_le24 __put_unaligned_be48 put_unaligned_be48 __get_unaligned_be48 get_unaligned_be48 _stp_kmodule_relocate _stp_umodule_relocate _stp_kmod_sec_lookup _stp_umod_lookup _stp_kallsyms_lookup _stp_linenumber_lookup _stp_build_id_check _stp_module_check _stp_kmodule_check _stp_usermodule_check _stp_snprint_addr _stp_print_addr _stp_kmodule_update_address kallsyms_lookup_name kallsyms_on_each_symbol lookup_bad_addr_user lookup_bad_addr _stp_stat_alloc _stp_stat_free _stp_stat_calc_buckets needed_space _stp_bucket_to_val _stp_val_to_bucket _stp_stat_print_histogram_buf _stp_stat_print_histogram __stp_stat_add _stp_stat_init _stp_stat_del _stp_stat_add _stp_stat_clear_data _stp_stat_get _stp_stat_clear param_set_int64_t param_get_int64_t stp_synchronize_sched init_module cleanup_module _stp_runtime_contexts_alloc _stp_runtime_context_trylock _stp_runtime_context_unlock _stp_runtime_contexts_free _stp_runtime_get_context _stp_runtime_entryfn_get_context _stp_runtime_entryfn_put_context _stp_runtime_context_wait string_unescape_inplace string_unescape_any string_unescape_any_inplace string_escape_mem_any_np string_escape_str string_escape_str_any_np string_upper string_lower str_yes_no str_on_off str_enable_disable str_enabled_disabled seq_has_overflowed seq_get_buf seq_commit seq_setwidth seq_escape_str seq_escape seq_user_ns seq_show_option debugfs_create_xul user_path_at nd_terminate_link retry_estale kernel_read_file_id_str lsmblob_init lsmblob_is_set lsmblob_equal lsm_multiple_contexts lsmblob_value lsmblob_first lsm_task_ilsm kernel_load_data_id_str __stp_relay_switch_subbuf __stp_relay_buf_empty __stp_relay_file_poll __stp_relay_file_read __stp_relay_wakeup_readers __stp_relay_wakeup_timer __stp_relay_timer_init _stp_transport_get_state _stp_transport_data_fs_overwrite __stp_relay_subbuf_start_callback __stp_relay_remove_buf_file_callback __stp_relay_create_buf_file_callback _stp_transport_data_fs_start _stp_transport_data_fs_stop _stp_transport_data_fs_close _stp_transport_data_fs_init _stp_data_write_reserve _stp_data_entry_data _stp_data_write_commit _stp_debugfs_ctl_write_fs _stp_debugfs_register_ctl_channel_fs _stp_debugfs_unregister_ctl_channel_fs _stp_debugfs_transport_fs_init _stp_debugfs_transport_fs_close _stp_lock_transport_dir _stp_unlock_transport_dir _stp_debugfs_get_root_dir _stp_debugfs_remove_root_dir _stp_debugfs_get_module_dir __stp_debugfs_relay_remove_buf_file_callback __stp_debugfs_relay_create_buf_file_callback proc_set_user
  145. In file included from /usr/share/systemtap/runtime/transport/procfs.c:13,
  146. from /usr/share/systemtap/runtime/transport/transport.c:72,
  147. from /usr/share/systemtap/runtime/linux/print.c:17,
  148. from /usr/share/systemtap/runtime/print.c:17,
  149. from /usr/share/systemtap/runtime/runtime_context.h:22,
  150. from <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_src.c:49:
  151. /usr/share/systemtap/runtime/proc_fs_compatibility.h:29:13: error: static declaration of ‘proc_set_user’ follows non-static declaration
  152. 29 | static void proc_set_user(struct proc_dir_entry *de, kuid_t uid, kgid_t gid)
  153. | ^~~~~~~~~~~~~
  154. In file included from /usr/share/systemtap/runtime/linux/runtime.h:22,
  155. from /usr/share/systemtap/runtime/runtime.h:26,
  156. from <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_src.c:21:
  157. ./include/linux/proc_fs.h:112:13: note: previous declaration of ‘proc_set_user’ with type ‘void(struct proc_dir_entry *, kuid_t, kgid_t)’
  158. 112 | extern void proc_set_user(struct proc_dir_entry *, kuid_t, kgid_t);
  159. | ^~~~~~~~~~~~~
  160. In file included from /usr/share/systemtap/runtime/transport/procfs.c:13,
  161. from /usr/share/systemtap/runtime/transport/transport.c:72,
  162. from /usr/share/systemtap/runtime/linux/print.c:17,
  163. from /usr/share/systemtap/runtime/print.c:17,
  164. from /usr/share/systemtap/runtime/runtime_context.h:22,
  165. from <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_src.c:49:
  166. /usr/share/systemtap/runtime/proc_fs_compatibility.h: In function ‘proc_set_user’:
  167. /usr/share/systemtap/runtime/proc_fs_compatibility.h:31:11: error: invalid use of undefined type ‘struct proc_dir_entry’
  168. 31 | de->uid = __kuid_val(uid);
  169. | ^~
  170. /usr/share/systemtap/runtime/proc_fs_compatibility.h:32:11: error: invalid use of undefined type ‘struct proc_dir_entry’
  171. 32 | de->gid = __kgid_val(gid);
  172. | ^~
  173. proc_remove
  174. /usr/share/systemtap/runtime/proc_fs_compatibility.h:47:13: error: static declaration of ‘proc_remove’ follows non-static declaration
  175. 47 | static void proc_remove(struct proc_dir_entry *de)
  176. | ^~~~~~~~~~~
  177. In file included from /usr/share/systemtap/runtime/linux/runtime.h:22,
  178. from /usr/share/systemtap/runtime/runtime.h:26,
  179. from <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_src.c:21:
  180. ./include/linux/proc_fs.h:124:13: note: previous declaration of ‘proc_remove’ with type ‘void(struct proc_dir_entry *)’
  181. 124 | extern void proc_remove(struct proc_dir_entry *);
  182. | ^~~~~~~~~~~
  183. In file included from /usr/share/systemtap/runtime/transport/procfs.c:13,
  184. from /usr/share/systemtap/runtime/transport/transport.c:72,
  185. from /usr/share/systemtap/runtime/linux/print.c:17,
  186. from /usr/share/systemtap/runtime/print.c:17,
  187. from /usr/share/systemtap/runtime/runtime_context.h:22,
  188. from <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_src.c:49:
  189. /usr/share/systemtap/runtime/proc_fs_compatibility.h: In function ‘proc_remove’:
  190. /usr/share/systemtap/runtime/proc_fs_compatibility.h:49:21: error: invalid use of undefined type ‘struct proc_dir_entry’
  191. 49 | if (de && de->subdir == NULL) {
  192. | ^~
  193. /usr/share/systemtap/runtime/proc_fs_compatibility.h:50:36: error: invalid use of undefined type ‘struct proc_dir_entry’
  194. 50 | if (atomic_read(&de->count) != LAST_ENTRY_COUNT)
  195. | ^~
  196. In file included from ./include/asm-generic/bug.h:22,
  197. from ./arch/x86/include/asm/bug.h:87,
  198. from ./include/linux/bug.h:5,
  199. from ./include/linux/mmdebug.h:5,
  200. from ./include/linux/gfp.h:5,
  201. from /usr/share/systemtap/runtime/linux/runtime_defines.h:20,
  202. from /usr/share/systemtap/runtime/runtime_defines.h:8,
  203. from <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_src.c:12:
  204. /usr/share/systemtap/runtime/proc_fs_compatibility.h:54:34: error: invalid use of undefined type ‘struct proc_dir_entry’
  205. 54 | de->name);
  206. | ^~
  207. ./include/linux/printk.h:436:33: note: in definition of macro ‘printk_index_wrap’
  208. 436 | _p_func(_fmt, ##__VA_ARGS__); \
  209. | ^~~~~~~~~~~
  210. /usr/share/systemtap/runtime/proc_fs_compatibility.h:51:25: note: in expansion of macro ‘printk’
  211. 51 | printk(KERN_ERR "Removal of %s from /proc"
  212. | ^~~~~~
  213. In file included from /usr/share/systemtap/runtime/transport/procfs.c:13,
  214. from /usr/share/systemtap/runtime/transport/transport.c:72,
  215. from /usr/share/systemtap/runtime/linux/print.c:17,
  216. from /usr/share/systemtap/runtime/print.c:17,
  217. from /usr/share/systemtap/runtime/runtime_context.h:22,
  218. from <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_src.c:49:
  219. /usr/share/systemtap/runtime/proc_fs_compatibility.h:55:37: error: invalid use of undefined type ‘struct proc_dir_entry’
  220. 55 | remove_proc_entry(de->name, de->parent);
  221. | ^~
  222. /usr/share/systemtap/runtime/proc_fs_compatibility.h:55:47: error: invalid use of undefined type ‘struct proc_dir_entry’
  223. 55 | remove_proc_entry(de->name, de->parent);
  224. | ^~
  225. _stp_mkdir_proc_module _stp_rmdir_proc_module _stp_procfs_ctl_write_fs _stp_proc_ctl_read_bufsize _stp_procfs_register_ctl_channel_fs _stp_procfs_unregister_ctl_channel_fs _stp_procfs_transport_fs_init _stp_procfs_transport_fs_close _stp_procfs_get_module_dir __stp_procfs_relay_remove_buf_file_callback __stp_procfs_relay_create_buf_file_callback _stp_mempool_destroy _stp_mempool_init _stp_mempool_alloc _stp_mempool_free _stp_set_stext _stp_do_relocation put_module_sect_attrs _stp_read_file_from_path read_sect_sysfs get_module_sect_attrs _stp_module_notifier _stp_module_update_self _stp_module_panic_notifier _stp_ctl_write_cmd _stp_ctl_alloc_special_buffers _stp_ctl_free_special_buffers _stp_ctl_get_buffer _stp_ctl_free_buffer _stp_ctl_send _stp_ctl_log_werr _stp_ctl_send_notify _stp_ctl_read_cmd _stp_ctl_open_cmd _stp_ctl_close_cmd _stp_ctl_poll_cmd _stp_register_ctl_channel _stp_unregister_ctl_channel __check__stp_bufsize _stp_transport_fs_init _stp_transport_fs_close _stp_ctl_write_fs _stp_register_ctl_channel_fs _stp_unregister_ctl_channel_fs _stp_get_module_dir _stp_handle_start _stp_handle_kallsyms_lookups _stp_cleanup_and_exit _stp_request_exit _stp_detach _stp_attach _stp_ctl_work_callback _stp_transport_close _stp_transport_init _stp_lock_inode _stp_unlock_inode _stp_handle_tzinfo _stp_handle_privilege_credentials _stp_handle_remote_id _stp_handle_namespaces_pid skip_atoi number number_size _stp_vsprint_char _stp_vsprint_char_size _stp_vsprint_memory _stp_vsprint_memory_size check_binary_precision _stp_vsprint_binary _stp_vsprint_binary_size _stp_vsnprintf __stp_print_flush _stp_print_trylock_irqsave _stp_print_unlock_irqrestore _stp_print_init _stp_print_cleanup _stp_print_flush _stp_reserve_bytes _stp_unreserve_bytes _stp_print_binary _stp_printf _stp_print _stp_print_char _stp_print_kernel_info _stp_vlog _stp_warn _stp_exit _stp_error _stp_softerror _stp_dbug module_refresher module_refresh_timer_cb get_task_from_pid get_pid_namespace _stp_task_struct_valid from_target_pid_ns get_user_namespace from_target_user_ns session_state error_count skipped_count skipped_count_lowstack skipped_count_reentrant skipped_count_uprobe_reg skipped_count_uprobe_unreg stp_session_init stp_unlock_probe stp_lock_probe probe_6333 function___global_exit__overload_0 enter_be_probe add_probe remove_probe get_tracepoint add_tracepoint remove_tracepoint do_tracepoint_probe_register do_tracepoint_probe_unregister stp_tracepoint_probe_register stp_tracepoint_probe_unregister stp_tracepoint_coming stp_tracepoint_going stp_tracepoint_notify stp_tracepoint_module_init stp_tracepoint_module_exit stp_kernel_tracepoint_add stp_kernel_tracepoint_remove stp_tracepoint_init stp_tracepoint_exit systemtap_module_init systemtap_module_refresh systemtap_module_exit systemtap_kernel_module_init systemtap_kernel_module_exit
  226. Analyzing compilation unit
  227.  
  228. Time variable usr sys wall GGC
  229. phase setup : 0.00 ( 0%) 0.00 ( 0%) 0.00 ( 0%) 1374k ( 2%)
  230. phase parsing : 0.40 ( 98%) 0.37 (100%) 0.77 ( 97%) 69M ( 94%)
  231. phase opt and generate : 0.01 ( 2%) 0.00 ( 0%) 0.01 ( 1%) 2806k ( 4%)
  232. preprocessing : 0.14 ( 34%) 0.11 ( 30%) 0.18 ( 23%) 31M ( 43%)
  233. lexical analysis : 0.09 ( 22%) 0.03 ( 8%) 0.29 ( 37%) 0 ( 0%)
  234. parser (global) : 0.06 ( 15%) 0.08 ( 22%) 0.06 ( 8%) 13M ( 19%)
  235. parser struct body : 0.02 ( 5%) 0.01 ( 3%) 0.00 ( 0%) 1808k ( 2%)
  236. parser function body : 0.02 ( 5%) 0.02 ( 5%) 0.06 ( 8%) 7426k ( 10%)
  237. parser inl. func. body : 0.07 ( 17%) 0.12 ( 32%) 0.18 ( 23%) 14M ( 20%)
  238. tree gimplify : 0.00 ( 0%) 0.00 ( 0%) 0.01 ( 1%) 1743k ( 2%)
  239. tree CFG cleanup : 0.01 ( 2%) 0.00 ( 0%) 0.00 ( 0%) 848 ( 0%)
  240. TOTAL : 0.41 0.37 0.79 74M
  241. make[1]: *** [scripts/Makefile.build:257: <server>/stap000000/stap_44621a3e20f38e1a82b1cb20ff27737b_949_src.o] Error 1
  242. make: *** [Makefile:1850: <server>/stap000000] Error 2
  243. Spawn waitpid result (0x200): 2
  244. WARNING: kbuild exited with status: 2
  245. Pass 4: compiled C into "stap_44621a3e20f38e1a82b1cb20ff27737b_949.ko" in 23540usr/2950sys/3721real ms.
  246. Pass 4: compilation failed. [man error::pass4]
  247. Tip: /usr/share/doc/systemtap/README.Debian should help you get started.
  248. Passes: via server host=Lenovo-Legion-5-15IMH05H.local address=fe80::5c0c:2aa3:38c2:31e4%wlp0s20f3 port=44179 sysinfo="5.19.0-32-generic x86_64" version=4.6 certinfo="00:be:bd:e0:57" using 47088virt/16388res/13940shr/1760data kb, in 40usr/270sys/4812real ms.
  249. Passes: via server failed. Try again with another '-v' option.
  250. The kernel on your system requires modules to be signed for loading.
  251. The module created by compiling your script must be signed by a systemtap compile-server. [man stap-server]
  252. --use-server was automatically selected in order to request compilation by a compile-server.
  253. than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -fno-stack-clash-protection -fzero-call-used-regs=used-gpr -pg -mrecord-mcount -mfentry -DCC_USING_FENTRY -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wcast-function-type -Wno-stringop-truncation -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -Wno-alloc-size-larger-than -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -Iinclude2/asm/mach-default -I/lib/modules/5.19.0-32-generic/build -include <server>/stap000000/stapconf_559e81514f35e2b78119031fe34709fc_737.h -ftime-report -Q -freorder-blocks -fasynchronous-unwind-tables -fno-ipa-icf -Wno-unused -Werror -Wno-pragmas -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -I/usr/share/systemtap/runtime -fsanitize=bounds -fsanitize=shift -fsanitize=bool -fsanitize=enum -DMODULE -DKBUILD_BASENAME='"stap_symbols"' -DKBUILD_MODNAME='"stap_44621a3e20f38e1a82b1cb20ff27737b_949"' -D__KBUILD_MODNAME=kmod_stap_44621a3e20f38e1a82b1cb20ff27737b_949 <server>/stap000000/stap_symbols.c | scripts/genksyms/genksyms -r /dev/null >> <server>/stap000000/.stap_symbols.o.cmd; fi
  254. make[1]: Leaving directory '/usr/src/linux-headers-5.19.0-32-generic'
  255. make: Leaving directory '/usr/src/linux-headers-5.19.0-32-generic'
  256. Tip: /usr/share/doc/systemtap/README.Debian should help you get started.
  257. Running rm -rf /tmp/stapLG0j5R
  258. Spawn waitpid result (0x0): 0
  259. Removed temporary directory "/tmp/stapLG0j5R"
  260. == gcc -v ==
  261. Using built-in specs.
  262. COLLECT_GCC=gcc
  263. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
  264. OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
  265. OFFLOAD_TARGET_DEFAULT=1
  266. Target: x86_64-linux-gnu
  267. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.3.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-xKiWfi/gcc-11-11.3.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
  268. Thread model: posix
  269. Supported LTO compression algorithms: zlib zstd
  270. gcc version 11.3.0 (Ubuntu 11.3.0-1ubuntu1~22.04)
  271. == java -version ==
  272. sh: 1: java: not found
  273. == uname -a ==
  274. Linux Lenovo-Legion-5-15IMH05H 5.19.0-32-generic #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Jan 30 17:03:34 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
  275. == dmesg | fgrep 'Linux version' ==
  276. [ 0.000000] Linux version 5.19.0-32-generic (buildd@lcy02-amd64-026) (x86_64-linux-gnu-gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Jan 30 17:03:34 UTC 2 (Ubuntu 5.19.0-32.33~22.04.1-generic 5.19.17)
  277. == dmesg | egrep 'stap|systemtap' | tail -n 10 ==
  278. == hostname ==
  279. Lenovo-Legion-5-15IMH05H
  280. == nslookup Lenovo-Legion-5-15IMH05H ==
  281. Server: 127.0.0.53
  282. Address: 127.0.0.53#53
  283.  
  284. Name: Lenovo-Legion-5-15IMH05H
  285. Address: 127.0.1.1
  286.  
  287. == cat /etc/hosts ==
  288. 127.0.0.1 localhost
  289. 127.0.1.1 Lenovo-Legion-5-15IMH05H
  290.  
  291. # The following lines are desirable for IPv6 capable hosts
  292. ::1 ip6-localhost ip6-loopback
  293. fe00::0 ip6-localnet
  294. ff00::0 ip6-mcastprefix
  295. ff02::1 ip6-allnodes
  296. ff02::2 ip6-allrouters
  297. == cat /var/log/stap-server/log ==
  298. Mar 2 16:28:05: Starting stap-server -a "x86_64" -B "-e CC=/usr/bin/x86_64-linux-gnu-gcc" -u "<my-username>" --log "/var/log/stap-server/log"
  299. Mar 2 16:28:05: Pass: stap-server start -a "x86_64" -B "-e CC=/usr/bin/x86_64-linux-gnu-gcc" -u "<my-username>" -n "25512" --log "/var/log/stap-server/log"
  300. == cat /proc/cpuinfo | egrep 'processor|vendor_id|model name' ==
  301. processor : 0
  302. vendor_id : GenuineIntel
  303. model name : Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
  304. processor : 1
  305. vendor_id : GenuineIntel
  306. model name : Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
  307. processor : 2
  308. vendor_id : GenuineIntel
  309. model name : Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
  310. processor : 3
  311. vendor_id : GenuineIntel
  312. model name : Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
  313. processor : 4
  314. vendor_id : GenuineIntel
  315. model name : Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
  316. processor : 5
  317. vendor_id : GenuineIntel
  318. model name : Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
  319. processor : 6
  320. vendor_id : GenuineIntel
  321. model name : Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
  322. processor : 7
  323. vendor_id : GenuineIntel
  324. model name : Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
  325. processor : 8
  326. vendor_id : GenuineIntel
  327. model name : Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
  328. processor : 9
  329. vendor_id : GenuineIntel
  330. model name : Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
  331. processor : 10
  332. vendor_id : GenuineIntel
  333. model name : Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
  334. processor : 11
  335. vendor_id : GenuineIntel
  336. model name : Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
  337. == dpkg --list | egrep 'systemtap|elfutils|kernel|linux|gcc|dyninst|java|byteman|avahi|nss|nspr|dejagnu|libdw' | awk '{print $2,$3}' | sort ==
  338. arch-test 0.17-2
  339. avahi-autoipd 0.8-5ubuntu5
  340. avahi-daemon 0.8-5ubuntu5
  341. avahi-utils 0.8-5ubuntu5
  342. binutils-x86-64-linux-gnu 2.38-4ubuntu2.1
  343. console-setup-linux 1.205ubuntu3
  344. elfutils 0.186-1build1
  345. gcc-11 11.3.0-1ubuntu1~22.04
  346. gcc-11-base:amd64 11.3.0-1ubuntu1~22.04
  347. gcc-12-base:amd64 12.1.0-2ubuntu1~22.04
  348. gcc 4:11.2.0-1ubuntu1
  349. gir1.2-javascriptcoregtk-4.0:amd64 2.38.5-0ubuntu0.22.04.1
  350. gjs 1.72.2-0ubuntu1
  351. javascript-common 11+nmu1
  352. kerneloops 0.12+git20140509-6ubuntu5
  353. kmod 29-1ubuntu1
  354. lib32gcc-s1 12.1.0-2ubuntu1~22.04
  355. libavahi-client3:amd64 0.8-5ubuntu5
  356. libavahi-common3:amd64 0.8-5ubuntu5
  357. libavahi-common-data:amd64 0.8-5ubuntu5
  358. libavahi-core7:amd64 0.8-5ubuntu5
  359. libavahi-glib1:amd64 0.8-5ubuntu5
  360. libavahi-ui-gtk3-0:amd64 0.8-5ubuntu5
  361. libdrm2:amd64 2.4.113-2~ubuntu0.22.04.1
  362. libdrm-amdgpu1:amd64 2.4.113-2~ubuntu0.22.04.1
  363. libdrm-common 2.4.113-2~ubuntu0.22.04.1
  364. libdrm-intel1:amd64 2.4.113-2~ubuntu0.22.04.1
  365. libdrm-nouveau2:amd64 2.4.113-2~ubuntu0.22.04.1
  366. libdrm-radeon1:amd64 2.4.113-2~ubuntu0.22.04.1
  367. libdw1:amd64 0.186-1build1
  368. libgcc-11-dev:amd64 11.3.0-1ubuntu1~22.04
  369. libgcc-s1:amd64 12.1.0-2ubuntu1~22.04
  370. libgjs0g:amd64 1.72.2-0ubuntu1
  371. libjansson4:amd64 2.13.1-1.1build3
  372. libjavascriptcoregtk-4.0-18:amd64 2.38.5-0ubuntu0.22.04.1
  373. libnspr4:amd64 2:4.32-3build1
  374. libnss3:amd64 2:3.68.2-0ubuntu1.2
  375. libnss3-tools 2:3.68.2-0ubuntu1.2
  376. libnss-mdns:amd64 0.15.1-1ubuntu1
  377. libnss-systemd:amd64 249.11-0ubuntu3.6
  378. libselinux1:amd64 3.3-1build2
  379. libuno-cppuhelpergcc3-3 1:7.3.7-0ubuntu0.22.04.1
  380. libuno-purpenvhelpergcc3-3 1:7.3.7-0ubuntu0.22.04.1
  381. libuno-salhelpergcc3-3 1:7.3.7-0ubuntu0.22.04.1
  382. libv4l-0:amd64 1.22.1-2build1
  383. libv4lconvert0:amd64 1.22.1-2build1
  384. libxmlsec1-nss:amd64 1.2.33-1build2
  385. libzmq5:amd64 4.3.4-2
  386. linux-base 4.5ubuntu9
  387. linux-cloud-tools-5.15.0-60 5.15.0-60.66
  388. linux-cloud-tools-5.15.0-60-generic 5.15.0-60.66
  389. linux-cloud-tools-5.19.0-32-generic 5.19.0-32.33~22.04.1
  390. linux-cloud-tools-common 5.15.0-60.66
  391. linux-cloud-tools-generic 5.15.0.60.58
  392. linux-firmware 20220329.git681281e4-0ubuntu3.10
  393. linux-generic-hwe-22.04 5.19.0.32.33~22.04.9
  394. linux-headers-5.15.0-60 5.15.0-60.66
  395. linux-headers-5.15.0-60-generic 5.15.0-60.66
  396. linux-headers-5.15.0-67 5.15.0-67.74
  397. linux-headers-5.15.0-67-generic 5.15.0-67.74
  398. linux-headers-5.19.0-32-generic 5.19.0-32.33~22.04.1
  399. linux-headers-generic 5.15.0.67.65
  400. linux-headers-generic-hwe-22.04 5.19.0.32.33~22.04.9
  401. linux-hwe-5.19-cloud-tools-5.19.0-32 5.19.0-32.33~22.04.1
  402. linux-hwe-5.19-headers-5.19.0-32 5.19.0-32.33~22.04.1
  403. linux-hwe-5.19-tools-5.19.0-32 5.19.0-32.33~22.04.1
  404. linux-image-5.15.0-43-generic 5.15.0-43.46
  405. linux-image-5.15.0-56-generic 5.15.0-56.62
  406. linux-image-5.15.0-58-generic 5.15.0-58.64
  407. linux-image-5.15.0-60-generic 5.15.0-60.66
  408. linux-image-5.19.0-32-generic 5.19.0-32.33~22.04.1
  409. linux-image-5.19.0-32-generic-dbgsym 5.19.0-32.33~22.04.1
  410. linux-image-generic-hwe-22.04 5.19.0.32.33~22.04.9
  411. linux-image-unsigned-5.19.0-32-generic-dbgsym 5.19.0-32.33~22.04.1
  412. linux-libc-dev:amd64 5.15.0-60.66
  413. linux-modules-5.15.0-43-generic 5.15.0-43.46
  414. linux-modules-5.15.0-56-generic 5.15.0-56.62
  415. linux-modules-5.15.0-58-generic 5.15.0-58.64
  416. linux-modules-5.15.0-60-generic 5.15.0-60.66
  417. linux-modules-5.19.0-32-generic 5.19.0-32.33~22.04.1
  418. linux-modules-extra-5.15.0-43-generic 5.15.0-43.46
  419. linux-modules-extra-5.15.0-56-generic 5.15.0-56.62
  420. linux-modules-extra-5.15.0-58-generic 5.15.0-58.64
  421. linux-modules-extra-5.15.0-60-generic 5.15.0-60.66
  422. linux-modules-extra-5.19.0-32-generic 5.19.0-32.33~22.04.1
  423. linux-sound-base 1.0.25+dfsg-0ubuntu7
  424. linux-tools-5.15.0-56 5.15.0-56.62
  425. linux-tools-5.15.0-56-generic 5.15.0-56.62
  426. linux-tools-5.15.0-60 5.15.0-60.66
  427. linux-tools-5.15.0-60-generic 5.15.0-60.66
  428. linux-tools-5.19.0-32-generic 5.19.0-32.33~22.04.1
  429. linux-tools-common 5.15.0-60.66
  430. linux-tools-generic 5.15.0.60.58
  431. openssh-client 1:8.9p1-3ubuntu0.1
  432. openssl 3.0.2-0ubuntu1.8
  433. perl-openssl-defaults:amd64 5build2
  434. pptp-linux 1.10.0-1build3
  435. python3-ipykernel 6.7.0-1
  436. rsyslog 8.2112.0-2ubuntu2.2
  437. systemtap 4.6-2
  438. systemtap-client 4.6-2
  439. systemtap-common 4.6-2
  440. systemtap-dbgsym 4.6-2
  441. systemtap-doc 4.6-2
  442. systemtap-runtime 4.6-2
  443. systemtap-runtime-dbgsym 4.6-2
  444. systemtap-sdt-dev:amd64 4.6-2
  445. systemtap-server 4.6-2
  446. systemtap-server-dbgsym 4.6-2
  447. util-linux 2.37.2-4ubuntu3
  448. == egrep 'PROBE|RANDOMIZE|RELOC|TRACE|MARKER|KALLSYM|_DEBUG_|LOCKDEP|LOCKING|MODULE|FENTRY|_SIG|BPF' /lib/modules/5.19.0-32-generic/build/.config | grep -v not.set | sort | fmt -w 80 ==
  449. # BPF subsystem CONFIG_AD_SIGMA_DELTA=m CONFIG_AIC79XX_DEBUG_MASK=0
  450. CONFIG_AIC7XXX_DEBUG_MASK=0 CONFIG_ARCH_CORRECT_STACKTRACE_ON_KRETPROBE=y
  451. CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y
  452. CONFIG_ARCH_HAS_DEBUG_WX=y CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
  453. CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y CONFIG_ARCH_MEMORY_PROBE=y
  454. CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y CONFIG_ARCH_SUPPORTS_UPROBES=y
  455. CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y CONFIG_BLK_DEBUG_FS=y
  456. CONFIG_BLK_DEBUG_FS_ZONED=y CONFIG_BLK_DEV_IO_TRACE=y CONFIG_BPF_EVENTS=y
  457. CONFIG_BPFILTER_UMH=m CONFIG_BPFILTER=y CONFIG_BPF_JIT_ALWAYS_ON=y
  458. CONFIG_BPF_JIT_DEFAULT_ON=y CONFIG_BPF_JIT=y CONFIG_BPF_KPROBE_OVERRIDE=y
  459. CONFIG_BPF_LSM=y CONFIG_BPF_STREAM_PARSER=y CONFIG_BPF_SYSCALL=y
  460. CONFIG_BPF_UNPRIV_DEFAULT_OFF=y CONFIG_BPF=y CONFIG_CAPI_TRACE=y
  461. CONFIG_CB710_DEBUG_ASSUMPTIONS=y CONFIG_CC_HAS_SANCOV_TRACE_PC=y
  462. CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y CONFIG_CGROUP_BPF=y
  463. CONFIG_CHECK_SIGNATURE=y CONFIG_COMPAT_OLD_SIGACTION=y
  464. CONFIG_CONTEXT_SWITCH_TRACER=y CONFIG_DEBUG_BUGVERBOSE=y
  465. CONFIG_DEBUG_FS_ALLOW_ALL=y CONFIG_DEBUG_FS=y CONFIG_DEBUG_INFO_BTF_MODULES=y
  466. CONFIG_DEBUG_INFO_BTF=y CONFIG_DEBUG_INFO_DWARF5=y CONFIG_DEBUG_INFO=y
  467. CONFIG_DEBUG_KERNEL=y CONFIG_DEBUG_MISC=y CONFIG_DEBUG_WX=y
  468. CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG=y CONFIG_DRM_I915_FORCE_PROBE=""
  469. CONFIG_DYNAMIC_DEBUG_CORE=y CONFIG_DYNAMIC_FTRACE_WITH_ARGS=y
  470. CONFIG_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y CONFIG_DYNAMIC_FTRACE_WITH_REGS=y
  471. CONFIG_DYNAMIC_FTRACE=y CONFIG_DYNAMIC_SIGFRAME=y CONFIG_FILE_LOCKING=y
  472. CONFIG_FPROBE=y CONFIG_FS_VERITY_BUILTIN_SIGNATURES=y
  473. CONFIG_FTRACE_MCOUNT_RECORD=y CONFIG_FTRACE_MCOUNT_USE_CC=y
  474. CONFIG_FTRACE_SYSCALLS=y CONFIG_FTRACE=y CONFIG_FUNCTION_GRAPH_TRACER=y
  475. CONFIG_FUNCTION_TRACER=y CONFIG_GENERIC_CPU_AUTOPROBE=y
  476. CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_TRACER=y
  477. CONFIG_GFS2_FS_LOCKING_DLM=y CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y
  478. CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y CONFIG_HAVE_ARCH_TRACEHOOK=y
  479. CONFIG_HAVE_DEBUG_KMEMLEAK=y CONFIG_HAVE_DYNAMIC_FTRACE_WITH_ARGS=y
  480. CONFIG_HAVE_DYNAMIC_FTRACE_WITH_DIRECT_CALLS=y
  481. CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y CONFIG_HAVE_DYNAMIC_FTRACE=y
  482. CONFIG_HAVE_EBPF_JIT=y CONFIG_HAVE_FENTRY=y CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
  483. CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y CONFIG_HAVE_FUNCTION_TRACER=y
  484. CONFIG_HAVE_KPROBES_ON_FTRACE=y CONFIG_HAVE_KPROBES=y CONFIG_HAVE_KRETPROBES=y
  485. CONFIG_HAVE_MMIOTRACE_SUPPORT=y CONFIG_HAVE_OPTPROBES=y
  486. CONFIG_HAVE_RELIABLE_STACKTRACE=y CONFIG_HAVE_SAMPLE_FTRACE_DIRECT_MULTI=y
  487. CONFIG_HAVE_SAMPLE_FTRACE_DIRECT=y CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
  488. CONFIG_HID_SIGMAMICRO=m CONFIG_HWLAT_TRACER=y CONFIG_INTEGRITY_SIGNATURE=y
  489. CONFIG_IPV6_SEG6_BPF=y CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y
  490. CONFIG_KALLSYMS_ALL=y CONFIG_KALLSYMS_BASE_RELATIVE=y CONFIG_KALLSYMS=y
  491. CONFIG_KEXEC_BZIMAGE_VERIFY_SIG=y CONFIG_KEXEC_SIG=y CONFIG_KPROBE_EVENTS=y
  492. CONFIG_KPROBES_ON_FTRACE=y CONFIG_KPROBES=y CONFIG_KRETPROBE_ON_RETHOOK=y
  493. CONFIG_KRETPROBES=y CONFIG_LOCKDEP_SUPPORT=y CONFIG_LWTUNNEL_BPF=y
  494. CONFIG_MMIOTRACE=y CONFIG_MODPROBE_PATH="/sbin/modprobe"
  495. CONFIG_MODULE_COMPRESS_NONE=y CONFIG_MODULE_SIG_ALL=y
  496. CONFIG_MODULE_SIG_FORMAT=y CONFIG_MODULE_SIG_HASH="sha512"
  497. CONFIG_MODULE_SIG_KEY="certs/signing_key.pem" CONFIG_MODULE_SIG_KEY_TYPE_RSA=y
  498. CONFIG_MODULE_SIG_SHA512=y CONFIG_MODULE_SIG=y CONFIG_MODULE_SRCVERSION_ALL=y
  499. CONFIG_MODULES_TREE_LOOKUP=y CONFIG_MODULES_USE_ELF_RELA=y
  500. CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y CONFIG_MTD_GEN_PROBE=m
  501. CONFIG_MTD_JEDECPROBE=m CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0
  502. CONFIG_MTD_QINFO_PROBE=m CONFIG_NET_ACT_BPF=m CONFIG_NET_CLS_BPF=m
  503. CONFIG_NETFILTER_XT_MATCH_BPF=m CONFIG_NETFILTER_XT_TARGET_TRACE=m
  504. CONFIG_NOP_TRACER=y CONFIG_NOUVEAU_DEBUG_DEFAULT=3
  505. CONFIG_OCFS2_DEBUG_MASKLOG=y CONFIG_OLD_SIGSUSPEND3=y CONFIG_OPTPROBES=y
  506. CONFIG_PM_TRACE_RTC=y CONFIG_PM_TRACE=y CONFIG_PROBE_EVENTS=y
  507. CONFIG_PTE_MARKER_UFFD_WP=y CONFIG_PTE_MARKER=y CONFIG_RANDOMIZE_BASE=y
  508. CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT=y CONFIG_RANDOMIZE_KSTACK_OFFSET=y
  509. CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING=0xa CONFIG_RANDOMIZE_MEMORY=y
  510. CONFIG_RELOCATABLE=y CONFIG_SAMPLE_FTRACE_DIRECT=m CONFIG_SAMPLE_TRACE_ARRAY=m
  511. CONFIG_SAMPLE_TRACE_PRINTK=m CONFIG_SCHED_TRACER=y CONFIG_SCSI_IPR_TRACE=y
  512. CONFIG_SECURITY_SMACK_APPEND_SIGNALS=y CONFIG_SIGNALFD=y CONFIG_SIGNATURE=y
  513. CONFIG_SIGNED_PE_FILE_VERIFICATION=y CONFIG_SND_HDA_CODEC_SIGMATEL=m
  514. CONFIG_SND_SOC_SIGMADSP_I2C=m CONFIG_SND_SOC_SIGMADSP=m
  515. CONFIG_SND_SOC_SIGMADSP_REGMAP=m CONFIG_SND_SOC_SOF_DEBUG_PROBES=m
  516. CONFIG_SND_SOC_SOF_HDA_PROBES=m CONFIG_SND_SOC_SOF_PROBE_WORK_QUEUE=y
  517. CONFIG_STACK_TRACER=y CONFIG_STACKTRACE_SUPPORT=y CONFIG_STACKTRACE=y
  518. CONFIG_STM_SOURCE_FTRACE=m CONFIG_STRICT_MODULE_RWX=y
  519. CONFIG_SYSCTL_EXCEPTION_TRACE=y CONFIG_TASKS_TRACE_RCU=y
  520. CONFIG_TEST_BPF=m CONFIG_TRACE_CLOCK=y CONFIG_TRACE_EVENT_INJECT=y
  521. CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y CONFIG_TRACE_IRQFLAGS_SUPPORT=y
  522. CONFIG_TRACEPOINTS=y CONFIG_TRACER_MAX_TRACE=y CONFIG_TRACER_SNAPSHOT=y
  523. CONFIG_UPROBE_EVENTS=y CONFIG_UPROBES=y CONFIG_USER_STACKTRACE_SUPPORT=y
  524. CONFIG_VERSION_SIGNATURE="Ubuntu 5.19.0-32.33~22.04.1-generic 5.19.17"
  525. CONFIG_X86_DEBUG_FPU=y CONFIG_X86_NEED_RELOCS=y # end of BPF subsystem
  526. == find /debugfs /proc /sys /dev /sys/kernel/debug -type f -path '*kprobe*' -o -path '*yama*' 2>/dev/null | xargs grep -H . ==
  527. /proc/sys/debug/kprobes-optimization:1
  528. grep: /proc/sys/kernel/yama: Is a directory
  529. /proc/sys/kernel/yama/ptrace_scope:1
  530. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400900-0xffffffffae400920 asm_exc_divide_error
  531. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400920-0xffffffffae400940 asm_exc_overflow
  532. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400940-0xffffffffae400960 asm_exc_bounds
  533. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400960-0xffffffffae400980 asm_exc_device_not_available
  534. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400980-0xffffffffae4009a0 asm_exc_coproc_segment_overrun
  535. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4009a0-0xffffffffae4009c0 asm_exc_spurious_interrupt_bug
  536. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4009c0-0xffffffffae4009e0 asm_exc_coprocessor_error
  537. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4009e0-0xffffffffae400a00 asm_exc_simd_coprocessor_error
  538. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a00-0xffffffffae400a30 asm_exc_invalid_tss
  539. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a30-0xffffffffae400a60 asm_exc_segment_not_present
  540. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a60-0xffffffffae400a90 asm_exc_stack_segment
  541. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a90-0xffffffffae400ac0 asm_exc_general_protection
  542. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ac0-0xffffffffae400af0 asm_exc_alignment_check
  543. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400af0-0xffffffffae400b10 asm_exc_invalid_op
  544. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400b10-0xffffffffae400b50 asm_exc_int3
  545. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400b50-0xffffffffae400b80 asm_exc_page_fault
  546. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400b80-0xffffffffae400bc0 asm_exc_machine_check
  547. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400bc0-0xffffffffae400be0 asm_xenpv_exc_machine_check
  548. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400be0-0xffffffffae400c00 asm_exc_nmi_noist
  549. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c00-0xffffffffae400c20 asm_xenpv_exc_nmi
  550. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c20-0xffffffffae400c60 asm_exc_debug
  551. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c60-0xffffffffae400c80 asm_xenpv_exc_debug
  552. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c80-0xffffffffae400cb0 asm_exc_double_fault
  553. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400cb0-0xffffffffae400ce0 asm_xenpv_exc_double_fault
  554. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ce0-0xffffffffae400d50 asm_exc_vmm_communication
  555. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400d50-0xffffffffae400d70 asm_exc_xen_hypervisor_callback
  556. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400d70-0xffffffffae400d90 asm_exc_xen_unknown_trap
  557. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400d90-0xffffffffae400dc0 asm_exc_virtualization_exception
  558. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400dc0-0xffffffffae400e00 asm_common_interrupt
  559. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e00-0xffffffffae400e30 asm_spurious_interrupt
  560. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e30-0xffffffffae400e50 asm_sysvec_error_interrupt
  561. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e50-0xffffffffae400e70 asm_sysvec_spurious_apic_interrupt
  562. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e70-0xffffffffae400e90 asm_sysvec_apic_timer_interrupt
  563. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e90-0xffffffffae400eb0 asm_sysvec_x86_platform_ipi
  564. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400eb0-0xffffffffae400ed0 asm_sysvec_reschedule_ipi
  565. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ed0-0xffffffffae400ef0 asm_sysvec_irq_move_cleanup
  566. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ef0-0xffffffffae400f10 asm_sysvec_reboot
  567. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f10-0xffffffffae400f30 asm_sysvec_call_function_single
  568. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f30-0xffffffffae400f50 asm_sysvec_call_function
  569. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f50-0xffffffffae400f70 asm_sysvec_threshold
  570. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f70-0xffffffffae400f90 asm_sysvec_deferred_error
  571. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f90-0xffffffffae400fb0 asm_sysvec_thermal
  572. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400fb0-0xffffffffae400fd0 asm_sysvec_irq_work
  573. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400fd0-0xffffffffae400ff0 asm_sysvec_kvm_posted_intr_ipi
  574. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ff0-0xffffffffae401010 asm_sysvec_kvm_posted_intr_wakeup_ipi
  575. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401010-0xffffffffae401030 asm_sysvec_kvm_posted_intr_nested_ipi
  576. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401030-0xffffffffae401050 asm_sysvec_hyperv_callback
  577. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401050-0xffffffffae401070 asm_sysvec_hyperv_reenlightenment
  578. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401070-0xffffffffae401090 asm_sysvec_hyperv_stimer0
  579. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401090-0xffffffffae4010b0 asm_sysvec_acrn_hv_callback
  580. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4010b0-0xffffffffae4010d0 asm_sysvec_xen_hvm_callback
  581. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4010d0-0xffffffffae4010f0 asm_sysvec_kvm_asyncpf_interrupt
  582. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4010f0-0xffffffffae401190 common_interrupt_return
  583. /sys/kernel/debug/kprobes/blacklist:0xffffffffad404cef-0xffffffffad404d07 preempt_schedule_thunk
  584. /sys/kernel/debug/kprobes/blacklist:0xffffffffad404d07-0xffffffffad404d1f preempt_schedule_notrace_thunk
  585. /sys/kernel/debug/kprobes/blacklist:0xffffffffad404d1f-0xffffffffad404d40 __thunk_restore
  586. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4058c0-0xffffffffad405920 perf_event_nmi_handler
  587. /sys/kernel/debug/kprobes/blacklist:0xffffffffad40c9f0-0xffffffffad40ca60 perf_ibs_nmi_handler
  588. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d10-0xffffffffad435d20 xen_asm_exc_divide_error
  589. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d20-0xffffffffad435d30 xen_asm_xenpv_exc_debug
  590. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d30-0xffffffffad435d40 xen_asm_exc_int3
  591. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d40-0xffffffffad435d50 xen_asm_xenpv_exc_nmi
  592. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d50-0xffffffffad435d60 xen_asm_exc_overflow
  593. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d60-0xffffffffad435d70 xen_asm_exc_bounds
  594. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d70-0xffffffffad435d80 xen_asm_exc_invalid_op
  595. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d80-0xffffffffad435d90 xen_asm_exc_device_not_available
  596. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d90-0xffffffffad435da0 xen_asm_xenpv_exc_double_fault
  597. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435da0-0xffffffffad435db0 xen_asm_exc_coproc_segment_overrun
  598. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435db0-0xffffffffad435dc0 xen_asm_exc_invalid_tss
  599. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435dc0-0xffffffffad435dd0 xen_asm_exc_segment_not_present
  600. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435dd0-0xffffffffad435de0 xen_asm_exc_stack_segment
  601. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435de0-0xffffffffad435df0 xen_asm_exc_general_protection
  602. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435df0-0xffffffffad435e00 xen_asm_exc_page_fault
  603. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e00-0xffffffffad435e10 xen_asm_exc_spurious_interrupt_bug
  604. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e10-0xffffffffad435e20 xen_asm_exc_coprocessor_error
  605. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e20-0xffffffffad435e30 xen_asm_exc_alignment_check
  606. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e30-0xffffffffad435e40 xen_asm_xenpv_exc_machine_check
  607. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e40-0xffffffffad435e50 xen_asm_exc_simd_coprocessor_error
  608. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e50-0xffffffffad435e60 xen_entry_INT80_compat
  609. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e60-0xffffffffad435e70 xen_asm_exc_xen_unknown_trap
  610. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e70-0xffffffffad435e80 xen_asm_exc_xen_hypervisor_callback
  611. /sys/kernel/debug/kprobes/blacklist:0xffffffffad442260-0xffffffffad442310 do_int3
  612. /sys/kernel/debug/kprobes/blacklist:0xffffffffad442090-0xffffffffad4421a0 do_trap
  613. /sys/kernel/debug/kprobes/blacklist:0xffffffffae2430e0-0xffffffffae24311d __die
  614. /sys/kernel/debug/kprobes/blacklist:0xffffffffad446a80-0xffffffffad446b30 __die_body
  615. /sys/kernel/debug/kprobes/blacklist:0xffffffffae242be7-0xffffffffae242c7c __die_header
  616. /sys/kernel/debug/kprobes/blacklist:0xffffffffad446820-0xffffffffad446900 oops_end
  617. /sys/kernel/debug/kprobes/blacklist:0xffffffffad446900-0xffffffffad4469b0 oops_begin
  618. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4472c0-0xffffffffad447300 unknown_nmi_error
  619. /sys/kernel/debug/kprobes/blacklist:0xffffffffad447340-0xffffffffad447380 io_check_error
  620. /sys/kernel/debug/kprobes/blacklist:0xffffffffad447300-0xffffffffad447340 pci_serr_error
  621. /sys/kernel/debug/kprobes/blacklist:0xffffffffad447050-0xffffffffad4471a0 nmi_handle
  622. /sys/kernel/debug/kprobes/blacklist:0xffffffffad48cfb0-0xffffffffad48cfd0 nmi_cpu_backtrace_handler
  623. /sys/kernel/debug/kprobes/blacklist:0xffffffffad494a20-0xffffffffad494a60 arch_rethook_prepare
  624. /sys/kernel/debug/kprobes/blacklist:0xffffffffad494a00-0xffffffffad494a20 arch_rethook_fixup_return
  625. /sys/kernel/debug/kprobes/blacklist:0xffffffffad494a60-0xffffffffad494ac0 arch_rethook_trampoline_callback
  626. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4949a0-0xffffffffad494a00 arch_rethook_trampoline
  627. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4980e0-0xffffffffad498180 kprobe_fault_handler
  628. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4983c0-0xffffffffad4985c0 kprobe_int3_handler
  629. /sys/kernel/debug/kprobes/blacklist:0xffffffffad498330-0xffffffffad4983c0 reenter_kprobe
  630. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497f90-0xffffffffad497fe0 resume_singlestep
  631. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4981f0-0xffffffffad498330 setup_singlestep
  632. /sys/kernel/debug/kprobes/blacklist:0xffffffffad498180-0xffffffffad4981f0 kprobe_post_process
  633. /sys/kernel/debug/kprobes/blacklist:0xffffffffad498060-0xffffffffad4980e0 kprobe_emulate_jmp_indirect
  634. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497fe0-0xffffffffad498060 kprobe_emulate_call_indirect
  635. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497c30-0xffffffffad497d60 kprobe_emulate_loop
  636. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497b50-0xffffffffad497c30 kprobe_emulate_jcc
  637. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497b10-0xffffffffad497b50 kprobe_emulate_jmp
  638. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497ab0-0xffffffffad497b10 kprobe_emulate_call
  639. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497a70-0xffffffffad497ab0 kprobe_emulate_ret
  640. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4979d0-0xffffffffad497a70 kprobe_emulate_ifmodifiers
  641. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4979b0-0xffffffffad4979d0 synthesize_relcall
  642. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497990-0xffffffffad4979b0 synthesize_reljump
  643. /sys/kernel/debug/kprobes/blacklist:0xffffffffad498e90-0xffffffffad498ef0 setup_detour_execution
  644. /sys/kernel/debug/kprobes/blacklist:0xffffffffad498ef0-0xffffffffad498fc0 optimized_callback
  645. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4998a0-0xffffffffad499a70 kprobe_ftrace_handler
  646. /sys/kernel/debug/kprobes/blacklist:0xffffffffad49f370-0xffffffffad49f380 native_load_idt
  647. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4a9af0-0xffffffffad4aa170 do_user_addr_fault
  648. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4aa3c0-0xffffffffad4aa460 do_kern_addr_fault
  649. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4aa170-0xffffffffad4aa3c0 spurious_kernel_fault
  650. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4fe720-0xffffffffad4fe7e0 notify_die
  651. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4fe4a0-0xffffffffad4fe530 atomic_notifier_call_chain
  652. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4fde70-0xffffffffad4fdef0 notifier_call_chain
  653. /sys/kernel/debug/kprobes/blacklist:0xffffffffae31c5b0-0xffffffffae31c620 preempt_schedule
  654. /sys/kernel/debug/kprobes/blacklist:0xffffffffae25f2b8-0xffffffffae25f2e8 dump_kprobe
  655. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5ec850-0xffffffffad5ec8d0 kretprobe_rethook_handler
  656. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5ec990-0xffffffffad5eca30 pre_handler_kretprobe
  657. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5ec5d0-0xffffffffad5ec5f0 kprobe_exceptions_notify
  658. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5eceb0-0xffffffffad5ecf00 kprobes_inc_nmissed_count
  659. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5ec7d0-0xffffffffad5ec850 aggr_post_handler
  660. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5ec740-0xffffffffad5ec7d0 aggr_pre_handler
  661. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5ec6d0-0xffffffffad5ec740 opt_pre_handler
  662. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5ec580-0xffffffffad5ec5d0 get_kprobe
  663. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f1680-0xffffffffad5f17a0 kgdb_nmicallin
  664. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f1580-0xffffffffad5f1680 kgdb_nmicallback
  665. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f1ff0-0xffffffffad5f2110 kgdb_handle_exception
  666. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f0a90-0xffffffffad5f1580 kgdb_cpu_enter
  667. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f02b0-0xffffffffad5f02d0 dbg_touch_watchdogs
  668. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f1e80-0xffffffffad5f1ff0 kgdb_reenter_check
  669. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f0590-0xffffffffad5f0600 kgdb_io_ready
  670. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f0770-0xffffffffad5f0900 dbg_deactivate_sw_breakpoints
  671. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f0900-0xffffffffad5f0a90 dbg_activate_sw_breakpoints
  672. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f0510-0xffffffffad5f0590 kgdb_flush_swbreak_addr
  673. /sys/kernel/debug/kprobes/blacklist:0xffffffffad49b1f0-0xffffffffad49b210 kgdb_roundup_cpus
  674. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f17a0-0xffffffffad5f1890 kgdb_call_nmi_hook
  675. /sys/kernel/debug/kprobes/blacklist:0xffffffffad49b760-0xffffffffad49b7b0 kgdb_skipexception
  676. /sys/kernel/debug/kprobes/blacklist:0xffffffffad49b7b0-0xffffffffad49b7e0 kgdb_arch_pc
  677. /sys/kernel/debug/kprobes/blacklist:0xffffffffad49b8a0-0xffffffffad49b910 kgdb_arch_remove_breakpoint
  678. /sys/kernel/debug/kprobes/blacklist:0xffffffffad49b800-0xffffffffad49b8a0 kgdb_arch_set_breakpoint
  679. /sys/kernel/debug/kprobes/blacklist:0xffffffffad6074f0-0xffffffffad607600 ftrace_ops_assist_func
  680. /sys/kernel/debug/kprobes/blacklist:0xffffffffad609400-0xffffffffad6095c0 arch_ftrace_ops_list_func
  681. /sys/kernel/debug/kprobes/blacklist:0xffffffffad63c6e0-0xffffffffad63c740 perf_trace_buf_update
  682. /sys/kernel/debug/kprobes/blacklist:0xffffffffad63c740-0xffffffffad63c860 perf_trace_buf_alloc
  683. /sys/kernel/debug/kprobes/blacklist:0xffffffffad643160-0xffffffffad643840 process_fetch_insn
  684. /sys/kernel/debug/kprobes/blacklist:0xffffffffad65a630-0xffffffffad65a6c0 kretprobe_dispatcher
  685. /sys/kernel/debug/kprobes/blacklist:0xffffffffad65a310-0xffffffffad65a390 kprobe_dispatcher
  686. /sys/kernel/debug/kprobes/blacklist:0xffffffffad65a390-0xffffffffad65a630 kretprobe_perf_func
  687. /sys/kernel/debug/kprobes/blacklist:0xffffffffad65a050-0xffffffffad65a310 kprobe_perf_func
  688. /sys/kernel/debug/kprobes/blacklist:0xffffffffad659d80-0xffffffffad65a050 kretprobe_trace_func
  689. /sys/kernel/debug/kprobes/blacklist:0xffffffffad659ac0-0xffffffffad659d80 kprobe_trace_func
  690. /sys/kernel/debug/kprobes/blacklist:0xffffffffad6592e0-0xffffffffad659ac0 process_fetch_insn
  691. /sys/kernel/debug/kprobes/blacklist:0xffffffffad663620-0xffffffffad663e20 process_fetch_insn
  692. /sys/kernel/debug/kprobes/blacklist:0xffffffffad665fb0-0xffffffffad666000 fprobe_exit_handler
  693. /sys/kernel/debug/kprobes/blacklist:0xffffffffad666160-0xffffffffad6661a0 fprobe_handler
  694. /sys/kernel/debug/kprobes/blacklist:0xffffffffad666ce0-0xffffffffad666e30 rethook_trampoline_handler
  695. /sys/kernel/debug/kprobes/blacklist:0xffffffffad6669b0-0xffffffffad666a30 rethook_find_ret_addr
  696. /sys/kernel/debug/kprobes/blacklist:0xffffffffad6666d0-0xffffffffad666730 __rethook_find_ret_addr
  697. /sys/kernel/debug/kprobes/blacklist:0xffffffffad666830-0xffffffffad666870 rethook_hook
  698. /sys/kernel/debug/kprobes/blacklist:0xffffffffad666730-0xffffffffad666830 rethook_try_get
  699. /sys/kernel/debug/kprobes/blacklist:0xffffffffad666a30-0xffffffffad666ac0 rethook_recycle
  700. /sys/kernel/debug/kprobes/blacklist:0xffffffffadadecc0-0xffffffffadaded60 bsearch
  701. /sys/kernel/debug/kprobes/blacklist:0xffffffffadb74d40-0xffffffffadb74df0 nmi_cpu_backtrace
  702. /sys/kernel/debug/kprobes/blacklist:0xffffffffadb87400-0xffffffffadb87420 override_function_with_return
  703. /sys/kernel/debug/kprobes/blacklist:0xffffffffae601f40-0xffffffffae601f60 __x86_indirect_thunk_array
  704. /sys/kernel/debug/kprobes/blacklist:0xffffffffae601f60-0xffffffffae601f80 __x86_indirect_thunk_rcx
  705. /sys/kernel/debug/kprobes/blacklist:0xffffffffae601f80-0xffffffffae601fa0 __x86_indirect_thunk_rdx
  706. /sys/kernel/debug/kprobes/blacklist:0xffffffffae601fa0-0xffffffffae601fc0 __x86_indirect_thunk_rbx
  707. /sys/kernel/debug/kprobes/blacklist:0xffffffffae601fc0-0xffffffffae601fe0 __x86_indirect_thunk_rsp
  708. /sys/kernel/debug/kprobes/blacklist:0xffffffffae601fe0-0xffffffffae602000 __x86_indirect_thunk_rbp
  709. /sys/kernel/debug/kprobes/blacklist:0xffffffffae602000-0xffffffffae602020 __x86_indirect_thunk_rsi
  710. /sys/kernel/debug/kprobes/blacklist:0xffffffffae602020-0xffffffffae602040 __x86_indirect_thunk_rdi
  711. /sys/kernel/debug/kprobes/blacklist:0xffffffffae602040-0xffffffffae602060 __x86_indirect_thunk_r8
  712. /sys/kernel/debug/kprobes/blacklist:0xffffffffae602060-0xffffffffae602080 __x86_indirect_thunk_r9
  713. /sys/kernel/debug/kprobes/blacklist:0xffffffffae602080-0xffffffffae6020a0 __x86_indirect_thunk_r10
  714. /sys/kernel/debug/kprobes/blacklist:0xffffffffae6020a0-0xffffffffae6020c0 __x86_indirect_thunk_r11
  715. /sys/kernel/debug/kprobes/blacklist:0xffffffffae6020c0-0xffffffffae6020e0 __x86_indirect_thunk_r12
  716. /sys/kernel/debug/kprobes/blacklist:0xffffffffae6020e0-0xffffffffae602100 __x86_indirect_thunk_r13
  717. /sys/kernel/debug/kprobes/blacklist:0xffffffffae602100-0xffffffffae602120 __x86_indirect_thunk_r14
  718. /sys/kernel/debug/kprobes/blacklist:0xffffffffae602120-0xffffffffae60217f __x86_indirect_thunk_r15
  719. /sys/kernel/debug/kprobes/blacklist:0xffffffffae60217f-0xffffffffae602180 zen_untrain_ret
  720. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30b198-0xffffffffae30c000 __noinstr_text_start
  721. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c000-0xffffffffae30c020 hypercall_page
  722. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c020-0xffffffffae30c040 xen_hypercall_mmu_update
  723. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c040-0xffffffffae30c060 xen_hypercall_set_gdt
  724. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c060-0xffffffffae30c080 xen_hypercall_stack_switch
  725. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c080-0xffffffffae30c0a0 xen_hypercall_set_callbacks
  726. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c0a0-0xffffffffae30c0c0 xen_hypercall_fpu_taskswitch
  727. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c0c0-0xffffffffae30c0e0 xen_hypercall_sched_op_compat
  728. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c0e0-0xffffffffae30c100 xen_hypercall_platform_op
  729. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c100-0xffffffffae30c120 xen_hypercall_set_debugreg
  730. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c120-0xffffffffae30c140 xen_hypercall_get_debugreg
  731. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c140-0xffffffffae30c180 xen_hypercall_update_descriptor
  732. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c180-0xffffffffae30c1a0 xen_hypercall_memory_op
  733. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c1a0-0xffffffffae30c1c0 xen_hypercall_multicall
  734. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c1c0-0xffffffffae30c1e0 xen_hypercall_update_va_mapping
  735. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c1e0-0xffffffffae30c200 xen_hypercall_set_timer_op
  736. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c200-0xffffffffae30c220 xen_hypercall_event_channel_op_compat
  737. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c220-0xffffffffae30c240 xen_hypercall_xen_version
  738. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c240-0xffffffffae30c260 xen_hypercall_console_io
  739. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c260-0xffffffffae30c280 xen_hypercall_physdev_op_compat
  740. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c280-0xffffffffae30c2a0 xen_hypercall_grant_table_op
  741. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c2a0-0xffffffffae30c2c0 xen_hypercall_vm_assist
  742. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c2c0-0xffffffffae30c2e0 xen_hypercall_update_va_mapping_otherdomain
  743. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c2e0-0xffffffffae30c300 xen_hypercall_iret
  744. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c300-0xffffffffae30c320 xen_hypercall_vcpu_op
  745. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c320-0xffffffffae30c340 xen_hypercall_set_segment_base
  746. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c340-0xffffffffae30c360 xen_hypercall_mmuext_op
  747. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c360-0xffffffffae30c380 xen_hypercall_xsm_op
  748. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c380-0xffffffffae30c3a0 xen_hypercall_nmi_op
  749. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c3a0-0xffffffffae30c3c0 xen_hypercall_sched_op
  750. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c3c0-0xffffffffae30c3e0 xen_hypercall_callback_op
  751. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c3e0-0xffffffffae30c400 xen_hypercall_xenoprof_op
  752. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c400-0xffffffffae30c420 xen_hypercall_event_channel_op
  753. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c420-0xffffffffae30c440 xen_hypercall_physdev_op
  754. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c440-0xffffffffae30c460 xen_hypercall_hvm_op
  755. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c460-0xffffffffae30c480 xen_hypercall_sysctl
  756. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c480-0xffffffffae30c4a0 xen_hypercall_domctl
  757. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c4a0-0xffffffffae30c4c0 xen_hypercall_kexec_op
  758. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c4c0-0xffffffffae30c4e0 xen_hypercall_tmem_op
  759. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c4e0-0xffffffffae30c500 xen_hypercall_xc_reserved_op
  760. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c500-0xffffffffae30c520 xen_hypercall_xenpmu_op
  761. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c520-0xffffffffae30c600 xen_hypercall_dm_op
  762. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c600-0xffffffffae30c620 xen_hypercall_mca
  763. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c620-0xffffffffae30c640 xen_hypercall_arch_1
  764. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c640-0xffffffffae30c660 xen_hypercall_arch_2
  765. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c660-0xffffffffae30c680 xen_hypercall_arch_3
  766. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c680-0xffffffffae30c6a0 xen_hypercall_arch_4
  767. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c6a0-0xffffffffae30c6c0 xen_hypercall_arch_5
  768. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c6c0-0xffffffffae30c6e0 xen_hypercall_arch_6
  769. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c6e0-0xffffffffae30d000 xen_hypercall_arch_7
  770. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d000-0xffffffffae30d020 entry_ibpb
  771. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d020-0xffffffffae30d120 __do_fast_syscall_32
  772. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d120-0xffffffffae30d1b0 do_syscall_64
  773. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d1b0-0xffffffffae30d250 do_int80_syscall_32
  774. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d250-0xffffffffae30d2d0 do_fast_syscall_32
  775. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d2d0-0xffffffffae30d300 do_SYSENTER_32
  776. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d300-0xffffffffae30d3c0 xen_pv_evtchn_do_upcall
  777. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d3c0-0xffffffffae30d470 sysvec_xen_hvm_callback
  778. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d470-0xffffffffae30d490 xen_set_debugreg
  779. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d490-0xffffffffae30d4b0 xen_get_debugreg
  780. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d4b0-0xffffffffae30d4d0 xenpv_exc_nmi
  781. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d4d0-0xffffffffae30d4f0 xenpv_exc_double_fault
  782. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d4f0-0xffffffffae30d517 xenpv_exc_debug
  783. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d517-0xffffffffae30d530 exc_xen_unknown_trap
  784. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d530-0xffffffffae30d560 xenpv_exc_machine_check
  785. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d560-0xffffffffae30d580 xen_write_cr2
  786. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d580-0xffffffffae30d5b0 xen_force_evtchn_callback
  787. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d5b0-0xffffffffae30d5c0 xen_irq_disable_direct
  788. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d5c0-0xffffffffae30d5f0 check_events
  789. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d5f0-0xffffffffae30d620 xen_irq_enable_direct
  790. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d620-0xffffffffae30d640 xen_save_fl_direct
  791. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d640-0xffffffffae30d660 xen_read_cr2
  792. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d660-0xffffffffae30d680 xen_read_cr2_direct
  793. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d680-0xffffffffae30d730 sysvec_hyperv_reenlightenment
  794. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d730-0xffffffffae30d790 __wrgsbase_inactive
  795. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d790-0xffffffffae30d7f0 __rdgsbase_inactive
  796. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d7f0-0xffffffffae30d880 handle_bug
  797. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d880-0xffffffffae30d980 vc_switch_off_ist
  798. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d980-0xffffffffae30d9f0 exc_divide_error
  799. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d9f0-0xffffffffae30da50 exc_overflow
  800. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30da50-0xffffffffae30dad0 exc_invalid_op
  801. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30dad0-0xffffffffae30db30 exc_coproc_segment_overrun
  802. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30db30-0xffffffffae30dba0 exc_invalid_tss
  803. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30dba0-0xffffffffae30dc10 exc_segment_not_present
  804. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30dc10-0xffffffffae30dc80 exc_stack_segment
  805. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30dc80-0xffffffffae30dd50 exc_alignment_check
  806. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30dd50-0xffffffffae30def0 exc_double_fault
  807. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30def0-0xffffffffae30dfc0 exc_bounds
  808. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30dfc0-0xffffffffae30e3f0 exc_general_protection
  809. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e3f0-0xffffffffae30e4e0 exc_int3
  810. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e4e0-0xffffffffae30e510 sync_regs
  811. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e510-0xffffffffae30e5c0 fixup_bad_iret
  812. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e5c0-0xffffffffae30e780 exc_debug
  813. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e780-0xffffffffae30e8f0 noist_exc_debug
  814. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e8f0-0xffffffffae30e930 exc_coprocessor_error
  815. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e930-0xffffffffae30e970 exc_simd_coprocessor_error
  816. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e970-0xffffffffae30e9a0 exc_spurious_interrupt_bug
  817. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e9a0-0xffffffffae30ea30 exc_device_not_available
  818. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ea30-0xffffffffae30eba0 exc_virtualization_exception
  819. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30eba0-0xffffffffae30ec50 common_interrupt
  820. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ec50-0xffffffffae30ed00 sysvec_x86_platform_ipi
  821. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ed00-0xffffffffae30ed70 sysvec_kvm_posted_intr_ipi
  822. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ed70-0xffffffffae30ee20 sysvec_kvm_posted_intr_wakeup_ipi
  823. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ee20-0xffffffffae30ee90 sysvec_kvm_posted_intr_nested_ipi
  824. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ee90-0xffffffffae30ef40 sysvec_thermal
  825. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ef40-0xffffffffae30f070 get_stack_info_noinstr
  826. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f070-0xffffffffae30f0c0 in_task_stack
  827. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f0c0-0xffffffffae30f130 in_entry_stack
  828. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f130-0xffffffffae30f2a0 default_do_nmi
  829. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f2a0-0xffffffffae30f440 exc_nmi
  830. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f440-0xffffffffae30f460 exc_nmi_noist
  831. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f460-0xffffffffae30f510 sysvec_irq_work
  832. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f510-0xffffffffae30f680 poke_int3_handler
  833. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f680-0xffffffffae30f690 native_save_fl
  834. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f690-0xffffffffae30f700 mce_wrmsrl
  835. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f700-0xffffffffae30f780 mce_check_crashing_cpu
  836. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f780-0xffffffffae30f968 mce_panic
  837. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f968-0xffffffffae30f990 unexpected_machine_check.constprop.0
  838. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f990-0xffffffffae30fa40 mce_timed_out
  839. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30fa40-0xffffffffae30fb90 mce_start
  840. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30fb90-0xffffffffae30fea0 mce_end
  841. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30fea0-0xffffffffae30ff00 mce_rdmsrl
  842. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ff00-0xffffffffae310070 mce_read_aux
  843. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310070-0xffffffffae310140 quirk_skylake_repmov
  844. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310140-0xffffffffae3101c0 mce_gather_info
  845. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3101c0-0xffffffffae310a70 do_machine_check
  846. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310a70-0xffffffffae310b30 exc_machine_check
  847. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310b30-0xffffffffae310c00 noist_exc_machine_check
  848. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310c00-0xffffffffae310cb0 error_context
  849. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310cb0-0xffffffffae310df0 mce_severity_intel
  850. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310df0-0xffffffffae310eb0 mce_severity_amd.constprop.0
  851. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310eb0-0xffffffffae310ef0 mce_severity
  852. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310ef0-0xffffffffae310fa0 sysvec_deferred_error
  853. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310fa0-0xffffffffae311050 sysvec_threshold
  854. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311050-0xffffffffae311100 sysvec_hyperv_callback
  855. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311100-0xffffffffae3111b0 sysvec_hyperv_stimer0
  856. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3111b0-0xffffffffae311260 sysvec_acrn_hv_callback
  857. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311260-0xffffffffae311300 sysvec_reboot
  858. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311300-0xffffffffae311420 sysvec_reschedule_ipi
  859. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311420-0xffffffffae3114d0 sysvec_call_function
  860. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3114d0-0xffffffffae311580 sysvec_call_function_single
  861. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311580-0xffffffffae311630 sysvec_apic_timer_interrupt
  862. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311630-0xffffffffae3116e0 spurious_interrupt
  863. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3116e0-0xffffffffae311790 sysvec_spurious_apic_interrupt
  864. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311790-0xffffffffae311840 sysvec_error_interrupt
  865. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311840-0xffffffffae3118f0 sysvec_irq_move_cleanup
  866. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3118f0-0xffffffffae311920 kvm_read_and_reset_apf_flags
  867. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311920-0xffffffffae311a00 __kvm_handle_async_pf
  868. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311a00-0xffffffffae311ab0 sysvec_kvm_asyncpf_interrupt
  869. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311ab0-0xffffffffae311ac0 pv_native_read_cr2
  870. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311ac0-0xffffffffae311ad0 pv_native_write_cr2
  871. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311ad0-0xffffffffae311ae0 pv_native_irq_enable
  872. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311ae0-0xffffffffae311af0 pv_native_irq_disable
  873. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311af0-0xffffffffae311b50 pv_native_get_debugreg
  874. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311b50-0xffffffffae311bc0 pv_native_set_debugreg
  875. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311bc0-0xffffffffae311bd0 paravirt_BUG
  876. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311bd0-0xffffffffae311c90 __sev_put_ghcb
  877. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311c90-0xffffffffae311dc0 __sev_get_ghcb
  878. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311dc0-0xffffffffae311e80 kernel_exc_vmm_communication
  879. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311e80-0xffffffffae311ef0 user_exc_vmm_communication
  880. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311ef0-0xffffffffae311fa0 __sev_es_ist_enter
  881. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311fa0-0xffffffffae311fe0 __sev_es_ist_exit
  882. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311fe0-0xffffffffae3120d0 __sev_es_nmi_complete
  883. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3120d0-0xffffffffae312280 exc_page_fault
  884. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312280-0xffffffffae3122a0 get_cpu_entry_area
  885. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3122a0-0xffffffffae3122c0 __stack_chk_fail
  886. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3122c0-0xffffffffae3122f0 rcu_dynticks_inc
  887. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3122f0-0xffffffffae312310 rcu_dynticks_eqs_enter
  888. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312310-0xffffffffae312390 rcu_eqs_exit.constprop.0
  889. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312390-0xffffffffae312450 rcu_eqs_enter.constprop.0
  890. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312450-0xffffffffae3124f0 rcu_nmi_exit
  891. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3124f0-0xffffffffae312500 rcu_irq_exit
  892. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312500-0xffffffffae312580 rcu_nmi_enter
  893. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312580-0xffffffffae312590 rcu_irq_enter
  894. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312590-0xffffffffae3125e0 irqentry_nmi_enter
  895. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3125e0-0xffffffffae312620 irqentry_nmi_exit
  896. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312620-0xffffffffae312630 enter_from_user_mode
  897. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312630-0xffffffffae312690 syscall_enter_from_user_mode
  898. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312690-0xffffffffae3126b0 syscall_enter_from_user_mode_prepare
  899. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3126b0-0xffffffffae3126c0 exit_to_user_mode
  900. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3126c0-0xffffffffae312710 syscall_exit_to_user_mode
  901. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312710-0xffffffffae312720 irqentry_enter_from_user_mode
  902. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312720-0xffffffffae312770 irqentry_enter
  903. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312770-0xffffffffae312790 irqentry_exit_to_user_mode
  904. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312790-0xffffffffae3127e0 irqentry_exit
  905. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3127e0-0xffffffffae3127f0 __ktime_get_real_seconds
  906. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3127f0-0xffffffffae312810 __memcpy
  907. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312810-0xffffffffae312820 memcpy_erms
  908. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312820-0xffffffffae312943 memcpy_orig
  909. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400000-0xffffffffae400029 entry_SYSCALL_64
  910. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400029-0xffffffffae400038 entry_SYSCALL_64_safe_stack
  911. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400038-0xffffffffae400105 entry_SYSCALL_64_after_hwframe
  912. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400105-0xffffffffae400190 syscall_return_via_sysret
  913. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400190-0xffffffffae400196 entry_SYSRETQ_unsafe_stack
  914. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400196-0xffffffffae4001a0 entry_SYSRETQ_end
  915. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4001a0-0xffffffffae400200 xen_error_entry
  916. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400200-0xffffffffae400860 irq_entries_start
  917. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400860-0xffffffffae400900 spurious_entries_start
  918. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400900-0xffffffffae400920 asm_exc_divide_error
  919. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400920-0xffffffffae400940 asm_exc_overflow
  920. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400940-0xffffffffae400960 asm_exc_bounds
  921. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400960-0xffffffffae400980 asm_exc_device_not_available
  922. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400980-0xffffffffae4009a0 asm_exc_coproc_segment_overrun
  923. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4009a0-0xffffffffae4009c0 asm_exc_spurious_interrupt_bug
  924. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4009c0-0xffffffffae4009e0 asm_exc_coprocessor_error
  925. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4009e0-0xffffffffae400a00 asm_exc_simd_coprocessor_error
  926. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a00-0xffffffffae400a30 asm_exc_invalid_tss
  927. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a30-0xffffffffae400a60 asm_exc_segment_not_present
  928. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a60-0xffffffffae400a90 asm_exc_stack_segment
  929. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a90-0xffffffffae400ac0 asm_exc_general_protection
  930. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ac0-0xffffffffae400af0 asm_exc_alignment_check
  931. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400af0-0xffffffffae400b10 asm_exc_invalid_op
  932. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400b10-0xffffffffae400b50 asm_exc_int3
  933. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400b50-0xffffffffae400b80 asm_exc_page_fault
  934. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400b80-0xffffffffae400bc0 asm_exc_machine_check
  935. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400bc0-0xffffffffae400be0 asm_xenpv_exc_machine_check
  936. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400be0-0xffffffffae400c00 asm_exc_nmi_noist
  937. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c00-0xffffffffae400c20 asm_xenpv_exc_nmi
  938. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c20-0xffffffffae400c60 asm_exc_debug
  939. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c60-0xffffffffae400c80 asm_xenpv_exc_debug
  940. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c80-0xffffffffae400cb0 asm_exc_double_fault
  941. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400cb0-0xffffffffae400ce0 asm_xenpv_exc_double_fault
  942. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ce0-0xffffffffae400d50 asm_exc_vmm_communication
  943. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400d50-0xffffffffae400d70 asm_exc_xen_hypervisor_callback
  944. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400d70-0xffffffffae400d90 asm_exc_xen_unknown_trap
  945. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400d90-0xffffffffae400dc0 asm_exc_virtualization_exception
  946. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400dc0-0xffffffffae400e00 asm_common_interrupt
  947. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e00-0xffffffffae400e30 asm_spurious_interrupt
  948. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e30-0xffffffffae400e50 asm_sysvec_error_interrupt
  949. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e50-0xffffffffae400e70 asm_sysvec_spurious_apic_interrupt
  950. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e70-0xffffffffae400e90 asm_sysvec_apic_timer_interrupt
  951. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e90-0xffffffffae400eb0 asm_sysvec_x86_platform_ipi
  952. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400eb0-0xffffffffae400ed0 asm_sysvec_reschedule_ipi
  953. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ed0-0xffffffffae400ef0 asm_sysvec_irq_move_cleanup
  954. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ef0-0xffffffffae400f10 asm_sysvec_reboot
  955. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f10-0xffffffffae400f30 asm_sysvec_call_function_single
  956. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f30-0xffffffffae400f50 asm_sysvec_call_function
  957. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f50-0xffffffffae400f70 asm_sysvec_threshold
  958. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f70-0xffffffffae400f90 asm_sysvec_deferred_error
  959. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f90-0xffffffffae400fb0 asm_sysvec_thermal
  960. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400fb0-0xffffffffae400fd0 asm_sysvec_irq_work
  961. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400fd0-0xffffffffae400ff0 asm_sysvec_kvm_posted_intr_ipi
  962. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ff0-0xffffffffae401010 asm_sysvec_kvm_posted_intr_wakeup_ipi
  963. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401010-0xffffffffae401030 asm_sysvec_kvm_posted_intr_nested_ipi
  964. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401030-0xffffffffae401050 asm_sysvec_hyperv_callback
  965. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401050-0xffffffffae401070 asm_sysvec_hyperv_reenlightenment
  966. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401070-0xffffffffae401090 asm_sysvec_hyperv_stimer0
  967. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401090-0xffffffffae4010b0 asm_sysvec_acrn_hv_callback
  968. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4010b0-0xffffffffae4010d0 asm_sysvec_xen_hvm_callback
  969. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4010d0-0xffffffffae4010f0 asm_sysvec_kvm_asyncpf_interrupt
  970. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4010f0-0xffffffffae401190 common_interrupt_return
  971. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401190-0xffffffffae4011ab restore_regs_and_return_to_kernel
  972. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4011ab-0xffffffffae4011b7 early_xen_iret_patch
  973. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4011b7-0xffffffffae4011b9 native_irq_return_iret
  974. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4011b9-0xffffffffae401270 native_irq_return_ldt
  975. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401270-0xffffffffae4012a0 asm_load_gs_index
  976. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4012a0-0xffffffffae4012b0 exc_xen_hypervisor_callback
  977. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4012b0-0xffffffffae401340 xen_failsafe_callback
  978. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401340-0xffffffffae401420 paranoid_entry
  979. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401420-0xffffffffae401490 paranoid_exit
  980. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401490-0xffffffffae4015c0 error_entry
  981. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4015c0-0xffffffffae4015e0 error_return
  982. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4015e0-0xffffffffae4016db asm_exc_nmi
  983. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4016db-0xffffffffae4016f3 nested_nmi
  984. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4016f3-0xffffffffae4016f6 nested_nmi_out
  985. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4016f6-0xffffffffae401714 first_nmi
  986. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401714-0xffffffffae401739 repeat_nmi
  987. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401739-0xffffffffae4017a0 end_repeat_nmi
  988. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4017a0-0xffffffffae4017a4 nmi_no_fsgsbase
  989. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4017a4-0xffffffffae4017a7 nmi_swapgs
  990. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4017a7-0xffffffffae4017d0 nmi_restore
  991. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4017d0-0xffffffffae4017fa entry_SYSENTER_compat
  992. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4017fa-0xffffffffae40187c entry_SYSENTER_compat_after_hwframe
  993. /sys/kernel/debug/kprobes/blacklist:0xffffffffae40187c-0xffffffffae401880 __end_entry_SYSENTER_compat
  994. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401880-0xffffffffae4018a3 entry_SYSCALL_compat
  995. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4018a3-0xffffffffae4018ac entry_SYSCALL_compat_safe_stack
  996. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4018ac-0xffffffffae401916 entry_SYSCALL_compat_after_hwframe
  997. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401916-0xffffffffae401959 sysret32_from_system_call
  998. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401959-0xffffffffae4019ae entry_SYSRETL_compat_unsafe_stack
  999. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4019ae-0xffffffffae4019b0 entry_SYSRETL_compat_end
  1000. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4019b0-0xffffffffae401a53 entry_INT80_compat
  1001. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401a53-0xffffffffae401a58 _paravirt_nop
  1002. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401a58-0xffffffffae401a60 paravirt_ret0
  1003. /sys/kernel/debug/kprobes/blacklist:0xffffffffc1dd0bd0-0xffffffffc1dd0bf0 kvm_arch_has_assigned_device [kvm]
  1004. /sys/kernel/debug/kprobes/blacklist:0xffffffffc1dd0bf0-0xffffffffc1dd0c27 kvm_spurious_fault [kvm]
  1005. /sys/kernel/debug/kprobes/blacklist:0xffffffffc0f7a800-0xffffffffc0f7a8e0 vmx_l1d_flush [kvm_intel]
  1006. /sys/kernel/debug/kprobes/blacklist:0xffffffffc0f7a8e0-0xffffffffc0f7aa20 vmx_vcpu_enter_exit [kvm_intel]
  1007. /sys/kernel/debug/kprobes/blacklist:0xffffffffc0f7aa20-0xffffffffc0f7ab00 vmx_update_host_rsp [kvm_intel]
  1008. /sys/kernel/debug/kprobes/blacklist:0xffffffffc0f7ab00-0xffffffffc0f7ab60 vmx_spec_ctrl_restore_host [kvm_intel]
  1009. /sys/kernel/debug/kprobes/blacklist:0xffffffffc0f7ab60-0xffffffffc0f7abf3 __vmx_vcpu_run [kvm_intel]
  1010. /sys/kernel/debug/kprobes/blacklist:0xffffffffc0f7abf3-0xffffffffc0f7b000 vmx_vmexit [kvm_intel]
  1011. grep: /sys/kernel/debug/kprobes/enabled: Operation not permitted
  1012. /sys/devices/kprobe/format/retprobe:config:0
  1013. /sys/devices/kprobe/power/runtime_active_time:0
  1014. /sys/devices/kprobe/power/runtime_active_kids:0
  1015. /sys/devices/kprobe/power/runtime_usage:0
  1016. /sys/devices/kprobe/power/runtime_status:unsupported
  1017. grep: /sys/devices/kprobe/power/autosuspend_delay_ms: Input/output error
  1018. /sys/devices/kprobe/power/async:disabled
  1019. /sys/devices/kprobe/power/runtime_suspended_time:0
  1020. /sys/devices/kprobe/power/runtime_enabled:disabled
  1021. /sys/devices/kprobe/power/control:auto
  1022. /sys/devices/kprobe/perf_event_mux_interval_ms:0
  1023. /sys/devices/kprobe/type:6
  1024. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400900-0xffffffffae400920 asm_exc_divide_error
  1025. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400920-0xffffffffae400940 asm_exc_overflow
  1026. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400940-0xffffffffae400960 asm_exc_bounds
  1027. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400960-0xffffffffae400980 asm_exc_device_not_available
  1028. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400980-0xffffffffae4009a0 asm_exc_coproc_segment_overrun
  1029. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4009a0-0xffffffffae4009c0 asm_exc_spurious_interrupt_bug
  1030. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4009c0-0xffffffffae4009e0 asm_exc_coprocessor_error
  1031. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4009e0-0xffffffffae400a00 asm_exc_simd_coprocessor_error
  1032. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a00-0xffffffffae400a30 asm_exc_invalid_tss
  1033. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a30-0xffffffffae400a60 asm_exc_segment_not_present
  1034. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a60-0xffffffffae400a90 asm_exc_stack_segment
  1035. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a90-0xffffffffae400ac0 asm_exc_general_protection
  1036. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ac0-0xffffffffae400af0 asm_exc_alignment_check
  1037. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400af0-0xffffffffae400b10 asm_exc_invalid_op
  1038. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400b10-0xffffffffae400b50 asm_exc_int3
  1039. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400b50-0xffffffffae400b80 asm_exc_page_fault
  1040. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400b80-0xffffffffae400bc0 asm_exc_machine_check
  1041. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400bc0-0xffffffffae400be0 asm_xenpv_exc_machine_check
  1042. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400be0-0xffffffffae400c00 asm_exc_nmi_noist
  1043. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c00-0xffffffffae400c20 asm_xenpv_exc_nmi
  1044. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c20-0xffffffffae400c60 asm_exc_debug
  1045. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c60-0xffffffffae400c80 asm_xenpv_exc_debug
  1046. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c80-0xffffffffae400cb0 asm_exc_double_fault
  1047. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400cb0-0xffffffffae400ce0 asm_xenpv_exc_double_fault
  1048. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ce0-0xffffffffae400d50 asm_exc_vmm_communication
  1049. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400d50-0xffffffffae400d70 asm_exc_xen_hypervisor_callback
  1050. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400d70-0xffffffffae400d90 asm_exc_xen_unknown_trap
  1051. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400d90-0xffffffffae400dc0 asm_exc_virtualization_exception
  1052. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400dc0-0xffffffffae400e00 asm_common_interrupt
  1053. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e00-0xffffffffae400e30 asm_spurious_interrupt
  1054. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e30-0xffffffffae400e50 asm_sysvec_error_interrupt
  1055. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e50-0xffffffffae400e70 asm_sysvec_spurious_apic_interrupt
  1056. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e70-0xffffffffae400e90 asm_sysvec_apic_timer_interrupt
  1057. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e90-0xffffffffae400eb0 asm_sysvec_x86_platform_ipi
  1058. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400eb0-0xffffffffae400ed0 asm_sysvec_reschedule_ipi
  1059. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ed0-0xffffffffae400ef0 asm_sysvec_irq_move_cleanup
  1060. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ef0-0xffffffffae400f10 asm_sysvec_reboot
  1061. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f10-0xffffffffae400f30 asm_sysvec_call_function_single
  1062. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f30-0xffffffffae400f50 asm_sysvec_call_function
  1063. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f50-0xffffffffae400f70 asm_sysvec_threshold
  1064. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f70-0xffffffffae400f90 asm_sysvec_deferred_error
  1065. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f90-0xffffffffae400fb0 asm_sysvec_thermal
  1066. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400fb0-0xffffffffae400fd0 asm_sysvec_irq_work
  1067. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400fd0-0xffffffffae400ff0 asm_sysvec_kvm_posted_intr_ipi
  1068. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ff0-0xffffffffae401010 asm_sysvec_kvm_posted_intr_wakeup_ipi
  1069. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401010-0xffffffffae401030 asm_sysvec_kvm_posted_intr_nested_ipi
  1070. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401030-0xffffffffae401050 asm_sysvec_hyperv_callback
  1071. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401050-0xffffffffae401070 asm_sysvec_hyperv_reenlightenment
  1072. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401070-0xffffffffae401090 asm_sysvec_hyperv_stimer0
  1073. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401090-0xffffffffae4010b0 asm_sysvec_acrn_hv_callback
  1074. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4010b0-0xffffffffae4010d0 asm_sysvec_xen_hvm_callback
  1075. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4010d0-0xffffffffae4010f0 asm_sysvec_kvm_asyncpf_interrupt
  1076. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4010f0-0xffffffffae401190 common_interrupt_return
  1077. /sys/kernel/debug/kprobes/blacklist:0xffffffffad404cef-0xffffffffad404d07 preempt_schedule_thunk
  1078. /sys/kernel/debug/kprobes/blacklist:0xffffffffad404d07-0xffffffffad404d1f preempt_schedule_notrace_thunk
  1079. /sys/kernel/debug/kprobes/blacklist:0xffffffffad404d1f-0xffffffffad404d40 __thunk_restore
  1080. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4058c0-0xffffffffad405920 perf_event_nmi_handler
  1081. /sys/kernel/debug/kprobes/blacklist:0xffffffffad40c9f0-0xffffffffad40ca60 perf_ibs_nmi_handler
  1082. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d10-0xffffffffad435d20 xen_asm_exc_divide_error
  1083. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d20-0xffffffffad435d30 xen_asm_xenpv_exc_debug
  1084. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d30-0xffffffffad435d40 xen_asm_exc_int3
  1085. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d40-0xffffffffad435d50 xen_asm_xenpv_exc_nmi
  1086. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d50-0xffffffffad435d60 xen_asm_exc_overflow
  1087. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d60-0xffffffffad435d70 xen_asm_exc_bounds
  1088. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d70-0xffffffffad435d80 xen_asm_exc_invalid_op
  1089. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d80-0xffffffffad435d90 xen_asm_exc_device_not_available
  1090. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435d90-0xffffffffad435da0 xen_asm_xenpv_exc_double_fault
  1091. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435da0-0xffffffffad435db0 xen_asm_exc_coproc_segment_overrun
  1092. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435db0-0xffffffffad435dc0 xen_asm_exc_invalid_tss
  1093. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435dc0-0xffffffffad435dd0 xen_asm_exc_segment_not_present
  1094. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435dd0-0xffffffffad435de0 xen_asm_exc_stack_segment
  1095. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435de0-0xffffffffad435df0 xen_asm_exc_general_protection
  1096. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435df0-0xffffffffad435e00 xen_asm_exc_page_fault
  1097. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e00-0xffffffffad435e10 xen_asm_exc_spurious_interrupt_bug
  1098. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e10-0xffffffffad435e20 xen_asm_exc_coprocessor_error
  1099. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e20-0xffffffffad435e30 xen_asm_exc_alignment_check
  1100. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e30-0xffffffffad435e40 xen_asm_xenpv_exc_machine_check
  1101. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e40-0xffffffffad435e50 xen_asm_exc_simd_coprocessor_error
  1102. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e50-0xffffffffad435e60 xen_entry_INT80_compat
  1103. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e60-0xffffffffad435e70 xen_asm_exc_xen_unknown_trap
  1104. /sys/kernel/debug/kprobes/blacklist:0xffffffffad435e70-0xffffffffad435e80 xen_asm_exc_xen_hypervisor_callback
  1105. /sys/kernel/debug/kprobes/blacklist:0xffffffffad442260-0xffffffffad442310 do_int3
  1106. /sys/kernel/debug/kprobes/blacklist:0xffffffffad442090-0xffffffffad4421a0 do_trap
  1107. /sys/kernel/debug/kprobes/blacklist:0xffffffffae2430e0-0xffffffffae24311d __die
  1108. /sys/kernel/debug/kprobes/blacklist:0xffffffffad446a80-0xffffffffad446b30 __die_body
  1109. /sys/kernel/debug/kprobes/blacklist:0xffffffffae242be7-0xffffffffae242c7c __die_header
  1110. /sys/kernel/debug/kprobes/blacklist:0xffffffffad446820-0xffffffffad446900 oops_end
  1111. /sys/kernel/debug/kprobes/blacklist:0xffffffffad446900-0xffffffffad4469b0 oops_begin
  1112. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4472c0-0xffffffffad447300 unknown_nmi_error
  1113. /sys/kernel/debug/kprobes/blacklist:0xffffffffad447340-0xffffffffad447380 io_check_error
  1114. /sys/kernel/debug/kprobes/blacklist:0xffffffffad447300-0xffffffffad447340 pci_serr_error
  1115. /sys/kernel/debug/kprobes/blacklist:0xffffffffad447050-0xffffffffad4471a0 nmi_handle
  1116. /sys/kernel/debug/kprobes/blacklist:0xffffffffad48cfb0-0xffffffffad48cfd0 nmi_cpu_backtrace_handler
  1117. /sys/kernel/debug/kprobes/blacklist:0xffffffffad494a20-0xffffffffad494a60 arch_rethook_prepare
  1118. /sys/kernel/debug/kprobes/blacklist:0xffffffffad494a00-0xffffffffad494a20 arch_rethook_fixup_return
  1119. /sys/kernel/debug/kprobes/blacklist:0xffffffffad494a60-0xffffffffad494ac0 arch_rethook_trampoline_callback
  1120. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4949a0-0xffffffffad494a00 arch_rethook_trampoline
  1121. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4980e0-0xffffffffad498180 kprobe_fault_handler
  1122. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4983c0-0xffffffffad4985c0 kprobe_int3_handler
  1123. /sys/kernel/debug/kprobes/blacklist:0xffffffffad498330-0xffffffffad4983c0 reenter_kprobe
  1124. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497f90-0xffffffffad497fe0 resume_singlestep
  1125. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4981f0-0xffffffffad498330 setup_singlestep
  1126. /sys/kernel/debug/kprobes/blacklist:0xffffffffad498180-0xffffffffad4981f0 kprobe_post_process
  1127. /sys/kernel/debug/kprobes/blacklist:0xffffffffad498060-0xffffffffad4980e0 kprobe_emulate_jmp_indirect
  1128. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497fe0-0xffffffffad498060 kprobe_emulate_call_indirect
  1129. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497c30-0xffffffffad497d60 kprobe_emulate_loop
  1130. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497b50-0xffffffffad497c30 kprobe_emulate_jcc
  1131. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497b10-0xffffffffad497b50 kprobe_emulate_jmp
  1132. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497ab0-0xffffffffad497b10 kprobe_emulate_call
  1133. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497a70-0xffffffffad497ab0 kprobe_emulate_ret
  1134. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4979d0-0xffffffffad497a70 kprobe_emulate_ifmodifiers
  1135. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4979b0-0xffffffffad4979d0 synthesize_relcall
  1136. /sys/kernel/debug/kprobes/blacklist:0xffffffffad497990-0xffffffffad4979b0 synthesize_reljump
  1137. /sys/kernel/debug/kprobes/blacklist:0xffffffffad498e90-0xffffffffad498ef0 setup_detour_execution
  1138. /sys/kernel/debug/kprobes/blacklist:0xffffffffad498ef0-0xffffffffad498fc0 optimized_callback
  1139. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4998a0-0xffffffffad499a70 kprobe_ftrace_handler
  1140. /sys/kernel/debug/kprobes/blacklist:0xffffffffad49f370-0xffffffffad49f380 native_load_idt
  1141. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4a9af0-0xffffffffad4aa170 do_user_addr_fault
  1142. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4aa3c0-0xffffffffad4aa460 do_kern_addr_fault
  1143. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4aa170-0xffffffffad4aa3c0 spurious_kernel_fault
  1144. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4fe720-0xffffffffad4fe7e0 notify_die
  1145. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4fe4a0-0xffffffffad4fe530 atomic_notifier_call_chain
  1146. /sys/kernel/debug/kprobes/blacklist:0xffffffffad4fde70-0xffffffffad4fdef0 notifier_call_chain
  1147. /sys/kernel/debug/kprobes/blacklist:0xffffffffae31c5b0-0xffffffffae31c620 preempt_schedule
  1148. /sys/kernel/debug/kprobes/blacklist:0xffffffffae25f2b8-0xffffffffae25f2e8 dump_kprobe
  1149. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5ec850-0xffffffffad5ec8d0 kretprobe_rethook_handler
  1150. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5ec990-0xffffffffad5eca30 pre_handler_kretprobe
  1151. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5ec5d0-0xffffffffad5ec5f0 kprobe_exceptions_notify
  1152. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5eceb0-0xffffffffad5ecf00 kprobes_inc_nmissed_count
  1153. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5ec7d0-0xffffffffad5ec850 aggr_post_handler
  1154. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5ec740-0xffffffffad5ec7d0 aggr_pre_handler
  1155. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5ec6d0-0xffffffffad5ec740 opt_pre_handler
  1156. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5ec580-0xffffffffad5ec5d0 get_kprobe
  1157. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f1680-0xffffffffad5f17a0 kgdb_nmicallin
  1158. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f1580-0xffffffffad5f1680 kgdb_nmicallback
  1159. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f1ff0-0xffffffffad5f2110 kgdb_handle_exception
  1160. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f0a90-0xffffffffad5f1580 kgdb_cpu_enter
  1161. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f02b0-0xffffffffad5f02d0 dbg_touch_watchdogs
  1162. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f1e80-0xffffffffad5f1ff0 kgdb_reenter_check
  1163. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f0590-0xffffffffad5f0600 kgdb_io_ready
  1164. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f0770-0xffffffffad5f0900 dbg_deactivate_sw_breakpoints
  1165. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f0900-0xffffffffad5f0a90 dbg_activate_sw_breakpoints
  1166. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f0510-0xffffffffad5f0590 kgdb_flush_swbreak_addr
  1167. /sys/kernel/debug/kprobes/blacklist:0xffffffffad49b1f0-0xffffffffad49b210 kgdb_roundup_cpus
  1168. /sys/kernel/debug/kprobes/blacklist:0xffffffffad5f17a0-0xffffffffad5f1890 kgdb_call_nmi_hook
  1169. /sys/kernel/debug/kprobes/blacklist:0xffffffffad49b760-0xffffffffad49b7b0 kgdb_skipexception
  1170. /sys/kernel/debug/kprobes/blacklist:0xffffffffad49b7b0-0xffffffffad49b7e0 kgdb_arch_pc
  1171. /sys/kernel/debug/kprobes/blacklist:0xffffffffad49b8a0-0xffffffffad49b910 kgdb_arch_remove_breakpoint
  1172. /sys/kernel/debug/kprobes/blacklist:0xffffffffad49b800-0xffffffffad49b8a0 kgdb_arch_set_breakpoint
  1173. /sys/kernel/debug/kprobes/blacklist:0xffffffffad6074f0-0xffffffffad607600 ftrace_ops_assist_func
  1174. /sys/kernel/debug/kprobes/blacklist:0xffffffffad609400-0xffffffffad6095c0 arch_ftrace_ops_list_func
  1175. /sys/kernel/debug/kprobes/blacklist:0xffffffffad63c6e0-0xffffffffad63c740 perf_trace_buf_update
  1176. /sys/kernel/debug/kprobes/blacklist:0xffffffffad63c740-0xffffffffad63c860 perf_trace_buf_alloc
  1177. /sys/kernel/debug/kprobes/blacklist:0xffffffffad643160-0xffffffffad643840 process_fetch_insn
  1178. /sys/kernel/debug/kprobes/blacklist:0xffffffffad65a630-0xffffffffad65a6c0 kretprobe_dispatcher
  1179. /sys/kernel/debug/kprobes/blacklist:0xffffffffad65a310-0xffffffffad65a390 kprobe_dispatcher
  1180. /sys/kernel/debug/kprobes/blacklist:0xffffffffad65a390-0xffffffffad65a630 kretprobe_perf_func
  1181. /sys/kernel/debug/kprobes/blacklist:0xffffffffad65a050-0xffffffffad65a310 kprobe_perf_func
  1182. /sys/kernel/debug/kprobes/blacklist:0xffffffffad659d80-0xffffffffad65a050 kretprobe_trace_func
  1183. /sys/kernel/debug/kprobes/blacklist:0xffffffffad659ac0-0xffffffffad659d80 kprobe_trace_func
  1184. /sys/kernel/debug/kprobes/blacklist:0xffffffffad6592e0-0xffffffffad659ac0 process_fetch_insn
  1185. /sys/kernel/debug/kprobes/blacklist:0xffffffffad663620-0xffffffffad663e20 process_fetch_insn
  1186. /sys/kernel/debug/kprobes/blacklist:0xffffffffad665fb0-0xffffffffad666000 fprobe_exit_handler
  1187. /sys/kernel/debug/kprobes/blacklist:0xffffffffad666160-0xffffffffad6661a0 fprobe_handler
  1188. /sys/kernel/debug/kprobes/blacklist:0xffffffffad666ce0-0xffffffffad666e30 rethook_trampoline_handler
  1189. /sys/kernel/debug/kprobes/blacklist:0xffffffffad6669b0-0xffffffffad666a30 rethook_find_ret_addr
  1190. /sys/kernel/debug/kprobes/blacklist:0xffffffffad6666d0-0xffffffffad666730 __rethook_find_ret_addr
  1191. /sys/kernel/debug/kprobes/blacklist:0xffffffffad666830-0xffffffffad666870 rethook_hook
  1192. /sys/kernel/debug/kprobes/blacklist:0xffffffffad666730-0xffffffffad666830 rethook_try_get
  1193. /sys/kernel/debug/kprobes/blacklist:0xffffffffad666a30-0xffffffffad666ac0 rethook_recycle
  1194. /sys/kernel/debug/kprobes/blacklist:0xffffffffadadecc0-0xffffffffadaded60 bsearch
  1195. /sys/kernel/debug/kprobes/blacklist:0xffffffffadb74d40-0xffffffffadb74df0 nmi_cpu_backtrace
  1196. /sys/kernel/debug/kprobes/blacklist:0xffffffffadb87400-0xffffffffadb87420 override_function_with_return
  1197. /sys/kernel/debug/kprobes/blacklist:0xffffffffae601f40-0xffffffffae601f60 __x86_indirect_thunk_array
  1198. /sys/kernel/debug/kprobes/blacklist:0xffffffffae601f60-0xffffffffae601f80 __x86_indirect_thunk_rcx
  1199. /sys/kernel/debug/kprobes/blacklist:0xffffffffae601f80-0xffffffffae601fa0 __x86_indirect_thunk_rdx
  1200. /sys/kernel/debug/kprobes/blacklist:0xffffffffae601fa0-0xffffffffae601fc0 __x86_indirect_thunk_rbx
  1201. /sys/kernel/debug/kprobes/blacklist:0xffffffffae601fc0-0xffffffffae601fe0 __x86_indirect_thunk_rsp
  1202. /sys/kernel/debug/kprobes/blacklist:0xffffffffae601fe0-0xffffffffae602000 __x86_indirect_thunk_rbp
  1203. /sys/kernel/debug/kprobes/blacklist:0xffffffffae602000-0xffffffffae602020 __x86_indirect_thunk_rsi
  1204. /sys/kernel/debug/kprobes/blacklist:0xffffffffae602020-0xffffffffae602040 __x86_indirect_thunk_rdi
  1205. /sys/kernel/debug/kprobes/blacklist:0xffffffffae602040-0xffffffffae602060 __x86_indirect_thunk_r8
  1206. /sys/kernel/debug/kprobes/blacklist:0xffffffffae602060-0xffffffffae602080 __x86_indirect_thunk_r9
  1207. /sys/kernel/debug/kprobes/blacklist:0xffffffffae602080-0xffffffffae6020a0 __x86_indirect_thunk_r10
  1208. /sys/kernel/debug/kprobes/blacklist:0xffffffffae6020a0-0xffffffffae6020c0 __x86_indirect_thunk_r11
  1209. /sys/kernel/debug/kprobes/blacklist:0xffffffffae6020c0-0xffffffffae6020e0 __x86_indirect_thunk_r12
  1210. /sys/kernel/debug/kprobes/blacklist:0xffffffffae6020e0-0xffffffffae602100 __x86_indirect_thunk_r13
  1211. /sys/kernel/debug/kprobes/blacklist:0xffffffffae602100-0xffffffffae602120 __x86_indirect_thunk_r14
  1212. /sys/kernel/debug/kprobes/blacklist:0xffffffffae602120-0xffffffffae60217f __x86_indirect_thunk_r15
  1213. /sys/kernel/debug/kprobes/blacklist:0xffffffffae60217f-0xffffffffae602180 zen_untrain_ret
  1214. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30b198-0xffffffffae30c000 __noinstr_text_start
  1215. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c000-0xffffffffae30c020 hypercall_page
  1216. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c020-0xffffffffae30c040 xen_hypercall_mmu_update
  1217. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c040-0xffffffffae30c060 xen_hypercall_set_gdt
  1218. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c060-0xffffffffae30c080 xen_hypercall_stack_switch
  1219. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c080-0xffffffffae30c0a0 xen_hypercall_set_callbacks
  1220. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c0a0-0xffffffffae30c0c0 xen_hypercall_fpu_taskswitch
  1221. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c0c0-0xffffffffae30c0e0 xen_hypercall_sched_op_compat
  1222. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c0e0-0xffffffffae30c100 xen_hypercall_platform_op
  1223. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c100-0xffffffffae30c120 xen_hypercall_set_debugreg
  1224. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c120-0xffffffffae30c140 xen_hypercall_get_debugreg
  1225. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c140-0xffffffffae30c180 xen_hypercall_update_descriptor
  1226. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c180-0xffffffffae30c1a0 xen_hypercall_memory_op
  1227. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c1a0-0xffffffffae30c1c0 xen_hypercall_multicall
  1228. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c1c0-0xffffffffae30c1e0 xen_hypercall_update_va_mapping
  1229. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c1e0-0xffffffffae30c200 xen_hypercall_set_timer_op
  1230. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c200-0xffffffffae30c220 xen_hypercall_event_channel_op_compat
  1231. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c220-0xffffffffae30c240 xen_hypercall_xen_version
  1232. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c240-0xffffffffae30c260 xen_hypercall_console_io
  1233. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c260-0xffffffffae30c280 xen_hypercall_physdev_op_compat
  1234. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c280-0xffffffffae30c2a0 xen_hypercall_grant_table_op
  1235. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c2a0-0xffffffffae30c2c0 xen_hypercall_vm_assist
  1236. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c2c0-0xffffffffae30c2e0 xen_hypercall_update_va_mapping_otherdomain
  1237. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c2e0-0xffffffffae30c300 xen_hypercall_iret
  1238. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c300-0xffffffffae30c320 xen_hypercall_vcpu_op
  1239. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c320-0xffffffffae30c340 xen_hypercall_set_segment_base
  1240. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c340-0xffffffffae30c360 xen_hypercall_mmuext_op
  1241. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c360-0xffffffffae30c380 xen_hypercall_xsm_op
  1242. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c380-0xffffffffae30c3a0 xen_hypercall_nmi_op
  1243. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c3a0-0xffffffffae30c3c0 xen_hypercall_sched_op
  1244. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c3c0-0xffffffffae30c3e0 xen_hypercall_callback_op
  1245. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c3e0-0xffffffffae30c400 xen_hypercall_xenoprof_op
  1246. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c400-0xffffffffae30c420 xen_hypercall_event_channel_op
  1247. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c420-0xffffffffae30c440 xen_hypercall_physdev_op
  1248. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c440-0xffffffffae30c460 xen_hypercall_hvm_op
  1249. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c460-0xffffffffae30c480 xen_hypercall_sysctl
  1250. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c480-0xffffffffae30c4a0 xen_hypercall_domctl
  1251. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c4a0-0xffffffffae30c4c0 xen_hypercall_kexec_op
  1252. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c4c0-0xffffffffae30c4e0 xen_hypercall_tmem_op
  1253. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c4e0-0xffffffffae30c500 xen_hypercall_xc_reserved_op
  1254. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c500-0xffffffffae30c520 xen_hypercall_xenpmu_op
  1255. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c520-0xffffffffae30c600 xen_hypercall_dm_op
  1256. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c600-0xffffffffae30c620 xen_hypercall_mca
  1257. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c620-0xffffffffae30c640 xen_hypercall_arch_1
  1258. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c640-0xffffffffae30c660 xen_hypercall_arch_2
  1259. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c660-0xffffffffae30c680 xen_hypercall_arch_3
  1260. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c680-0xffffffffae30c6a0 xen_hypercall_arch_4
  1261. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c6a0-0xffffffffae30c6c0 xen_hypercall_arch_5
  1262. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c6c0-0xffffffffae30c6e0 xen_hypercall_arch_6
  1263. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30c6e0-0xffffffffae30d000 xen_hypercall_arch_7
  1264. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d000-0xffffffffae30d020 entry_ibpb
  1265. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d020-0xffffffffae30d120 __do_fast_syscall_32
  1266. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d120-0xffffffffae30d1b0 do_syscall_64
  1267. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d1b0-0xffffffffae30d250 do_int80_syscall_32
  1268. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d250-0xffffffffae30d2d0 do_fast_syscall_32
  1269. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d2d0-0xffffffffae30d300 do_SYSENTER_32
  1270. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d300-0xffffffffae30d3c0 xen_pv_evtchn_do_upcall
  1271. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d3c0-0xffffffffae30d470 sysvec_xen_hvm_callback
  1272. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d470-0xffffffffae30d490 xen_set_debugreg
  1273. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d490-0xffffffffae30d4b0 xen_get_debugreg
  1274. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d4b0-0xffffffffae30d4d0 xenpv_exc_nmi
  1275. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d4d0-0xffffffffae30d4f0 xenpv_exc_double_fault
  1276. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d4f0-0xffffffffae30d517 xenpv_exc_debug
  1277. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d517-0xffffffffae30d530 exc_xen_unknown_trap
  1278. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d530-0xffffffffae30d560 xenpv_exc_machine_check
  1279. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d560-0xffffffffae30d580 xen_write_cr2
  1280. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d580-0xffffffffae30d5b0 xen_force_evtchn_callback
  1281. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d5b0-0xffffffffae30d5c0 xen_irq_disable_direct
  1282. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d5c0-0xffffffffae30d5f0 check_events
  1283. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d5f0-0xffffffffae30d620 xen_irq_enable_direct
  1284. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d620-0xffffffffae30d640 xen_save_fl_direct
  1285. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d640-0xffffffffae30d660 xen_read_cr2
  1286. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d660-0xffffffffae30d680 xen_read_cr2_direct
  1287. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d680-0xffffffffae30d730 sysvec_hyperv_reenlightenment
  1288. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d730-0xffffffffae30d790 __wrgsbase_inactive
  1289. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d790-0xffffffffae30d7f0 __rdgsbase_inactive
  1290. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d7f0-0xffffffffae30d880 handle_bug
  1291. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d880-0xffffffffae30d980 vc_switch_off_ist
  1292. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d980-0xffffffffae30d9f0 exc_divide_error
  1293. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30d9f0-0xffffffffae30da50 exc_overflow
  1294. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30da50-0xffffffffae30dad0 exc_invalid_op
  1295. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30dad0-0xffffffffae30db30 exc_coproc_segment_overrun
  1296. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30db30-0xffffffffae30dba0 exc_invalid_tss
  1297. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30dba0-0xffffffffae30dc10 exc_segment_not_present
  1298. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30dc10-0xffffffffae30dc80 exc_stack_segment
  1299. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30dc80-0xffffffffae30dd50 exc_alignment_check
  1300. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30dd50-0xffffffffae30def0 exc_double_fault
  1301. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30def0-0xffffffffae30dfc0 exc_bounds
  1302. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30dfc0-0xffffffffae30e3f0 exc_general_protection
  1303. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e3f0-0xffffffffae30e4e0 exc_int3
  1304. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e4e0-0xffffffffae30e510 sync_regs
  1305. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e510-0xffffffffae30e5c0 fixup_bad_iret
  1306. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e5c0-0xffffffffae30e780 exc_debug
  1307. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e780-0xffffffffae30e8f0 noist_exc_debug
  1308. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e8f0-0xffffffffae30e930 exc_coprocessor_error
  1309. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e930-0xffffffffae30e970 exc_simd_coprocessor_error
  1310. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e970-0xffffffffae30e9a0 exc_spurious_interrupt_bug
  1311. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30e9a0-0xffffffffae30ea30 exc_device_not_available
  1312. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ea30-0xffffffffae30eba0 exc_virtualization_exception
  1313. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30eba0-0xffffffffae30ec50 common_interrupt
  1314. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ec50-0xffffffffae30ed00 sysvec_x86_platform_ipi
  1315. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ed00-0xffffffffae30ed70 sysvec_kvm_posted_intr_ipi
  1316. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ed70-0xffffffffae30ee20 sysvec_kvm_posted_intr_wakeup_ipi
  1317. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ee20-0xffffffffae30ee90 sysvec_kvm_posted_intr_nested_ipi
  1318. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ee90-0xffffffffae30ef40 sysvec_thermal
  1319. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ef40-0xffffffffae30f070 get_stack_info_noinstr
  1320. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f070-0xffffffffae30f0c0 in_task_stack
  1321. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f0c0-0xffffffffae30f130 in_entry_stack
  1322. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f130-0xffffffffae30f2a0 default_do_nmi
  1323. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f2a0-0xffffffffae30f440 exc_nmi
  1324. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f440-0xffffffffae30f460 exc_nmi_noist
  1325. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f460-0xffffffffae30f510 sysvec_irq_work
  1326. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f510-0xffffffffae30f680 poke_int3_handler
  1327. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f680-0xffffffffae30f690 native_save_fl
  1328. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f690-0xffffffffae30f700 mce_wrmsrl
  1329. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f700-0xffffffffae30f780 mce_check_crashing_cpu
  1330. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f780-0xffffffffae30f968 mce_panic
  1331. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f968-0xffffffffae30f990 unexpected_machine_check.constprop.0
  1332. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30f990-0xffffffffae30fa40 mce_timed_out
  1333. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30fa40-0xffffffffae30fb90 mce_start
  1334. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30fb90-0xffffffffae30fea0 mce_end
  1335. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30fea0-0xffffffffae30ff00 mce_rdmsrl
  1336. /sys/kernel/debug/kprobes/blacklist:0xffffffffae30ff00-0xffffffffae310070 mce_read_aux
  1337. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310070-0xffffffffae310140 quirk_skylake_repmov
  1338. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310140-0xffffffffae3101c0 mce_gather_info
  1339. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3101c0-0xffffffffae310a70 do_machine_check
  1340. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310a70-0xffffffffae310b30 exc_machine_check
  1341. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310b30-0xffffffffae310c00 noist_exc_machine_check
  1342. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310c00-0xffffffffae310cb0 error_context
  1343. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310cb0-0xffffffffae310df0 mce_severity_intel
  1344. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310df0-0xffffffffae310eb0 mce_severity_amd.constprop.0
  1345. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310eb0-0xffffffffae310ef0 mce_severity
  1346. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310ef0-0xffffffffae310fa0 sysvec_deferred_error
  1347. /sys/kernel/debug/kprobes/blacklist:0xffffffffae310fa0-0xffffffffae311050 sysvec_threshold
  1348. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311050-0xffffffffae311100 sysvec_hyperv_callback
  1349. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311100-0xffffffffae3111b0 sysvec_hyperv_stimer0
  1350. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3111b0-0xffffffffae311260 sysvec_acrn_hv_callback
  1351. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311260-0xffffffffae311300 sysvec_reboot
  1352. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311300-0xffffffffae311420 sysvec_reschedule_ipi
  1353. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311420-0xffffffffae3114d0 sysvec_call_function
  1354. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3114d0-0xffffffffae311580 sysvec_call_function_single
  1355. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311580-0xffffffffae311630 sysvec_apic_timer_interrupt
  1356. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311630-0xffffffffae3116e0 spurious_interrupt
  1357. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3116e0-0xffffffffae311790 sysvec_spurious_apic_interrupt
  1358. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311790-0xffffffffae311840 sysvec_error_interrupt
  1359. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311840-0xffffffffae3118f0 sysvec_irq_move_cleanup
  1360. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3118f0-0xffffffffae311920 kvm_read_and_reset_apf_flags
  1361. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311920-0xffffffffae311a00 __kvm_handle_async_pf
  1362. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311a00-0xffffffffae311ab0 sysvec_kvm_asyncpf_interrupt
  1363. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311ab0-0xffffffffae311ac0 pv_native_read_cr2
  1364. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311ac0-0xffffffffae311ad0 pv_native_write_cr2
  1365. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311ad0-0xffffffffae311ae0 pv_native_irq_enable
  1366. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311ae0-0xffffffffae311af0 pv_native_irq_disable
  1367. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311af0-0xffffffffae311b50 pv_native_get_debugreg
  1368. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311b50-0xffffffffae311bc0 pv_native_set_debugreg
  1369. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311bc0-0xffffffffae311bd0 paravirt_BUG
  1370. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311bd0-0xffffffffae311c90 __sev_put_ghcb
  1371. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311c90-0xffffffffae311dc0 __sev_get_ghcb
  1372. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311dc0-0xffffffffae311e80 kernel_exc_vmm_communication
  1373. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311e80-0xffffffffae311ef0 user_exc_vmm_communication
  1374. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311ef0-0xffffffffae311fa0 __sev_es_ist_enter
  1375. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311fa0-0xffffffffae311fe0 __sev_es_ist_exit
  1376. /sys/kernel/debug/kprobes/blacklist:0xffffffffae311fe0-0xffffffffae3120d0 __sev_es_nmi_complete
  1377. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3120d0-0xffffffffae312280 exc_page_fault
  1378. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312280-0xffffffffae3122a0 get_cpu_entry_area
  1379. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3122a0-0xffffffffae3122c0 __stack_chk_fail
  1380. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3122c0-0xffffffffae3122f0 rcu_dynticks_inc
  1381. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3122f0-0xffffffffae312310 rcu_dynticks_eqs_enter
  1382. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312310-0xffffffffae312390 rcu_eqs_exit.constprop.0
  1383. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312390-0xffffffffae312450 rcu_eqs_enter.constprop.0
  1384. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312450-0xffffffffae3124f0 rcu_nmi_exit
  1385. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3124f0-0xffffffffae312500 rcu_irq_exit
  1386. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312500-0xffffffffae312580 rcu_nmi_enter
  1387. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312580-0xffffffffae312590 rcu_irq_enter
  1388. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312590-0xffffffffae3125e0 irqentry_nmi_enter
  1389. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3125e0-0xffffffffae312620 irqentry_nmi_exit
  1390. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312620-0xffffffffae312630 enter_from_user_mode
  1391. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312630-0xffffffffae312690 syscall_enter_from_user_mode
  1392. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312690-0xffffffffae3126b0 syscall_enter_from_user_mode_prepare
  1393. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3126b0-0xffffffffae3126c0 exit_to_user_mode
  1394. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3126c0-0xffffffffae312710 syscall_exit_to_user_mode
  1395. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312710-0xffffffffae312720 irqentry_enter_from_user_mode
  1396. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312720-0xffffffffae312770 irqentry_enter
  1397. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312770-0xffffffffae312790 irqentry_exit_to_user_mode
  1398. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312790-0xffffffffae3127e0 irqentry_exit
  1399. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3127e0-0xffffffffae3127f0 __ktime_get_real_seconds
  1400. /sys/kernel/debug/kprobes/blacklist:0xffffffffae3127f0-0xffffffffae312810 __memcpy
  1401. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312810-0xffffffffae312820 memcpy_erms
  1402. /sys/kernel/debug/kprobes/blacklist:0xffffffffae312820-0xffffffffae312943 memcpy_orig
  1403. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400000-0xffffffffae400029 entry_SYSCALL_64
  1404. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400029-0xffffffffae400038 entry_SYSCALL_64_safe_stack
  1405. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400038-0xffffffffae400105 entry_SYSCALL_64_after_hwframe
  1406. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400105-0xffffffffae400190 syscall_return_via_sysret
  1407. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400190-0xffffffffae400196 entry_SYSRETQ_unsafe_stack
  1408. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400196-0xffffffffae4001a0 entry_SYSRETQ_end
  1409. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4001a0-0xffffffffae400200 xen_error_entry
  1410. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400200-0xffffffffae400860 irq_entries_start
  1411. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400860-0xffffffffae400900 spurious_entries_start
  1412. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400900-0xffffffffae400920 asm_exc_divide_error
  1413. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400920-0xffffffffae400940 asm_exc_overflow
  1414. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400940-0xffffffffae400960 asm_exc_bounds
  1415. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400960-0xffffffffae400980 asm_exc_device_not_available
  1416. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400980-0xffffffffae4009a0 asm_exc_coproc_segment_overrun
  1417. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4009a0-0xffffffffae4009c0 asm_exc_spurious_interrupt_bug
  1418. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4009c0-0xffffffffae4009e0 asm_exc_coprocessor_error
  1419. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4009e0-0xffffffffae400a00 asm_exc_simd_coprocessor_error
  1420. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a00-0xffffffffae400a30 asm_exc_invalid_tss
  1421. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a30-0xffffffffae400a60 asm_exc_segment_not_present
  1422. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a60-0xffffffffae400a90 asm_exc_stack_segment
  1423. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400a90-0xffffffffae400ac0 asm_exc_general_protection
  1424. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ac0-0xffffffffae400af0 asm_exc_alignment_check
  1425. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400af0-0xffffffffae400b10 asm_exc_invalid_op
  1426. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400b10-0xffffffffae400b50 asm_exc_int3
  1427. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400b50-0xffffffffae400b80 asm_exc_page_fault
  1428. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400b80-0xffffffffae400bc0 asm_exc_machine_check
  1429. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400bc0-0xffffffffae400be0 asm_xenpv_exc_machine_check
  1430. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400be0-0xffffffffae400c00 asm_exc_nmi_noist
  1431. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c00-0xffffffffae400c20 asm_xenpv_exc_nmi
  1432. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c20-0xffffffffae400c60 asm_exc_debug
  1433. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c60-0xffffffffae400c80 asm_xenpv_exc_debug
  1434. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400c80-0xffffffffae400cb0 asm_exc_double_fault
  1435. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400cb0-0xffffffffae400ce0 asm_xenpv_exc_double_fault
  1436. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ce0-0xffffffffae400d50 asm_exc_vmm_communication
  1437. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400d50-0xffffffffae400d70 asm_exc_xen_hypervisor_callback
  1438. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400d70-0xffffffffae400d90 asm_exc_xen_unknown_trap
  1439. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400d90-0xffffffffae400dc0 asm_exc_virtualization_exception
  1440. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400dc0-0xffffffffae400e00 asm_common_interrupt
  1441. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e00-0xffffffffae400e30 asm_spurious_interrupt
  1442. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e30-0xffffffffae400e50 asm_sysvec_error_interrupt
  1443. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e50-0xffffffffae400e70 asm_sysvec_spurious_apic_interrupt
  1444. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e70-0xffffffffae400e90 asm_sysvec_apic_timer_interrupt
  1445. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400e90-0xffffffffae400eb0 asm_sysvec_x86_platform_ipi
  1446. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400eb0-0xffffffffae400ed0 asm_sysvec_reschedule_ipi
  1447. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ed0-0xffffffffae400ef0 asm_sysvec_irq_move_cleanup
  1448. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ef0-0xffffffffae400f10 asm_sysvec_reboot
  1449. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f10-0xffffffffae400f30 asm_sysvec_call_function_single
  1450. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f30-0xffffffffae400f50 asm_sysvec_call_function
  1451. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f50-0xffffffffae400f70 asm_sysvec_threshold
  1452. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f70-0xffffffffae400f90 asm_sysvec_deferred_error
  1453. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400f90-0xffffffffae400fb0 asm_sysvec_thermal
  1454. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400fb0-0xffffffffae400fd0 asm_sysvec_irq_work
  1455. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400fd0-0xffffffffae400ff0 asm_sysvec_kvm_posted_intr_ipi
  1456. /sys/kernel/debug/kprobes/blacklist:0xffffffffae400ff0-0xffffffffae401010 asm_sysvec_kvm_posted_intr_wakeup_ipi
  1457. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401010-0xffffffffae401030 asm_sysvec_kvm_posted_intr_nested_ipi
  1458. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401030-0xffffffffae401050 asm_sysvec_hyperv_callback
  1459. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401050-0xffffffffae401070 asm_sysvec_hyperv_reenlightenment
  1460. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401070-0xffffffffae401090 asm_sysvec_hyperv_stimer0
  1461. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401090-0xffffffffae4010b0 asm_sysvec_acrn_hv_callback
  1462. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4010b0-0xffffffffae4010d0 asm_sysvec_xen_hvm_callback
  1463. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4010d0-0xffffffffae4010f0 asm_sysvec_kvm_asyncpf_interrupt
  1464. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4010f0-0xffffffffae401190 common_interrupt_return
  1465. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401190-0xffffffffae4011ab restore_regs_and_return_to_kernel
  1466. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4011ab-0xffffffffae4011b7 early_xen_iret_patch
  1467. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4011b7-0xffffffffae4011b9 native_irq_return_iret
  1468. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4011b9-0xffffffffae401270 native_irq_return_ldt
  1469. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401270-0xffffffffae4012a0 asm_load_gs_index
  1470. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4012a0-0xffffffffae4012b0 exc_xen_hypervisor_callback
  1471. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4012b0-0xffffffffae401340 xen_failsafe_callback
  1472. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401340-0xffffffffae401420 paranoid_entry
  1473. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401420-0xffffffffae401490 paranoid_exit
  1474. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401490-0xffffffffae4015c0 error_entry
  1475. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4015c0-0xffffffffae4015e0 error_return
  1476. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4015e0-0xffffffffae4016db asm_exc_nmi
  1477. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4016db-0xffffffffae4016f3 nested_nmi
  1478. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4016f3-0xffffffffae4016f6 nested_nmi_out
  1479. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4016f6-0xffffffffae401714 first_nmi
  1480. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401714-0xffffffffae401739 repeat_nmi
  1481. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401739-0xffffffffae4017a0 end_repeat_nmi
  1482. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4017a0-0xffffffffae4017a4 nmi_no_fsgsbase
  1483. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4017a4-0xffffffffae4017a7 nmi_swapgs
  1484. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4017a7-0xffffffffae4017d0 nmi_restore
  1485. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4017d0-0xffffffffae4017fa entry_SYSENTER_compat
  1486. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4017fa-0xffffffffae40187c entry_SYSENTER_compat_after_hwframe
  1487. /sys/kernel/debug/kprobes/blacklist:0xffffffffae40187c-0xffffffffae401880 __end_entry_SYSENTER_compat
  1488. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401880-0xffffffffae4018a3 entry_SYSCALL_compat
  1489. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4018a3-0xffffffffae4018ac entry_SYSCALL_compat_safe_stack
  1490. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4018ac-0xffffffffae401916 entry_SYSCALL_compat_after_hwframe
  1491. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401916-0xffffffffae401959 sysret32_from_system_call
  1492. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401959-0xffffffffae4019ae entry_SYSRETL_compat_unsafe_stack
  1493. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4019ae-0xffffffffae4019b0 entry_SYSRETL_compat_end
  1494. /sys/kernel/debug/kprobes/blacklist:0xffffffffae4019b0-0xffffffffae401a53 entry_INT80_compat
  1495. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401a53-0xffffffffae401a58 _paravirt_nop
  1496. /sys/kernel/debug/kprobes/blacklist:0xffffffffae401a58-0xffffffffae401a60 paravirt_ret0
  1497. /sys/kernel/debug/kprobes/blacklist:0xffffffffc1dd0bd0-0xffffffffc1dd0bf0 kvm_arch_has_assigned_device [kvm]
  1498. /sys/kernel/debug/kprobes/blacklist:0xffffffffc1dd0bf0-0xffffffffc1dd0c27 kvm_spurious_fault [kvm]
  1499. /sys/kernel/debug/kprobes/blacklist:0xffffffffc0f7a800-0xffffffffc0f7a8e0 vmx_l1d_flush [kvm_intel]
  1500. /sys/kernel/debug/kprobes/blacklist:0xffffffffc0f7a8e0-0xffffffffc0f7aa20 vmx_vcpu_enter_exit [kvm_intel]
  1501. /sys/kernel/debug/kprobes/blacklist:0xffffffffc0f7aa20-0xffffffffc0f7ab00 vmx_update_host_rsp [kvm_intel]
  1502. /sys/kernel/debug/kprobes/blacklist:0xffffffffc0f7ab00-0xffffffffc0f7ab60 vmx_spec_ctrl_restore_host [kvm_intel]
  1503. /sys/kernel/debug/kprobes/blacklist:0xffffffffc0f7ab60-0xffffffffc0f7abf3 __vmx_vcpu_run [kvm_intel]
  1504. /sys/kernel/debug/kprobes/blacklist:0xffffffffc0f7abf3-0xffffffffc0f7b000 vmx_vmexit [kvm_intel]
  1505. grep: /sys/kernel/debug/kprobes/enabled: Operation not permitted
  1506. == lsmod ==
  1507. Module Size Used by
  1508. rfcomm 86016 4
  1509. nf_tables 278528 0
  1510. libcrc32c 16384 1 nf_tables
  1511. nfnetlink 20480 1 nf_tables
  1512. ccm 20480 6
  1513. cmac 16384 2
  1514. algif_hash 16384 1
  1515. algif_skcipher 16384 1
  1516. af_alg 32768 6 algif_hash,algif_skcipher
  1517. snd_sof_pci_intel_cnl 16384 0
  1518. snd_sof_intel_hda_common 118784 1 snd_sof_pci_intel_cnl
  1519. soundwire_intel 40960 1 snd_sof_intel_hda_common
  1520. soundwire_generic_allocation 16384 1 soundwire_intel
  1521. soundwire_cadence 40960 1 soundwire_intel
  1522. snd_sof_intel_hda 20480 1 snd_sof_intel_hda_common
  1523. snd_sof_pci 24576 2 snd_sof_intel_hda_common,snd_sof_pci_intel_cnl
  1524. snd_sof_xtensa_dsp 16384 1 snd_sof_intel_hda_common
  1525. snd_sof 208896 2 snd_sof_pci,snd_sof_intel_hda_common
  1526. snd_sof_utils 20480 1 snd_sof
  1527. snd_soc_hdac_hda 24576 1 snd_sof_intel_hda_common
  1528. snd_hda_ext_core 36864 3 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
  1529. snd_soc_acpi_intel_match 69632 2 snd_sof_intel_hda_common,snd_sof_pci_intel_cnl
  1530. snd_soc_acpi 16384 2 snd_soc_acpi_intel_match,snd_sof_intel_hda_common
  1531. soundwire_bus 94208 3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
  1532. snd_soc_core 368640 4 soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda
  1533. intel_tcc_cooling 16384 0
  1534. snd_compress 24576 1 snd_soc_core
  1535. snd_hda_codec_realtek 163840 1
  1536. ac97_bus 16384 1 snd_soc_core
  1537. snd_hda_codec_generic 102400 1 snd_hda_codec_realtek
  1538. x86_pkg_temp_thermal 20480 0
  1539. ledtrig_audio 16384 1 snd_hda_codec_generic
  1540. snd_pcm_dmaengine 20480 1 snd_soc_core
  1541. intel_powerclamp 24576 0
  1542. snd_hda_codec_hdmi 81920 2
  1543. snd_hda_intel 53248 4
  1544. coretemp 24576 0
  1545. bnep 28672 2
  1546. nouveau 2367488 1
  1547. snd_intel_dspcfg 36864 2 snd_hda_intel,snd_sof_intel_hda_common
  1548. snd_intel_sdw_acpi 20480 2 snd_sof_intel_hda_common,snd_intel_dspcfg
  1549. snd_hda_codec 176128 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda
  1550. i915 3129344 32
  1551. mxm_wmi 16384 1 nouveau
  1552. snd_hda_core 114688 9 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
  1553. kvm_intel 434176 0
  1554. drm_ttm_helper 16384 1 nouveau
  1555. drm_buddy 20480 1 i915
  1556. snd_hwdep 20480 1 snd_hda_codec
  1557. ttm 98304 3 drm_ttm_helper,i915,nouveau
  1558. iwlmvm 610304 0
  1559. snd_pcm 155648 11 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine
  1560. drm_display_helper 184320 2 i915,nouveau
  1561. kvm 1130496 1 kvm_intel
  1562. btusb 61440 0
  1563. mei_pxp 20480 0
  1564. mei_hdcp 24576 0
  1565. intel_rapl_msr 20480 0
  1566. btrtl 24576 1 btusb
  1567. crct10dif_pclmul 16384 1
  1568. snd_seq_midi 20480 0
  1569. cec 81920 2 drm_display_helper,i915
  1570. snd_seq_midi_event 16384 1 snd_seq_midi
  1571. uvcvideo 114688 0
  1572. mac80211 1314816 1 iwlmvm
  1573. btbcm 24576 1 btusb
  1574. ghash_clmulni_intel 16384 0
  1575. processor_thermal_device_pci_legacy 16384 0
  1576. rc_core 65536 1 cec
  1577. snd_rawmidi 45056 1 snd_seq_midi
  1578. btintel 40960 1 btusb
  1579. videobuf2_vmalloc 20480 1 uvcvideo
  1580. processor_thermal_device 20480 1 processor_thermal_device_pci_legacy
  1581. aesni_intel 376832 7
  1582. drm_kms_helper 200704 3 drm_display_helper,i915,nouveau
  1583. btmtk 16384 1 btusb
  1584. snd_seq 77824 2 snd_seq_midi,snd_seq_midi_event
  1585. videobuf2_memops 20480 1 videobuf2_vmalloc
  1586. processor_thermal_rfim 24576 1 processor_thermal_device
  1587. i2c_algo_bit 16384 2 i915,nouveau
  1588. libarc4 16384 1 mac80211
  1589. binfmt_misc 24576 1
  1590. cmdlinepart 16384 0
  1591. videobuf2_v4l2 32768 1 uvcvideo
  1592. crypto_simd 16384 1 aesni_intel
  1593. processor_thermal_mbox 16384 2 processor_thermal_rfim,processor_thermal_device
  1594. snd_seq_device 16384 3 snd_seq,snd_seq_midi,snd_rawmidi
  1595. fb_sys_fops 16384 1 drm_kms_helper
  1596. cryptd 24576 3 crypto_simd,ghash_clmulni_intel
  1597. videobuf2_common 81920 4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
  1598. bluetooth 827392 34 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm
  1599. snd_timer 40960 2 snd_seq,snd_pcm
  1600. nls_iso8859_1 16384 1
  1601. iwlwifi 503808 1 iwlmvm
  1602. processor_thermal_rapl 20480 1 processor_thermal_device
  1603. spi_nor 110592 0
  1604. syscopyarea 16384 1 drm_kms_helper
  1605. rapl 20480 0
  1606. mei_me 49152 2
  1607. videodev 274432 3 videobuf2_v4l2,uvcvideo,videobuf2_common
  1608. snd 114688 22 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
  1609. joydev 32768 0
  1610. ucsi_acpi 16384 0
  1611. intel_rapl_common 40960 2 intel_rapl_msr,processor_thermal_rapl
  1612. ucsi_ccg 24576 0
  1613. ecdh_generic 16384 1 bluetooth
  1614. sysfillrect 20480 1 drm_kms_helper
  1615. intel_cstate 20480 0
  1616. serio_raw 20480 0
  1617. intel_wmi_thunderbolt 20480 0
  1618. mtd 81920 3 spi_nor,cmdlinepart
  1619. mc 65536 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
  1620. hid_multitouch 32768 0
  1621. nvidia_wmi_ec_backlight 16384 0
  1622. cfg80211 1044480 3 iwlmvm,iwlwifi,mac80211
  1623. ee1004 20480 0
  1624. wmi_bmof 16384 0
  1625. ecc 40960 1 ecdh_generic
  1626. mei 143360 5 mei_hdcp,mei_pxp,mei_me
  1627. typec_ucsi 49152 2 ucsi_ccg,ucsi_acpi
  1628. input_leds 16384 0
  1629. soundcore 16384 1 snd
  1630. sysimgblt 20480 1 drm_kms_helper
  1631. intel_soc_dts_iosf 20480 1 processor_thermal_device_pci_legacy
  1632. intel_pch_thermal 20480 0
  1633. mac_hid 16384 0
  1634. typec 73728 1 typec_ucsi
  1635. ideapad_laptop 28672 0
  1636. sparse_keymap 16384 1 ideapad_laptop
  1637. int3403_thermal 20480 0
  1638. platform_profile 16384 1 ideapad_laptop
  1639. int340x_thermal_zone 20480 2 int3403_thermal,processor_thermal_device
  1640. int3400_thermal 20480 0
  1641. acpi_thermal_rel 16384 1 int3400_thermal
  1642. acpi_pad 184320 0
  1643. acpi_tad 20480 0
  1644. sch_fq_codel 24576 2
  1645. msr 16384 0
  1646. parport_pc 53248 0
  1647. ppdev 24576 0
  1648. lp 28672 0
  1649. ramoops 32768 0
  1650. pstore_blk 16384 0
  1651. drm 581632 20 drm_kms_helper,drm_display_helper,drm_buddy,drm_ttm_helper,i915,ttm,nouveau
  1652. parport 73728 3 parport_pc,lp,ppdev
  1653. reed_solomon 28672 1 ramoops
  1654. pstore_zone 32768 1 pstore_blk
  1655. efi_pstore 16384 0
  1656. ip_tables 32768 0
  1657. x_tables 57344 1 ip_tables
  1658. autofs4 45056 2
  1659. usbhid 65536 0
  1660. hid_generic 16384 0
  1661. intel_lpss_pci 28672 0
  1662. i2c_hid_acpi 16384 0
  1663. nvme 49152 2
  1664. spi_intel_pci 16384 0
  1665. i2c_i801 36864 0
  1666. r8169 102400 0
  1667. ahci 49152 0
  1668. intel_lpss 16384 1 intel_lpss_pci
  1669. xhci_pci 24576 0
  1670. crc32_pclmul 16384 0
  1671. i2c_hid 36864 1 i2c_hid_acpi
  1672. i2c_nvidia_gpu 16384 0
  1673. nvme_core 147456 3 nvme
  1674. spi_intel 28672 1 spi_intel_pci
  1675. i2c_smbus 20480 1 i2c_i801
  1676. realtek 32768 1
  1677. libahci 49152 1 ahci
  1678. idma64 20480 0
  1679. xhci_pci_renesas 20480 1 xhci_pci
  1680. i2c_ccgx_ucsi 16384 1 i2c_nvidia_gpu
  1681. hid 159744 4 i2c_hid,usbhid,hid_multitouch,hid_generic
  1682. wmi 32768 6 nvidia_wmi_ec_backlight,intel_wmi_thunderbolt,wmi_bmof,ideapad_laptop,mxm_wmi,nouveau
  1683. video 65536 3 ideapad_laptop,i915,nouveau
  1684. pinctrl_cannonlake 36864 0
  1685. == avahi-browse -r -t _stap._tcp ==
  1686. + wlp0s20f3 IPv6 Systemtap Compile Server on Lenovo-Legion-5-15IMH05H _stap._tcp local
  1687. + wlp0s20f3 IPv4 Systemtap Compile Server on Lenovo-Legion-5-15IMH05H _stap._tcp local
  1688. + lo IPv4 Systemtap Compile Server on Lenovo-Legion-5-15IMH05H _stap._tcp local
  1689. = wlp0s20f3 IPv6 Systemtap Compile Server on Lenovo-Legion-5-15IMH05H _stap._tcp local
  1690. hostname = [Lenovo-Legion-5-15IMH05H.local]
  1691. address = [fe80::5c0c:2aa3:38c2:31e4]
  1692. port = [44179]
  1693. txt = ["certinfo=00:be:bd:e0:57" "version=4.6" "optinfo=-B-e CC=/usr/bin/x86_64-linux-gnu-gcc" "sysinfo=5.19.0-32-generic x86_64"]
  1694. = wlp0s20f3 IPv4 Systemtap Compile Server on Lenovo-Legion-5-15IMH05H _stap._tcp local
  1695. hostname = [Lenovo-Legion-5-15IMH05H.local]
  1696. address = [128.189.146.57]
  1697. port = [44179]
  1698. txt = ["certinfo=00:be:bd:e0:57" "version=4.6" "optinfo=-B-e CC=/usr/bin/x86_64-linux-gnu-gcc" "sysinfo=5.19.0-32-generic x86_64"]
  1699. = lo IPv4 Systemtap Compile Server on Lenovo-Legion-5-15IMH05H _stap._tcp local
  1700. hostname = [Lenovo-Legion-5-15IMH05H.local]
  1701. address = [127.0.0.1]
  1702. port = [44179]
  1703. txt = ["certinfo=00:be:bd:e0:57" "version=4.6" "optinfo=-B-e CC=/usr/bin/x86_64-linux-gnu-gcc" "sysinfo=5.19.0-32-generic x86_64"]
  1704. == ifconfig -a ==
  1705. enp7s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
  1706. ether 00:2b:67:79:56:dd txqueuelen 1000 (Ethernet)
  1707. RX packets 0 bytes 0 (0.0 B)
  1708. RX errors 0 dropped 0 overruns 0 frame 0
  1709. TX packets 0 bytes 0 (0.0 B)
  1710. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1711.  
  1712. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  1713. inet 127.0.0.1 netmask 255.0.0.0
  1714. inet6 ::1 prefixlen 128 scopeid 0x10<host>
  1715. loop txqueuelen 1000 (Local Loopback)
  1716. RX packets 5803 bytes 1819546 (1.8 MB)
  1717. RX errors 0 dropped 0 overruns 0 frame 0
  1718. TX packets 5803 bytes 1819546 (1.8 MB)
  1719. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1720.  
  1721. wlp0s20f3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  1722. inet 128.189.146.57 netmask 255.255.248.0 broadcast 128.189.151.255
  1723. inet6 fe80::5c0c:2aa3:38c2:31e4 prefixlen 64 scopeid 0x20<link>
  1724. ether e4:5e:37:8e:e4:8c txqueuelen 1000 (Ethernet)
  1725. RX packets 581089 bytes 533674405 (533.6 MB)
  1726. RX errors 0 dropped 309 overruns 0 frame 0
  1727. TX packets 354168 bytes 263092117 (263.0 MB)
  1728. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  1729.  
  1730. == ps awux | grep stap ==
  1731. <my-username> 25512 0.1 0.0 167984 15292 ? Sl 16:28 0:00 /usr/lib/systemtap/stap-serverd -a x86_64 -B -e CC=/usr/bin/x86_64-linux-gnu-gcc --log=/var/log/stap-server/log
  1732. root 25535 0.0 0.0 23012 5940 pts/2 S+ 16:28 0:00 sudo stap-report
  1733. root 25536 0.0 0.0 23012 952 pts/3 Ss 16:28 0:00 sudo stap-report
  1734. root 25537 0.0 0.0 2888 960 pts/3 S+ 16:28 0:00 /bin/sh /usr/bin/stap-report
  1735. root 26249 0.0 0.0 2888 964 pts/3 S+ 16:28 0:00 sh -c ps awux | grep stap
  1736. root 26251 0.0 0.0 17868 2432 pts/3 S+ 16:28 0:00 grep stap
  1737. /boot/vmlinuz-5.19.0-32-generic
  1738. == (eu-readelf -n /boot/vmlinuz-5.19.0-32-generic 2>/dev/null || readelf -n /boot/vmlinuz-5.19.0-32-generic 2>/dev/null) | grep Build ==
  1739. /boot/vmlinuz
  1740. == (eu-readelf -n /boot/vmlinuz 2>/dev/null || readelf -n /boot/vmlinuz 2>/dev/null) | grep Build ==
  1741. == hexdump -C /sys/kernel/notes ==
  1742. 00000000 04 00 00 00 06 00 00 00 06 00 00 00 58 65 6e 00 |............Xen.|
  1743. 00000010 6c 69 6e 75 78 00 00 00 04 00 00 00 04 00 00 00 |linux...........|
  1744. 00000020 07 00 00 00 58 65 6e 00 32 2e 36 00 04 00 00 00 |....Xen.2.6.....|
  1745. 00000030 08 00 00 00 05 00 00 00 58 65 6e 00 78 65 6e 2d |........Xen.xen-|
  1746. 00000040 33 2e 30 00 04 00 00 00 08 00 00 00 03 00 00 00 |3.0.............|
  1747. 00000050 58 65 6e 00 00 00 00 80 ff ff ff ff 04 00 00 00 |Xen.............|
  1748. 00000060 08 00 00 00 0f 00 00 00 58 65 6e 00 00 00 00 00 |........Xen.....|
  1749. 00000070 80 00 00 00 04 00 00 00 08 00 00 00 01 00 00 00 |................|
  1750. 00000080 58 65 6e 00 c0 51 84 af ff ff ff ff 04 00 00 00 |Xen..Q..........|
  1751. 00000090 08 00 00 00 02 00 00 00 58 65 6e 00 00 c0 30 ae |........Xen...0.|
  1752. 000000a0 ff ff ff ff 04 00 00 00 29 00 00 00 0a 00 00 00 |........).......|
  1753. 000000b0 58 65 6e 00 21 77 72 69 74 61 62 6c 65 5f 70 61 |Xen.!writable_pa|
  1754. 000000c0 67 65 5f 74 61 62 6c 65 73 7c 70 61 65 5f 70 67 |ge_tables|pae_pg|
  1755. 000000d0 64 69 72 5f 61 62 6f 76 65 5f 34 67 62 00 00 00 |dir_above_4gb...|
  1756. 000000e0 04 00 00 00 04 00 00 00 11 00 00 00 58 65 6e 00 |............Xen.|
  1757. 000000f0 01 88 00 00 04 00 00 00 04 00 00 00 09 00 00 00 |................|
  1758. 00000100 58 65 6e 00 79 65 73 00 04 00 00 00 08 00 00 00 |Xen.yes.........|
  1759. 00000110 08 00 00 00 58 65 6e 00 67 65 6e 65 72 69 63 00 |....Xen.generic.|
  1760. 00000120 04 00 00 00 10 00 00 00 0d 00 00 00 58 65 6e 00 |............Xen.|
  1761. 00000130 01 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 |................|
  1762. 00000140 04 00 00 00 04 00 00 00 0e 00 00 00 58 65 6e 00 |............Xen.|
  1763. 00000150 01 00 00 00 04 00 00 00 04 00 00 00 10 00 00 00 |................|
  1764. 00000160 58 65 6e 00 01 00 00 00 04 00 00 00 08 00 00 00 |Xen.............|
  1765. 00000170 0c 00 00 00 58 65 6e 00 00 00 00 00 00 80 ff ff |....Xen.........|
  1766. 00000180 04 00 00 00 08 00 00 00 04 00 00 00 58 65 6e 00 |............Xen.|
  1767. 00000190 00 00 00 00 00 00 00 00 04 00 00 00 14 00 00 00 |................|
  1768. 000001a0 03 00 00 00 47 4e 55 00 58 de 6d 20 cb 12 14 e0 |....GNU.X.m ....|
  1769. 000001b0 3b fe 88 8e 27 c4 bb f3 d8 dc cb cf 06 00 00 00 |;...'...........|
  1770. 000001c0 04 00 00 00 01 01 00 00 4c 69 6e 75 78 00 00 00 |........Linux...|
  1771. 000001d0 00 00 00 00 06 00 00 00 01 00 00 00 00 01 00 00 |................|
  1772. 000001e0 4c 69 6e 75 78 00 00 00 00 00 00 00 04 00 00 00 |Linux...........|
  1773. 000001f0 08 00 00 00 12 00 00 00 58 65 6e 00 10 0a 40 2d |........Xen...@-|
  1774. 00000200 00 00 00 00 |....|
  1775. 00000204
  1776. == hexdump -C /sys/module/ac97_bus/notes/.note.gnu.build-id ==
  1777. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1778. 00000010 99 6c 31 72 99 08 18 74 e5 38 4f 5b cc 30 94 97 |.l1r...t.8O[.0..|
  1779. 00000020 6e 39 60 21 |n9`!|
  1780. 00000024
  1781. == hexdump -C /sys/module/acpi_pad/notes/.note.gnu.build-id ==
  1782. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1783. 00000010 c6 48 33 0e ab d5 40 53 27 25 f3 dd 26 b4 93 83 |.H3...@S'%..&...|
  1784. 00000020 bf ac 30 92 |..0.|
  1785. 00000024
  1786. == hexdump -C /sys/module/acpi_tad/notes/.note.gnu.build-id ==
  1787. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1788. 00000010 5d a9 c5 24 85 25 78 44 ff 50 07 9d e4 a9 27 05 |]..$.%xD.P....'.|
  1789. 00000020 9e d3 d2 ec |....|
  1790. 00000024
  1791. == hexdump -C /sys/module/acpi_thermal_rel/notes/.note.gnu.build-id ==
  1792. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1793. 00000010 f1 42 6f 1d 2f 41 6f 77 fb cf e5 d2 53 35 95 1d |.Bo./Aow....S5..|
  1794. 00000020 66 58 a9 a7 |fX..|
  1795. 00000024
  1796. == hexdump -C /sys/module/aesni_intel/notes/.note.gnu.build-id ==
  1797. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1798. 00000010 52 88 bf d3 0a a3 8e 6c 2e 2e 42 61 25 5d 8e c8 |R......l..Ba%]..|
  1799. 00000020 5c 73 c3 e8 |\s..|
  1800. 00000024
  1801. == hexdump -C /sys/module/af_alg/notes/.note.gnu.build-id ==
  1802. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1803. 00000010 a9 0d 61 70 9d 00 78 8a bd 4f ce 68 67 e5 05 63 |..ap..x..O.hg..c|
  1804. 00000020 a6 e8 20 59 |.. Y|
  1805. 00000024
  1806. == hexdump -C /sys/module/ahci/notes/.note.gnu.build-id ==
  1807. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1808. 00000010 76 0b 98 08 ba c1 a4 cb 00 ff d8 00 a0 97 86 45 |v..............E|
  1809. 00000020 87 15 0b d5 |....|
  1810. 00000024
  1811. == hexdump -C /sys/module/algif_hash/notes/.note.gnu.build-id ==
  1812. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1813. 00000010 f1 5a 24 5c 0d 44 4a b1 94 03 04 d3 4a 6c 40 40 |.Z$\.DJ.....Jl@@|
  1814. 00000020 c6 90 2d 7d |..-}|
  1815. 00000024
  1816. == hexdump -C /sys/module/algif_skcipher/notes/.note.gnu.build-id ==
  1817. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1818. 00000010 4b 8a 87 b3 3e 86 06 67 bb a3 1c 9c 15 03 a7 d9 |K...>..g........|
  1819. 00000020 13 71 7b 8d |.q{.|
  1820. 00000024
  1821. == hexdump -C /sys/module/autofs4/notes/.note.gnu.build-id ==
  1822. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1823. 00000010 bc ba a3 12 27 45 28 95 08 4b c9 8c 86 ee 16 e5 |....'E(..K......|
  1824. 00000020 f2 5f 40 da |._@.|
  1825. 00000024
  1826. == hexdump -C /sys/module/binfmt_misc/notes/.note.gnu.build-id ==
  1827. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1828. 00000010 98 87 80 3d 99 ab bd 82 50 57 a8 32 6d 67 75 0b |...=....PW.2mgu.|
  1829. 00000020 a3 fc 73 c1 |..s.|
  1830. 00000024
  1831. == hexdump -C /sys/module/bluetooth/notes/.note.gnu.build-id ==
  1832. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1833. 00000010 6b 49 47 60 bc d7 86 74 2c d0 19 ba e9 a5 7a c1 |kIG`...t,.....z.|
  1834. 00000020 b4 dd a4 a5 |....|
  1835. 00000024
  1836. == hexdump -C /sys/module/bnep/notes/.note.gnu.build-id ==
  1837. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1838. 00000010 13 47 16 85 3e 7d 7e 73 cb 95 94 b1 e9 0e 3d d2 |.G..>}~s......=.|
  1839. 00000020 de 78 61 c0 |.xa.|
  1840. 00000024
  1841. == hexdump -C /sys/module/btbcm/notes/.note.gnu.build-id ==
  1842. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1843. 00000010 e9 31 f3 c5 31 32 44 e6 76 56 70 36 ea b4 8d d0 |.1..12D.vVp6....|
  1844. 00000020 ad 5b e3 f6 |.[..|
  1845. 00000024
  1846. == hexdump -C /sys/module/btintel/notes/.note.gnu.build-id ==
  1847. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1848. 00000010 74 1d c7 93 3d 61 02 c3 a1 46 ec 23 69 92 d3 9d |t...=a...F.#i...|
  1849. 00000020 ef 52 8c c0 |.R..|
  1850. 00000024
  1851. == hexdump -C /sys/module/btmtk/notes/.note.gnu.build-id ==
  1852. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1853. 00000010 72 c7 97 a1 37 4d 90 b8 be 10 1d 93 15 8f 60 a4 |r...7M........`.|
  1854. 00000020 5f d3 8e 16 |_...|
  1855. 00000024
  1856. == hexdump -C /sys/module/btrtl/notes/.note.gnu.build-id ==
  1857. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1858. 00000010 df 6a 59 6a cb b4 7a d6 4a 8a 11 1c fb 11 7c 58 |.jYj..z.J.....|X|
  1859. 00000020 67 cf 54 0f |g.T.|
  1860. 00000024
  1861. == hexdump -C /sys/module/btusb/notes/.note.gnu.build-id ==
  1862. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1863. 00000010 20 25 47 fc 22 66 d0 f3 db 35 68 b9 c9 03 bb 99 | %G."f...5h.....|
  1864. 00000020 52 56 0d 79 |RV.y|
  1865. 00000024
  1866. == hexdump -C /sys/module/ccm/notes/.note.gnu.build-id ==
  1867. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1868. 00000010 13 b4 6c 48 72 6d e4 b3 2c da 19 0a 10 9e 88 ab |..lHrm..,.......|
  1869. 00000020 70 4e 31 3e |pN1>|
  1870. 00000024
  1871. == hexdump -C /sys/module/cec/notes/.note.gnu.build-id ==
  1872. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1873. 00000010 7f 08 a2 42 92 cb 0b da 88 d4 ae fd f6 c7 a8 58 |...B...........X|
  1874. 00000020 33 8e d9 5f |3.._|
  1875. 00000024
  1876. == hexdump -C /sys/module/cfg80211/notes/.note.gnu.build-id ==
  1877. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1878. 00000010 42 03 8e 94 4b dc 46 58 8e db 40 62 c6 3c 9e dc |B...K.FX..@b.<..|
  1879. 00000020 18 ec a6 01 |....|
  1880. 00000024
  1881. == hexdump -C /sys/module/cmac/notes/.note.gnu.build-id ==
  1882. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1883. 00000010 d1 ba b2 1b f6 8a da 64 28 09 b9 fc 80 5a d1 d5 |.......d(....Z..|
  1884. 00000020 15 ac ff 55 |...U|
  1885. 00000024
  1886. == hexdump -C /sys/module/cmdlinepart/notes/.note.gnu.build-id ==
  1887. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1888. 00000010 35 95 c6 81 ea a2 35 4c be fd 2e 8f 43 4c e6 b1 |5.....5L....CL..|
  1889. 00000020 c1 a1 a5 68 |...h|
  1890. 00000024
  1891. == hexdump -C /sys/module/coretemp/notes/.note.gnu.build-id ==
  1892. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1893. 00000010 ad 1b ff c3 6e fd ba 9e 5f d0 82 b0 8d 47 c1 b7 |....n..._....G..|
  1894. 00000020 27 2a b3 c0 |'*..|
  1895. 00000024
  1896. == hexdump -C /sys/module/crc32_pclmul/notes/.note.gnu.build-id ==
  1897. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1898. 00000010 7a b4 75 cc df 49 f9 40 57 89 b4 4c dc 4c ba 45 |[email protected]|
  1899. 00000020 e9 49 15 f2 |.I..|
  1900. 00000024
  1901. == hexdump -C /sys/module/crct10dif_pclmul/notes/.note.gnu.build-id ==
  1902. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1903. 00000010 35 63 a8 b8 1c cf a8 28 4d 53 38 0e 32 d5 29 0f |5c.....(MS8.2.).|
  1904. 00000020 0e a9 7c 66 |..|f|
  1905. 00000024
  1906. == hexdump -C /sys/module/cryptd/notes/.note.gnu.build-id ==
  1907. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1908. 00000010 e5 47 4a bd 00 10 b8 23 81 b0 9c 1c 90 9e 17 56 |.GJ....#.......V|
  1909. 00000020 48 53 a7 fe |HS..|
  1910. 00000024
  1911. == hexdump -C /sys/module/crypto_simd/notes/.note.gnu.build-id ==
  1912. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1913. 00000010 0e 33 74 88 59 cc 21 82 cd 9b 7f 98 70 b9 9f 04 |.3t.Y.!.....p...|
  1914. 00000020 ba 47 8d 23 |.G.#|
  1915. 00000024
  1916. == hexdump -C /sys/module/drm/notes/.note.gnu.build-id ==
  1917. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1918. 00000010 e9 bd 8a 18 e3 e3 82 d0 26 b1 23 17 9e 6b 36 e7 |........&.#..k6.|
  1919. 00000020 cf 1c 0f 84 |....|
  1920. 00000024
  1921. == hexdump -C /sys/module/drm_buddy/notes/.note.gnu.build-id ==
  1922. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1923. 00000010 62 b5 13 a3 cb 9e 14 e7 b7 2b 2f 6a 8f b2 13 5e |b........+/j...^|
  1924. 00000020 38 5d 0e 02 |8]..|
  1925. 00000024
  1926. == hexdump -C /sys/module/drm_display_helper/notes/.note.gnu.build-id ==
  1927. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1928. 00000010 63 b2 71 16 de 4b f8 ee 41 d1 68 0d 5a 90 07 fd |c.q..K..A.h.Z...|
  1929. 00000020 e4 97 3d 0e |..=.|
  1930. 00000024
  1931. == hexdump -C /sys/module/drm_kms_helper/notes/.note.gnu.build-id ==
  1932. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1933. 00000010 10 08 8d 1c 7e 04 6b 54 c9 8d 9d e6 4b 60 21 be |....~.kT....K`!.|
  1934. 00000020 e5 29 df ef |.)..|
  1935. 00000024
  1936. == hexdump -C /sys/module/drm_ttm_helper/notes/.note.gnu.build-id ==
  1937. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1938. 00000010 fd 85 d4 a1 48 ea 11 4d a7 e4 8e 41 da 1c 3b 55 |....H..M...A..;U|
  1939. 00000020 b5 48 b6 4d |.H.M|
  1940. 00000024
  1941. == hexdump -C /sys/module/ecc/notes/.note.gnu.build-id ==
  1942. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1943. 00000010 5e 9f 87 ca 54 8f e7 db 94 17 24 12 30 ca e3 2f |^...T.....$.0../|
  1944. 00000020 62 a5 4d cd |b.M.|
  1945. 00000024
  1946. == hexdump -C /sys/module/ecdh_generic/notes/.note.gnu.build-id ==
  1947. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1948. 00000010 ce a7 57 f3 4c c1 68 8e 3e 62 af 40 b1 6a 36 9f |..W.L.h.>[email protected].|
  1949. 00000020 fd 46 b9 0a |.F..|
  1950. 00000024
  1951. == hexdump -C /sys/module/ee1004/notes/.note.gnu.build-id ==
  1952. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1953. 00000010 c8 42 82 9c 53 21 fb a9 dd 09 a5 df 73 2d 65 6f |.B..S!......s-eo|
  1954. 00000020 45 83 26 ed |E.&.|
  1955. 00000024
  1956. == hexdump -C /sys/module/efi_pstore/notes/.note.gnu.build-id ==
  1957. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1958. 00000010 6d 63 2b cd bc 42 a9 60 6b 8b a2 dc 2d 4e 94 95 |mc+..B.`k...-N..|
  1959. 00000020 54 d9 b5 4d |T..M|
  1960. 00000024
  1961. == hexdump -C /sys/module/fb_sys_fops/notes/.note.gnu.build-id ==
  1962. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1963. 00000010 01 e5 da ae c6 68 f6 11 c2 fe 16 0b 92 a6 6c 58 |.....h........lX|
  1964. 00000020 bc e3 07 91 |....|
  1965. 00000024
  1966. == hexdump -C /sys/module/ghash_clmulni_intel/notes/.note.gnu.build-id ==
  1967. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1968. 00000010 c7 9e 14 57 29 de d9 ce 47 f7 45 0d 81 c6 54 71 |...W)...G.E...Tq|
  1969. 00000020 b0 2b 13 98 |.+..|
  1970. 00000024
  1971. == hexdump -C /sys/module/hid/notes/.note.gnu.build-id ==
  1972. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1973. 00000010 88 1e d7 0f 36 df bc df 9e 41 58 c8 f5 2d 15 25 |....6....AX..-.%|
  1974. 00000020 9f 01 9e eb |....|
  1975. 00000024
  1976. == hexdump -C /sys/module/hid_generic/notes/.note.gnu.build-id ==
  1977. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1978. 00000010 0c 7d 9c 18 7a c3 b3 82 51 56 f8 79 46 5b d6 ec |.}..z...QV.yF[..|
  1979. 00000020 bd 80 24 07 |..$.|
  1980. 00000024
  1981. == hexdump -C /sys/module/hid_multitouch/notes/.note.gnu.build-id ==
  1982. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1983. 00000010 11 62 05 4b 7c 46 bc 16 98 e6 06 b0 22 58 1d d5 |.b.K|F......"X..|
  1984. 00000020 f8 b2 c0 52 |...R|
  1985. 00000024
  1986. == hexdump -C /sys/module/i2c_algo_bit/notes/.note.gnu.build-id ==
  1987. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1988. 00000010 b6 e3 bb 49 95 64 40 74 c9 00 ce f7 2c 37 f2 18 |...I.d@t....,7..|
  1989. 00000020 39 7d bf 1b |9}..|
  1990. 00000024
  1991. == hexdump -C /sys/module/i2c_ccgx_ucsi/notes/.note.gnu.build-id ==
  1992. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1993. 00000010 ed 50 6e b2 88 c2 2d 32 6d 5b 8e 70 7f 16 fe 4f |.Pn...-2m[.p...O|
  1994. 00000020 73 fb 85 1c |s...|
  1995. 00000024
  1996. == hexdump -C /sys/module/i2c_hid/notes/.note.gnu.build-id ==
  1997. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  1998. 00000010 e0 1f 97 a5 f3 19 6d 91 e2 e0 39 2c d7 e9 50 17 |......m...9,..P.|
  1999. 00000020 83 93 35 8f |..5.|
  2000. 00000024
  2001. == hexdump -C /sys/module/i2c_hid_acpi/notes/.note.gnu.build-id ==
  2002. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2003. 00000010 3b a9 af 4c 2f 47 dd fa 8b 7e 21 c7 01 5d ce e0 |;..L/G...~!..]..|
  2004. 00000020 b7 44 38 0a |.D8.|
  2005. 00000024
  2006. == hexdump -C /sys/module/i2c_i801/notes/.note.gnu.build-id ==
  2007. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2008. 00000010 a8 4d 0e c4 27 9e 47 d5 e0 1f 9a 3f 31 ca 9d ad |.M..'.G....?1...|
  2009. 00000020 ff 0d 44 78 |..Dx|
  2010. 00000024
  2011. == hexdump -C /sys/module/i2c_nvidia_gpu/notes/.note.gnu.build-id ==
  2012. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2013. 00000010 6e bf 6b da 45 de 4a d3 1d 73 d3 d9 49 13 68 ec |n.k.E.J..s..I.h.|
  2014. 00000020 0d 41 17 79 |.A.y|
  2015. 00000024
  2016. == hexdump -C /sys/module/i2c_smbus/notes/.note.gnu.build-id ==
  2017. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2018. 00000010 8c 18 9a 9a 5e 99 64 93 90 e5 77 f7 48 11 48 bd |....^.d...w.H.H.|
  2019. 00000020 f1 eb 9c f9 |....|
  2020. 00000024
  2021. == hexdump -C /sys/module/i915/notes/.note.gnu.build-id ==
  2022. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2023. 00000010 a7 95 a4 52 0b 14 e4 a4 f1 7e 9e fd 1a d6 4b d0 |...R.....~....K.|
  2024. 00000020 09 04 44 de |..D.|
  2025. 00000024
  2026. == hexdump -C /sys/module/ideapad_laptop/notes/.note.gnu.build-id ==
  2027. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2028. 00000010 74 6e 14 2c 19 61 f6 75 7a f8 51 d5 42 e6 c6 4f |tn.,.a.uz.Q.B..O|
  2029. 00000020 04 39 7a bd |.9z.|
  2030. 00000024
  2031. == hexdump -C /sys/module/idma64/notes/.note.gnu.build-id ==
  2032. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2033. 00000010 25 58 35 6e 2a 13 03 12 7c 0a ea e6 e6 75 5c 31 |%X5n*...|....u\1|
  2034. 00000020 30 bb e9 88 |0...|
  2035. 00000024
  2036. == hexdump -C /sys/module/input_leds/notes/.note.gnu.build-id ==
  2037. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2038. 00000010 60 93 22 40 0b 5b 82 51 28 b3 c4 94 8a 48 84 98 |`."@.[.Q(....H..|
  2039. 00000020 ef a2 ed 45 |...E|
  2040. 00000024
  2041. == hexdump -C /sys/module/int3400_thermal/notes/.note.gnu.build-id ==
  2042. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2043. 00000010 43 38 75 dc 97 d1 5b 45 58 db 83 96 5e b4 2c a6 |C8u...[EX...^.,.|
  2044. 00000020 8b 23 9f af |.#..|
  2045. 00000024
  2046. == hexdump -C /sys/module/int3403_thermal/notes/.note.gnu.build-id ==
  2047. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2048. 00000010 4a 58 a2 c0 eb 10 86 2b 99 4f 8c b9 0c 02 d7 a2 |JX.....+.O......|
  2049. 00000020 6a 41 38 22 |jA8"|
  2050. 00000024
  2051. == hexdump -C /sys/module/int340x_thermal_zone/notes/.note.gnu.build-id ==
  2052. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2053. 00000010 7d 71 25 9f d2 a4 43 85 7b f6 68 49 49 6f ce 2e |}q%...C.{.hIIo..|
  2054. 00000020 66 bb 20 f8 |f. .|
  2055. 00000024
  2056. == hexdump -C /sys/module/intel_cstate/notes/.note.gnu.build-id ==
  2057. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2058. 00000010 39 9d 35 53 36 47 3e 2b 28 77 c0 e7 75 49 d1 d2 |9.5S6G>+(w..uI..|
  2059. 00000020 fe d2 a8 19 |....|
  2060. 00000024
  2061. == hexdump -C /sys/module/intel_lpss/notes/.note.gnu.build-id ==
  2062. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2063. 00000010 5f 38 11 1b 29 59 90 54 b1 d8 ef 6a d7 b1 65 db |_8..)Y.T...j..e.|
  2064. 00000020 34 77 12 4b |4w.K|
  2065. 00000024
  2066. == hexdump -C /sys/module/intel_lpss_pci/notes/.note.gnu.build-id ==
  2067. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2068. 00000010 68 11 e4 c8 15 a6 5a 0b 82 c2 0e 14 1e 05 5a 2b |h.....Z.......Z+|
  2069. 00000020 f7 1f f9 92 |....|
  2070. 00000024
  2071. == hexdump -C /sys/module/intel_pch_thermal/notes/.note.gnu.build-id ==
  2072. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2073. 00000010 af 0f e0 9b a0 70 b8 30 73 f8 06 4f ab c5 27 5f |.....p.0s..O..'_|
  2074. 00000020 02 c0 b5 ff |....|
  2075. 00000024
  2076. == hexdump -C /sys/module/intel_powerclamp/notes/.note.gnu.build-id ==
  2077. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2078. 00000010 d7 c9 20 da 43 ae 37 2d 63 f1 37 2f 98 c9 97 14 |.. .C.7-c.7/....|
  2079. 00000020 82 66 d2 ff |.f..|
  2080. 00000024
  2081. == hexdump -C /sys/module/intel_rapl_common/notes/.note.gnu.build-id ==
  2082. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2083. 00000010 74 bb 36 f0 bd de 59 4c b0 3f 07 63 c4 e0 4a 68 |t.6...YL.?.c..Jh|
  2084. 00000020 3e 3a 78 3e |>:x>|
  2085. 00000024
  2086. == hexdump -C /sys/module/intel_rapl_msr/notes/.note.gnu.build-id ==
  2087. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2088. 00000010 13 73 f1 db 84 1f 77 3e 0a 06 62 bb 5f 6a 5d 39 |.s....w>..b._j]9|
  2089. 00000020 d4 31 99 4b |.1.K|
  2090. 00000024
  2091. == hexdump -C /sys/module/intel_soc_dts_iosf/notes/.note.gnu.build-id ==
  2092. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2093. 00000010 e3 89 5c ab 73 0c 96 cf 89 90 30 33 b1 85 49 a1 |..\.s.....03..I.|
  2094. 00000020 4d 63 fc f5 |Mc..|
  2095. 00000024
  2096. == hexdump -C /sys/module/intel_tcc_cooling/notes/.note.gnu.build-id ==
  2097. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2098. 00000010 17 bc e3 08 1a a5 b6 7a d0 9b 51 80 65 d8 bc 9f |.......z..Q.e...|
  2099. 00000020 c7 e4 27 4c |..'L|
  2100. 00000024
  2101. == hexdump -C /sys/module/intel_wmi_thunderbolt/notes/.note.gnu.build-id ==
  2102. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2103. 00000010 20 77 d0 94 2d aa 00 87 2d 48 92 5b b6 9b a6 eb | w..-...-H.[....|
  2104. 00000020 e6 12 88 54 |...T|
  2105. 00000024
  2106. == hexdump -C /sys/module/ip_tables/notes/.note.gnu.build-id ==
  2107. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2108. 00000010 b9 a0 1a 6a 1c 8a f7 83 d7 89 d1 50 7d 2c f2 0d |...j.......P},..|
  2109. 00000020 04 47 12 3a |.G.:|
  2110. 00000024
  2111. == hexdump -C /sys/module/iwlmvm/notes/.note.gnu.build-id ==
  2112. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2113. 00000010 75 81 bb 04 48 ae 10 ea b5 16 4f b2 a3 d5 40 5c |u...H.....O...@\|
  2114. 00000020 3a 42 e2 b3 |:B..|
  2115. 00000024
  2116. == hexdump -C /sys/module/iwlwifi/notes/.note.gnu.build-id ==
  2117. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2118. 00000010 a3 70 c3 27 86 59 eb 68 5b 2c f9 d6 1a e3 d1 b7 |.p.'.Y.h[,......|
  2119. 00000020 4b 52 da f2 |KR..|
  2120. 00000024
  2121. == hexdump -C /sys/module/joydev/notes/.note.gnu.build-id ==
  2122. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2123. 00000010 b3 67 f2 fd 72 90 fb 7d 9e eb 79 63 82 61 d4 af |.g..r..}..yc.a..|
  2124. 00000020 61 f8 41 b9 |a.A.|
  2125. 00000024
  2126. == hexdump -C /sys/module/kvm/notes/.note.gnu.build-id ==
  2127. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2128. 00000010 94 ec 0c e5 4c 82 9a a4 fa 88 40 71 15 a4 de 4a |[email protected]|
  2129. 00000020 74 c7 65 bf |t.e.|
  2130. 00000024
  2131. == hexdump -C /sys/module/kvm_intel/notes/.note.gnu.build-id ==
  2132. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2133. 00000010 3a c2 58 54 83 16 ec 3a 67 7a 5c 8d 6f 49 e5 73 |:.XT...:gz\.oI.s|
  2134. 00000020 18 6c e5 12 |.l..|
  2135. 00000024
  2136. == hexdump -C /sys/module/ledtrig_audio/notes/.note.gnu.build-id ==
  2137. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2138. 00000010 bd 5c 49 1b ea fb 35 c4 ae b4 08 00 23 06 50 67 |.\I...5.....#.Pg|
  2139. 00000020 55 66 4d 70 |UfMp|
  2140. 00000024
  2141. == hexdump -C /sys/module/libahci/notes/.note.gnu.build-id ==
  2142. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2143. 00000010 cf bf ba 60 2f 01 45 80 5b c9 8d 30 5d 7f 0a 8d |...`/.E.[..0]...|
  2144. 00000020 6c 7e 83 e6 |l~..|
  2145. 00000024
  2146. == hexdump -C /sys/module/libarc4/notes/.note.gnu.build-id ==
  2147. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2148. 00000010 1a 9e e9 0f 78 bd 2e 52 7e 1b ac ef dd 0e 97 e8 |....x..R~.......|
  2149. 00000020 55 b6 5a 00 |U.Z.|
  2150. 00000024
  2151. == hexdump -C /sys/module/libcrc32c/notes/.note.gnu.build-id ==
  2152. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2153. 00000010 88 bf d6 47 19 4e 6f 7a 09 71 ae 08 44 30 15 81 |...G.Noz.q..D0..|
  2154. 00000020 e7 22 12 be |."..|
  2155. 00000024
  2156. == hexdump -C /sys/module/lp/notes/.note.gnu.build-id ==
  2157. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2158. 00000010 53 fd 45 ae 86 0c e0 2f 34 8a 66 0c 83 3c 5e 54 |S.E..../4.f..<^T|
  2159. 00000020 b8 7c fa e7 |.|..|
  2160. 00000024
  2161. == hexdump -C /sys/module/mac80211/notes/.note.gnu.build-id ==
  2162. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2163. 00000010 86 92 a1 30 77 55 e7 f7 d1 ad 5e fd c1 41 33 fe |...0wU....^..A3.|
  2164. 00000020 dd 36 4a 45 |.6JE|
  2165. 00000024
  2166. == hexdump -C /sys/module/mac_hid/notes/.note.gnu.build-id ==
  2167. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2168. 00000010 2a f0 4f bf 3e 41 c9 fd c8 fe 75 b8 21 a2 25 e7 |*.O.>A....u.!.%.|
  2169. 00000020 68 44 51 9b |hDQ.|
  2170. 00000024
  2171. == hexdump -C /sys/module/mc/notes/.note.gnu.build-id ==
  2172. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2173. 00000010 27 d2 a6 39 c2 99 60 3c 98 75 8e 2e e6 4f ae d1 |'..9..`<.u...O..|
  2174. 00000020 81 ee c1 c8 |....|
  2175. 00000024
  2176. == hexdump -C /sys/module/mei/notes/.note.gnu.build-id ==
  2177. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2178. 00000010 35 68 17 42 ce 06 5a d3 42 f4 01 3b 34 61 db 68 |5h.B..Z.B..;4a.h|
  2179. 00000020 02 c4 77 dd |..w.|
  2180. 00000024
  2181. == hexdump -C /sys/module/mei_hdcp/notes/.note.gnu.build-id ==
  2182. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2183. 00000010 fd f3 f6 07 c6 c0 0d 2d 0b d9 3f e3 ba d6 dc 74 |.......-..?....t|
  2184. 00000020 1e 58 95 a9 |.X..|
  2185. 00000024
  2186. == hexdump -C /sys/module/mei_me/notes/.note.gnu.build-id ==
  2187. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2188. 00000010 04 3d c1 85 67 02 57 6e e9 35 d2 1b d6 bf c4 e0 |.=..g.Wn.5......|
  2189. 00000020 b0 bc 87 75 |...u|
  2190. 00000024
  2191. == hexdump -C /sys/module/mei_pxp/notes/.note.gnu.build-id ==
  2192. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2193. 00000010 9a 85 d1 4d 4a 08 c3 a2 b5 3e 53 a4 ff 47 f8 41 |...MJ....>S..G.A|
  2194. 00000020 95 b0 3d 0a |..=.|
  2195. 00000024
  2196. == hexdump -C /sys/module/msr/notes/.note.gnu.build-id ==
  2197. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2198. 00000010 e2 5b 3d 83 d2 5f 76 21 47 84 83 cf 93 6f ec 8a |.[=.._v!G....o..|
  2199. 00000020 8e 25 28 9a |.%(.|
  2200. 00000024
  2201. == hexdump -C /sys/module/mtd/notes/.note.gnu.build-id ==
  2202. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2203. 00000010 13 3f 26 3a 01 1a 8d d8 21 8e 51 84 64 82 b8 70 |.?&:....!.Q.d..p|
  2204. 00000020 8a 5e 5a f1 |.^Z.|
  2205. 00000024
  2206. == hexdump -C /sys/module/mxm_wmi/notes/.note.gnu.build-id ==
  2207. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2208. 00000010 6a ce e7 d4 b0 9d 17 8a de da c9 a7 ed 29 ac 67 |j............).g|
  2209. 00000020 62 ae 51 ab |b.Q.|
  2210. 00000024
  2211. == hexdump -C /sys/module/nf_tables/notes/.note.gnu.build-id ==
  2212. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2213. 00000010 46 7d 6d 4c 23 bf 88 15 7e a9 61 1c 5d 68 2c b0 |F}mL#...~.a.]h,.|
  2214. 00000020 5a 34 27 e2 |Z4'.|
  2215. 00000024
  2216. == hexdump -C /sys/module/nfnetlink/notes/.note.gnu.build-id ==
  2217. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2218. 00000010 36 d6 20 af 71 1b ca 27 f6 8f 9f fa ec 5d c7 a3 |6. .q..'.....]..|
  2219. 00000020 7e 2f ee 0e |~/..|
  2220. 00000024
  2221. == hexdump -C /sys/module/nls_iso8859_1/notes/.note.gnu.build-id ==
  2222. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2223. 00000010 04 d6 36 89 07 45 ad f2 90 33 4b bb 5d bd 77 c9 |..6..E...3K.].w.|
  2224. 00000020 c2 7a 40 1e |.z@.|
  2225. 00000024
  2226. == hexdump -C /sys/module/nouveau/notes/.note.gnu.build-id ==
  2227. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2228. 00000010 a2 bf 44 8e 90 62 c0 21 19 47 35 72 bc 7a ae 63 |..D..b.!.G5r.z.c|
  2229. 00000020 49 c9 80 d2 |I...|
  2230. 00000024
  2231. == hexdump -C /sys/module/nvidia_wmi_ec_backlight/notes/.note.gnu.build-id ==
  2232. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2233. 00000010 81 11 df 60 52 37 0c 41 6d fc 73 3c ef fd 99 92 |...`R7.Am.s<....|
  2234. 00000020 82 e8 74 a5 |..t.|
  2235. 00000024
  2236. == hexdump -C /sys/module/nvme/notes/.note.gnu.build-id ==
  2237. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2238. 00000010 d2 59 5c 21 69 79 29 a1 ab aa 64 7c b7 0a 80 d7 |.Y\!iy)...d|....|
  2239. 00000020 27 17 31 9c |'.1.|
  2240. 00000024
  2241. == hexdump -C /sys/module/nvme_core/notes/.note.gnu.build-id ==
  2242. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2243. 00000010 a7 04 c9 b5 e7 26 65 26 16 71 09 e7 53 30 43 52 |.....&e&.q..S0CR|
  2244. 00000020 7c 98 d7 f6 ||...|
  2245. 00000024
  2246. == hexdump -C /sys/module/parport/notes/.note.gnu.build-id ==
  2247. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2248. 00000010 65 b4 80 d8 6e f6 04 92 b9 fb 78 22 47 9b be a2 |e...n.....x"G...|
  2249. 00000020 43 09 2e e9 |C...|
  2250. 00000024
  2251. == hexdump -C /sys/module/parport_pc/notes/.note.gnu.build-id ==
  2252. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2253. 00000010 e1 6f c9 fc e8 c4 0b d7 8d 62 f9 5b f6 7f f1 29 |.o.......b.[...)|
  2254. 00000020 c7 c0 60 88 |..`.|
  2255. 00000024
  2256. == hexdump -C /sys/module/pinctrl_cannonlake/notes/.note.gnu.build-id ==
  2257. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2258. 00000010 9d 36 db 41 25 ab 68 77 f3 eb 87 4e 1b 3f 46 03 |.6.A%.hw...N.?F.|
  2259. 00000020 19 dc aa 36 |...6|
  2260. 00000024
  2261. == hexdump -C /sys/module/platform_profile/notes/.note.gnu.build-id ==
  2262. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2263. 00000010 ce 8c ba 43 80 b6 70 12 1e 30 2b df 4e b5 07 7d |...C..p..0+.N..}|
  2264. 00000020 8d 29 b2 01 |.)..|
  2265. 00000024
  2266. == hexdump -C /sys/module/ppdev/notes/.note.gnu.build-id ==
  2267. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2268. 00000010 39 9f 69 73 59 24 ad 86 4a 2e d8 10 80 cb 0f 8e |9.isY$..J.......|
  2269. 00000020 f2 c1 51 aa |..Q.|
  2270. 00000024
  2271. == hexdump -C /sys/module/processor_thermal_device/notes/.note.gnu.build-id ==
  2272. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2273. 00000010 1f ba 3e ef 2e 7d 63 6a d7 8d 38 31 cb 1b f1 a3 |..>..}cj..81....|
  2274. 00000020 13 30 f3 86 |.0..|
  2275. 00000024
  2276. == hexdump -C /sys/module/processor_thermal_device_pci_legacy/notes/.note.gnu.build-id ==
  2277. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2278. 00000010 a2 82 1c fb 78 93 e5 e2 3d 1d ac 16 58 65 e6 25 |....x...=...Xe.%|
  2279. 00000020 3d f6 5f b4 |=._.|
  2280. 00000024
  2281. == hexdump -C /sys/module/processor_thermal_mbox/notes/.note.gnu.build-id ==
  2282. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2283. 00000010 68 61 84 85 4a e5 78 f2 ae 2a 90 ce d6 1c 06 57 |ha..J.x..*.....W|
  2284. 00000020 87 5a 4a 7e |.ZJ~|
  2285. 00000024
  2286. == hexdump -C /sys/module/processor_thermal_rapl/notes/.note.gnu.build-id ==
  2287. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2288. 00000010 56 52 ae 96 1f 65 50 41 18 0f 43 85 56 50 fc 08 |VR...ePA..C.VP..|
  2289. 00000020 e0 91 71 ff |..q.|
  2290. 00000024
  2291. == hexdump -C /sys/module/processor_thermal_rfim/notes/.note.gnu.build-id ==
  2292. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2293. 00000010 26 14 59 68 10 8d bf 74 22 f9 c2 67 4c f0 ad 29 |&.Yh...t"..gL..)|
  2294. 00000020 01 4c 21 ea |.L!.|
  2295. 00000024
  2296. == hexdump -C /sys/module/pstore_blk/notes/.note.gnu.build-id ==
  2297. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2298. 00000010 57 1c f1 8f e4 d3 cf 09 68 a6 84 ef 24 90 54 8c |W.......h...$.T.|
  2299. 00000020 70 c4 b2 2d |p..-|
  2300. 00000024
  2301. == hexdump -C /sys/module/pstore_zone/notes/.note.gnu.build-id ==
  2302. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2303. 00000010 21 90 fa 55 c4 88 19 1c e6 95 b8 5e 2f e1 a9 53 |!..U.......^/..S|
  2304. 00000020 47 d2 06 a0 |G...|
  2305. 00000024
  2306. == hexdump -C /sys/module/r8169/notes/.note.gnu.build-id ==
  2307. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2308. 00000010 59 5a 87 20 f6 94 ae 0a 43 5d 24 c2 4b af a8 f9 |YZ. ....C]$.K...|
  2309. 00000020 7c 2c 53 a3 ||,S.|
  2310. 00000024
  2311. == hexdump -C /sys/module/ramoops/notes/.note.gnu.build-id ==
  2312. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2313. 00000010 ab 9f 53 ca 16 e5 6a ec 10 94 78 c7 cc 60 3f 99 |..S...j...x..`?.|
  2314. 00000020 c3 f1 2b 3f |..+?|
  2315. 00000024
  2316. == hexdump -C /sys/module/rapl/notes/.note.gnu.build-id ==
  2317. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2318. 00000010 d4 42 f3 4b 8a 11 63 94 90 97 b6 7d ff 48 c6 9b |.B.K..c....}.H..|
  2319. 00000020 14 73 61 ee |.sa.|
  2320. 00000024
  2321. == hexdump -C /sys/module/rc_core/notes/.note.gnu.build-id ==
  2322. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2323. 00000010 a0 50 ad e5 e5 9b b5 83 d7 19 b5 c9 63 7c 4b 41 |.P..........c|KA|
  2324. 00000020 2a 6d e3 c1 |*m..|
  2325. 00000024
  2326. == hexdump -C /sys/module/realtek/notes/.note.gnu.build-id ==
  2327. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2328. 00000010 45 75 8f 44 9c e8 ae f6 52 3d 8e 74 57 d6 8e e3 |Eu.D....R=.tW...|
  2329. 00000020 0a 36 ab b0 |.6..|
  2330. 00000024
  2331. == hexdump -C /sys/module/reed_solomon/notes/.note.gnu.build-id ==
  2332. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2333. 00000010 1a fe 21 24 61 9e a0 ab 38 01 ef b1 52 53 0e 14 |..!$a...8...RS..|
  2334. 00000020 f5 fa d0 35 |...5|
  2335. 00000024
  2336. == hexdump -C /sys/module/rfcomm/notes/.note.gnu.build-id ==
  2337. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2338. 00000010 94 6c 1b 81 da f3 6c 4e 4d 84 51 e8 b0 2d b6 ce |.l....lNM.Q..-..|
  2339. 00000020 e2 45 2a 34 |.E*4|
  2340. 00000024
  2341. == hexdump -C /sys/module/sch_fq_codel/notes/.note.gnu.build-id ==
  2342. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2343. 00000010 55 ea e5 3a b5 c3 fc b8 0a 9f 1a f3 2f ff e3 65 |U..:......../..e|
  2344. 00000020 9c 3b a2 d2 |.;..|
  2345. 00000024
  2346. == hexdump -C /sys/module/serio_raw/notes/.note.gnu.build-id ==
  2347. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2348. 00000010 75 e1 3f d5 65 75 80 b8 b7 e2 3a 91 93 2e 48 21 |u.?.eu....:...H!|
  2349. 00000020 9e 05 59 8d |..Y.|
  2350. 00000024
  2351. == hexdump -C /sys/module/snd/notes/.note.gnu.build-id ==
  2352. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2353. 00000010 5e a2 ae 1b a9 99 c7 0c f5 c7 cd 14 95 9e 9b 2d |^..............-|
  2354. 00000020 6a e4 a9 1e |j...|
  2355. 00000024
  2356. == hexdump -C /sys/module/snd_compress/notes/.note.gnu.build-id ==
  2357. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2358. 00000010 ca 8d a7 47 80 ef 35 e7 96 ec d0 ef 9a b9 e9 3a |...G..5........:|
  2359. 00000020 ea a6 5a 49 |..ZI|
  2360. 00000024
  2361. == hexdump -C /sys/module/snd_hda_codec/notes/.note.gnu.build-id ==
  2362. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2363. 00000010 42 0e f9 ed 24 79 f4 1d 42 a9 91 d1 9a b8 52 6d |B...$y..B.....Rm|
  2364. 00000020 aa 12 29 c8 |..).|
  2365. 00000024
  2366. == hexdump -C /sys/module/snd_hda_codec_generic/notes/.note.gnu.build-id ==
  2367. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2368. 00000010 7b c8 69 3a 12 90 c7 3d 72 22 00 7b e3 25 2c d3 |{.i:...=r".{.%,.|
  2369. 00000020 08 b1 a5 73 |...s|
  2370. 00000024
  2371. == hexdump -C /sys/module/snd_hda_codec_hdmi/notes/.note.gnu.build-id ==
  2372. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2373. 00000010 5d fb 44 68 b9 fe f5 92 af 14 a4 8e 11 38 4e d2 |].Dh.........8N.|
  2374. 00000020 df de cd 6d |...m|
  2375. 00000024
  2376. == hexdump -C /sys/module/snd_hda_codec_realtek/notes/.note.gnu.build-id ==
  2377. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2378. 00000010 a2 a0 ce 41 ad a9 7a ac 62 c6 4f 95 1b ab 6e 54 |...A..z.b.O...nT|
  2379. 00000020 e4 5b f4 de |.[..|
  2380. 00000024
  2381. == hexdump -C /sys/module/snd_hda_core/notes/.note.gnu.build-id ==
  2382. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2383. 00000010 5c cc 3e d1 f5 e4 f3 d7 3b 25 a4 56 93 f2 9a 9d |\.>.....;%.V....|
  2384. 00000020 c8 90 9b 15 |....|
  2385. 00000024
  2386. == hexdump -C /sys/module/snd_hda_ext_core/notes/.note.gnu.build-id ==
  2387. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2388. 00000010 a3 4a 3a 5b 05 a9 b9 e4 6e e0 39 16 43 c6 d6 65 |.J:[....n.9.C..e|
  2389. 00000020 63 8c 66 e6 |c.f.|
  2390. 00000024
  2391. == hexdump -C /sys/module/snd_hda_intel/notes/.note.gnu.build-id ==
  2392. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2393. 00000010 91 da 09 84 fd 03 cb 5a 29 0c 2c 18 64 23 c6 91 |.......Z).,.d#..|
  2394. 00000020 f6 d6 15 05 |....|
  2395. 00000024
  2396. == hexdump -C /sys/module/snd_hwdep/notes/.note.gnu.build-id ==
  2397. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2398. 00000010 09 c6 82 bf cc b8 bd d6 b9 35 b7 6f 4f 05 32 51 |.........5.oO.2Q|
  2399. 00000020 75 48 85 01 |uH..|
  2400. 00000024
  2401. == hexdump -C /sys/module/snd_intel_dspcfg/notes/.note.gnu.build-id ==
  2402. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2403. 00000010 92 8b 57 50 17 68 37 2b b8 e3 fb 89 f5 5d 7f 1e |..WP.h7+.....]..|
  2404. 00000020 96 3c 61 70 |.<ap|
  2405. 00000024
  2406. == hexdump -C /sys/module/snd_intel_sdw_acpi/notes/.note.gnu.build-id ==
  2407. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2408. 00000010 81 c2 4b c4 fd 1b e1 8f ae de 31 56 a6 21 03 fc |..K.......1V.!..|
  2409. 00000020 01 aa 1e 8d |....|
  2410. 00000024
  2411. == hexdump -C /sys/module/snd_pcm/notes/.note.gnu.build-id ==
  2412. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2413. 00000010 4c b4 73 c4 0c ca 16 7b 73 10 e9 28 67 b2 2d 2b |L.s....{s..(g.-+|
  2414. 00000020 53 3f 7d 46 |S?}F|
  2415. 00000024
  2416. == hexdump -C /sys/module/snd_pcm_dmaengine/notes/.note.gnu.build-id ==
  2417. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2418. 00000010 6f 9b a9 6a d8 cb 3e 24 bd 5c 3a 84 31 ad 64 ca |o..j..>$.\:.1.d.|
  2419. 00000020 9a 3a 7b 14 |.:{.|
  2420. 00000024
  2421. == hexdump -C /sys/module/snd_rawmidi/notes/.note.gnu.build-id ==
  2422. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2423. 00000010 2d 32 44 31 e1 e8 7f b8 39 ec 49 15 85 53 91 85 |-2D1....9.I..S..|
  2424. 00000020 21 56 42 2f |!VB/|
  2425. 00000024
  2426. == hexdump -C /sys/module/snd_seq/notes/.note.gnu.build-id ==
  2427. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2428. 00000010 fc 64 ac ea b3 09 27 05 33 e0 f5 c1 bb bc c3 00 |.d....'.3.......|
  2429. 00000020 85 2b 03 7e |.+.~|
  2430. 00000024
  2431. == hexdump -C /sys/module/snd_seq_device/notes/.note.gnu.build-id ==
  2432. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2433. 00000010 e3 29 20 0b ff bd 82 10 b3 87 4c 8f 4c bb 40 cb |.) .......L.L.@.|
  2434. 00000020 1b 1b d2 6d |...m|
  2435. 00000024
  2436. == hexdump -C /sys/module/snd_seq_midi/notes/.note.gnu.build-id ==
  2437. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2438. 00000010 0b d5 97 05 83 9d 77 7f 86 c0 3d c4 9d 2c 5f 99 |......w...=..,_.|
  2439. 00000020 97 3a bc 9e |.:..|
  2440. 00000024
  2441. == hexdump -C /sys/module/snd_seq_midi_event/notes/.note.gnu.build-id ==
  2442. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2443. 00000010 f4 87 df 95 fe d0 b0 82 f3 f0 0f 35 1d 87 1b 39 |...........5...9|
  2444. 00000020 79 a9 a2 62 |y..b|
  2445. 00000024
  2446. == hexdump -C /sys/module/snd_soc_acpi/notes/.note.gnu.build-id ==
  2447. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2448. 00000010 f9 0a a4 2c b6 6c 90 d1 07 57 a6 23 54 27 19 60 |...,.l...W.#T'.`|
  2449. 00000020 a6 3c 51 a8 |.<Q.|
  2450. 00000024
  2451. == hexdump -C /sys/module/snd_soc_acpi_intel_match/notes/.note.gnu.build-id ==
  2452. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2453. 00000010 0a 01 e5 15 cf 70 7a 58 63 55 d0 91 d8 60 03 a4 |.....pzXcU...`..|
  2454. 00000020 77 73 65 a3 |wse.|
  2455. 00000024
  2456. == hexdump -C /sys/module/snd_soc_core/notes/.note.gnu.build-id ==
  2457. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2458. 00000010 9c 2d e9 4a af f3 09 28 2c f6 5a 3d 02 4c 7d 8c |.-.J...(,.Z=.L}.|
  2459. 00000020 30 cb a6 a3 |0...|
  2460. 00000024
  2461. == hexdump -C /sys/module/snd_soc_hdac_hda/notes/.note.gnu.build-id ==
  2462. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2463. 00000010 74 c3 6c 5b f7 65 70 57 e6 7e 5b cc 6b 98 b2 56 |t.l[.epW.~[.k..V|
  2464. 00000020 d0 99 e3 ca |....|
  2465. 00000024
  2466. == hexdump -C /sys/module/snd_sof/notes/.note.gnu.build-id ==
  2467. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2468. 00000010 1f be 22 84 9c 34 c0 40 dc ef 41 3f 87 ea 09 77 |.."[email protected]?...w|
  2469. 00000020 1b 2e 27 e5 |..'.|
  2470. 00000024
  2471. == hexdump -C /sys/module/snd_sof_intel_hda/notes/.note.gnu.build-id ==
  2472. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2473. 00000010 ce 83 e4 69 80 27 40 b2 ff ac 5a 9b 8f 39 88 c3 |...i.'@...Z..9..|
  2474. 00000020 43 c8 ac 38 |C..8|
  2475. 00000024
  2476. == hexdump -C /sys/module/snd_sof_intel_hda_common/notes/.note.gnu.build-id ==
  2477. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2478. 00000010 e1 c6 3a 31 55 fd 20 fa bf 08 7c 26 f4 e3 e9 58 |..:1U. ...|&...X|
  2479. 00000020 45 64 ae 9a |Ed..|
  2480. 00000024
  2481. == hexdump -C /sys/module/snd_sof_pci/notes/.note.gnu.build-id ==
  2482. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2483. 00000010 52 82 28 72 63 c3 1a 6c 56 b3 aa 6e 34 76 42 99 |R.(rc..lV..n4vB.|
  2484. 00000020 7f 7e 70 9f |.~p.|
  2485. 00000024
  2486. == hexdump -C /sys/module/snd_sof_pci_intel_cnl/notes/.note.gnu.build-id ==
  2487. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2488. 00000010 be 90 86 d9 d0 d2 ef 73 b5 ca 12 46 f5 82 55 dd |.......s...F..U.|
  2489. 00000020 11 aa 5d bb |..].|
  2490. 00000024
  2491. == hexdump -C /sys/module/snd_sof_utils/notes/.note.gnu.build-id ==
  2492. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2493. 00000010 3f 82 49 83 6b 02 b6 d4 c5 36 71 ad 0b c2 85 a7 |?.I.k....6q.....|
  2494. 00000020 2a b1 1c ae |*...|
  2495. 00000024
  2496. == hexdump -C /sys/module/snd_sof_xtensa_dsp/notes/.note.gnu.build-id ==
  2497. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2498. 00000010 35 da bb 23 7d 7e 79 71 e4 80 dd 73 b5 9c 44 d2 |5..#}~yq...s..D.|
  2499. 00000020 aa 7f b0 be |....|
  2500. 00000024
  2501. == hexdump -C /sys/module/snd_timer/notes/.note.gnu.build-id ==
  2502. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2503. 00000010 13 09 3a f9 54 fb 6a d6 fc 79 08 97 48 58 6b 31 |..:.T.j..y..HXk1|
  2504. 00000020 47 2c 2a eb |G,*.|
  2505. 00000024
  2506. == hexdump -C /sys/module/soundcore/notes/.note.gnu.build-id ==
  2507. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2508. 00000010 7a 9a 9a a5 56 51 db c3 58 62 b5 84 98 d4 3a 6e |z...VQ..Xb....:n|
  2509. 00000020 71 e1 8d 40 |q..@|
  2510. 00000024
  2511. == hexdump -C /sys/module/soundwire_bus/notes/.note.gnu.build-id ==
  2512. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2513. 00000010 5e 47 ba 36 eb 5f 7a d5 5b 4b a4 cb 9f 0d 60 1f |^G.6._z.[K....`.|
  2514. 00000020 58 6d c3 b3 |Xm..|
  2515. 00000024
  2516. == hexdump -C /sys/module/soundwire_cadence/notes/.note.gnu.build-id ==
  2517. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2518. 00000010 33 5d f2 b5 58 58 9a 25 c5 58 7f c9 5e 90 dd d9 |3]..XX.%.X..^...|
  2519. 00000020 94 c1 be 93 |....|
  2520. 00000024
  2521. == hexdump -C /sys/module/soundwire_generic_allocation/notes/.note.gnu.build-id ==
  2522. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2523. 00000010 4f 12 ed ca 7d f3 70 4b f4 19 0d aa 00 c7 3a 1f |O...}.pK......:.|
  2524. 00000020 ec 8f b1 53 |...S|
  2525. 00000024
  2526. == hexdump -C /sys/module/soundwire_intel/notes/.note.gnu.build-id ==
  2527. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2528. 00000010 9a e5 df b8 91 9d a7 3d 95 2d 85 f0 56 33 50 ae |.......=.-..V3P.|
  2529. 00000020 9b fe 32 39 |..29|
  2530. 00000024
  2531. == hexdump -C /sys/module/sparse_keymap/notes/.note.gnu.build-id ==
  2532. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2533. 00000010 7d a8 e5 9d 0b d5 41 26 93 b6 6a a8 e6 84 5f db |}.....A&..j..._.|
  2534. 00000020 8c fa 6c c3 |..l.|
  2535. 00000024
  2536. == hexdump -C /sys/module/spi_intel/notes/.note.gnu.build-id ==
  2537. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2538. 00000010 bf 7f ff 58 8d 56 f9 6d 49 3c 02 14 a9 d1 de 97 |...X.V.mI<......|
  2539. 00000020 9e 6f fb 44 |.o.D|
  2540. 00000024
  2541. == hexdump -C /sys/module/spi_intel_pci/notes/.note.gnu.build-id ==
  2542. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2543. 00000010 57 55 e7 45 1c 27 fc 03 9b eb 61 8c dc d3 e9 a3 |WU.E.'....a.....|
  2544. 00000020 8a c7 57 ac |..W.|
  2545. 00000024
  2546. == hexdump -C /sys/module/spi_nor/notes/.note.gnu.build-id ==
  2547. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2548. 00000010 99 9c 28 41 96 a8 75 48 a8 df 1e 49 41 4b 11 cc |..(A..uH...IAK..|
  2549. 00000020 72 cb 8a d4 |r...|
  2550. 00000024
  2551. == hexdump -C /sys/module/syscopyarea/notes/.note.gnu.build-id ==
  2552. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2553. 00000010 ad c3 29 11 9e e8 38 de 06 88 5b 0c 47 3c 60 b8 |..)...8...[.G<`.|
  2554. 00000020 70 6d ea 3e |pm.>|
  2555. 00000024
  2556. == hexdump -C /sys/module/sysfillrect/notes/.note.gnu.build-id ==
  2557. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2558. 00000010 be 04 16 cd 71 73 e4 4a 49 06 3d a6 5f 96 3c 4d |....qs.JI.=._.<M|
  2559. 00000020 6a b8 1f 8e |j...|
  2560. 00000024
  2561. == hexdump -C /sys/module/sysimgblt/notes/.note.gnu.build-id ==
  2562. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2563. 00000010 e7 a6 5a d0 a6 55 fc 8f fe 0f 97 2e 83 12 96 9a |..Z..U..........|
  2564. 00000020 ce 5d 10 c2 |.]..|
  2565. 00000024
  2566. == hexdump -C /sys/module/ttm/notes/.note.gnu.build-id ==
  2567. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2568. 00000010 9d 08 7d d2 55 7e d1 f1 61 d6 53 9d 59 e9 31 31 |..}.U~..a.S.Y.11|
  2569. 00000020 5d bd 30 c0 |].0.|
  2570. 00000024
  2571. == hexdump -C /sys/module/typec/notes/.note.gnu.build-id ==
  2572. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2573. 00000010 70 a3 dd 2c b9 35 98 ca d0 7b ac 86 d6 e0 2c 52 |p..,.5...{....,R|
  2574. 00000020 05 9d 79 6a |..yj|
  2575. 00000024
  2576. == hexdump -C /sys/module/typec_ucsi/notes/.note.gnu.build-id ==
  2577. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2578. 00000010 c0 f8 73 72 88 10 08 63 1e a2 25 8f 48 65 ef 72 |..sr...c..%.He.r|
  2579. 00000020 ae 36 a7 b7 |.6..|
  2580. 00000024
  2581. == hexdump -C /sys/module/ucsi_acpi/notes/.note.gnu.build-id ==
  2582. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2583. 00000010 b9 5a b9 56 3f a9 b4 53 f5 be 37 2e 5b 0c a0 e1 |.Z.V?..S..7.[...|
  2584. 00000020 cd 49 c0 7c |.I.||
  2585. 00000024
  2586. == hexdump -C /sys/module/ucsi_ccg/notes/.note.gnu.build-id ==
  2587. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2588. 00000010 56 22 1c bb 09 e1 13 24 8f 02 ca 1a fa d9 48 10 |V".....$......H.|
  2589. 00000020 0a 72 67 bf |.rg.|
  2590. 00000024
  2591. == hexdump -C /sys/module/usbhid/notes/.note.gnu.build-id ==
  2592. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2593. 00000010 6f b9 c5 30 63 e1 b3 be 31 aa 64 7d ff a0 fb de |o..0c...1.d}....|
  2594. 00000020 f9 bd db 2b |...+|
  2595. 00000024
  2596. == hexdump -C /sys/module/uvcvideo/notes/.note.gnu.build-id ==
  2597. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2598. 00000010 e9 7c c0 c2 bf 71 91 0d 55 e3 1b a9 f9 9d cb 9f |.|...q..U.......|
  2599. 00000020 2b 43 e7 72 |+C.r|
  2600. 00000024
  2601. == hexdump -C /sys/module/video/notes/.note.gnu.build-id ==
  2602. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2603. 00000010 59 33 02 32 83 e5 45 e8 07 4b 30 bc 3c 68 51 65 |Y3.2..E..K0.<hQe|
  2604. 00000020 a9 5c 7d 99 |.\}.|
  2605. 00000024
  2606. == hexdump -C /sys/module/videobuf2_common/notes/.note.gnu.build-id ==
  2607. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2608. 00000010 e9 c3 f6 f2 f1 64 5a bf 93 f1 e4 a8 a0 82 84 90 |.....dZ.........|
  2609. 00000020 62 e9 bd e6 |b...|
  2610. 00000024
  2611. == hexdump -C /sys/module/videobuf2_memops/notes/.note.gnu.build-id ==
  2612. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2613. 00000010 0e 3a cf c2 c2 ac 99 f7 4c 47 5b ef cf 91 ed 14 |.:......LG[.....|
  2614. 00000020 dc 79 c1 9e |.y..|
  2615. 00000024
  2616. == hexdump -C /sys/module/videobuf2_v4l2/notes/.note.gnu.build-id ==
  2617. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2618. 00000010 30 22 88 73 6b f7 21 0f 05 44 81 d3 a9 e5 02 35 |0".sk.!..D.....5|
  2619. 00000020 da 3f 04 a8 |.?..|
  2620. 00000024
  2621. == hexdump -C /sys/module/videobuf2_vmalloc/notes/.note.gnu.build-id ==
  2622. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2623. 00000010 99 d7 b4 ab f4 35 5f f5 28 f8 87 69 dd 5d 82 e7 |.....5_.(..i.]..|
  2624. 00000020 9f 85 52 b7 |..R.|
  2625. 00000024
  2626. == hexdump -C /sys/module/videodev/notes/.note.gnu.build-id ==
  2627. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2628. 00000010 2d 3d 52 00 df 5d 37 d1 72 ea 6f fd 90 db df 83 |-=R..]7.r.o.....|
  2629. 00000020 9b 1d 12 20 |... |
  2630. 00000024
  2631. == hexdump -C /sys/module/wmi/notes/.note.gnu.build-id ==
  2632. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2633. 00000010 c5 26 19 bf 45 e3 b5 a0 f1 f9 7b 57 b8 cb 6c 24 |.&..E.....{W..l$|
  2634. 00000020 4b 9b 35 45 |K.5E|
  2635. 00000024
  2636. == hexdump -C /sys/module/wmi_bmof/notes/.note.gnu.build-id ==
  2637. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2638. 00000010 1e ed d0 8f 1d 93 21 4b ef 26 92 50 74 9d 9b 53 |......!K.&.Pt..S|
  2639. 00000020 05 32 68 ca |.2h.|
  2640. 00000024
  2641. == hexdump -C /sys/module/x86_pkg_temp_thermal/notes/.note.gnu.build-id ==
  2642. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2643. 00000010 1d 2c 04 ea 4f f9 fc 30 cd d8 c8 c3 23 5d bf 58 |.,..O..0....#].X|
  2644. 00000020 61 73 ca 25 |as.%|
  2645. 00000024
  2646. == hexdump -C /sys/module/x_tables/notes/.note.gnu.build-id ==
  2647. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2648. 00000010 af 33 80 83 1a 20 fb 0f d0 81 99 42 77 47 be 2f |.3... .....BwG./|
  2649. 00000020 1c 40 1f df |.@..|
  2650. 00000024
  2651. == hexdump -C /sys/module/xhci_pci/notes/.note.gnu.build-id ==
  2652. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2653. 00000010 1f 5c 08 45 3a 34 66 f1 fc 0e ff d3 0c 8e 0d 2d |.\.E:4f........-|
  2654. 00000020 f5 aa 10 cc |....|
  2655. 00000024
  2656. == hexdump -C /sys/module/xhci_pci_renesas/notes/.note.gnu.build-id ==
  2657. 00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
  2658. 00000010 67 3e 89 b3 61 4a 92 d1 a2 e2 28 69 57 23 0a 2f |g>..aJ....(iW#./|
  2659. 00000020 b8 c7 71 cb |..q.|
  2660. 00000024
  2661. == aa-status ==
  2662. apparmor module is loaded.
  2663. 64 profiles are loaded.
  2664. 58 profiles are in enforce mode.
  2665. /snap/core/14784/usr/lib/snapd/snap-confine
  2666. /snap/core/14784/usr/lib/snapd/snap-confine//mount-namespace-capture-helper
  2667. /snap/snapd/17950/usr/lib/snapd/snap-confine
  2668. /snap/snapd/17950/usr/lib/snapd/snap-confine//mount-namespace-capture-helper
  2669. /snap/snapd/18357/usr/lib/snapd/snap-confine
  2670. /snap/snapd/18357/usr/lib/snapd/snap-confine//mount-namespace-capture-helper
  2671. /usr/bin/evince
  2672. /usr/bin/evince-previewer
  2673. /usr/bin/evince-previewer//sanitized_helper
  2674. /usr/bin/evince-thumbnailer
  2675. /usr/bin/evince//sanitized_helper
  2676. /usr/bin/man
  2677. /usr/lib/NetworkManager/nm-dhcp-client.action
  2678. /usr/lib/NetworkManager/nm-dhcp-helper
  2679. /usr/lib/connman/scripts/dhclient-script
  2680. /usr/lib/cups/backend/cups-pdf
  2681. /usr/lib/snapd/snap-confine
  2682. /usr/lib/snapd/snap-confine//mount-namespace-capture-helper
  2683. /usr/sbin/cups-browsed
  2684. /usr/sbin/cupsd
  2685. /usr/sbin/cupsd//third_party
  2686. /{,usr/}sbin/dhclient
  2687. libreoffice-senddoc
  2688. libreoffice-soffice//gpg
  2689. libreoffice-xpdfimport
  2690. lsb_release
  2691. man_filter
  2692. man_groff
  2693. nvidia_modprobe
  2694. nvidia_modprobe//kmod
  2695. snap-update-ns.bitwarden
  2696. snap-update-ns.clion
  2697. snap-update-ns.code
  2698. snap-update-ns.core
  2699. snap-update-ns.firefox
  2700. snap-update-ns.pycharm-professional
  2701. snap-update-ns.snap-store
  2702. snap-update-ns.snapd-desktop-integration
  2703. snap-update-ns.spotify
  2704. snap-update-ns.vlc
  2705. snap.bitwarden.bitwarden
  2706. snap.core.hook.configure
  2707. snap.firefox.firefox
  2708. snap.firefox.geckodriver
  2709. snap.firefox.hook.configure
  2710. snap.firefox.hook.connect-plug-host-hunspell
  2711. snap.firefox.hook.disconnect-plug-host-hunspell
  2712. snap.firefox.hook.post-refresh
  2713. snap.snap-store.hook.configure
  2714. snap.snap-store.snap-store
  2715. snap.snap-store.ubuntu-software
  2716. snap.snap-store.ubuntu-software-local-file
  2717. snap.snapd-desktop-integration.hook.configure
  2718. snap.snapd-desktop-integration.snapd-desktop-integration
  2719. snap.spotify.hook.configure
  2720. snap.spotify.spotify
  2721. snap.vlc.vlc
  2722. tcpdump
  2723. 6 profiles are in complain mode.
  2724. libreoffice-oosplash
  2725. libreoffice-soffice
  2726. snap.clion.clion
  2727. snap.code.code
  2728. snap.code.url-handler
  2729. snap.pycharm-professional.pycharm-professional
  2730. 0 profiles are in kill mode.
  2731. 0 profiles are in unconfined mode.
  2732. 28 processes have profiles defined.
  2733. 28 processes are in enforce mode.
  2734. /usr/bin/evince (16430)
  2735. /usr/sbin/cups-browsed (1238)
  2736. /usr/sbin/cupsd (809)
  2737. /snap/firefox/2391/usr/lib/firefox/firefox (3039) snap.firefox.firefox
  2738. /snap/firefox/2391/usr/lib/firefox/firefox (3200) snap.firefox.firefox
  2739. /snap/firefox/2391/usr/lib/firefox/firefox (3226) snap.firefox.firefox
  2740. /snap/firefox/2391/usr/lib/firefox/firefox (3434) snap.firefox.firefox
  2741. /snap/firefox/2391/usr/lib/firefox/firefox (3786) snap.firefox.firefox
  2742. /snap/firefox/2391/usr/lib/firefox/firefox (3790) snap.firefox.firefox
  2743. /snap/firefox/2391/usr/lib/firefox/firefox (4024) snap.firefox.firefox
  2744. /snap/firefox/2391/usr/lib/firefox/firefox (4074) snap.firefox.firefox
  2745. /snap/firefox/2391/usr/lib/firefox/firefox (4203) snap.firefox.firefox
  2746. /snap/firefox/2391/usr/lib/firefox/firefox (4285) snap.firefox.firefox
  2747. /snap/firefox/2391/usr/lib/firefox/firefox (4672) snap.firefox.firefox
  2748. /snap/firefox/2391/usr/lib/firefox/firefox (4798) snap.firefox.firefox
  2749. /snap/firefox/2391/usr/lib/firefox/firefox (5115) snap.firefox.firefox
  2750. /snap/firefox/2391/usr/lib/firefox/firefox (5155) snap.firefox.firefox
  2751. /snap/firefox/2391/usr/lib/firefox/firefox (5260) snap.firefox.firefox
  2752. /snap/firefox/2391/usr/lib/firefox/firefox (5320) snap.firefox.firefox
  2753. /snap/firefox/2391/usr/lib/firefox/firefox (8511) snap.firefox.firefox
  2754. /snap/firefox/2391/usr/lib/firefox/firefox (8513) snap.firefox.firefox
  2755. /snap/firefox/2391/usr/lib/firefox/firefox (12038) snap.firefox.firefox
  2756. /snap/firefox/2391/usr/lib/firefox/firefox (12109) snap.firefox.firefox
  2757. /snap/firefox/2391/usr/lib/firefox/firefox (12162) snap.firefox.firefox
  2758. /snap/firefox/2391/usr/lib/firefox/firefox (15043) snap.firefox.firefox
  2759. /snap/snap-store/638/usr/bin/snap-store (1923) snap.snap-store.snap-store
  2760. /snap/snapd-desktop-integration/49/usr/bin/snapd-desktop-integration (2160) snap.snapd-desktop-integration.snapd-desktop-integration
  2761. /snap/snapd-desktop-integration/49/usr/bin/snapd-desktop-integration (2252) snap.snapd-desktop-integration.snapd-desktop-integration
  2762. 0 processes are in complain mode.
  2763. 0 processes are unconfined but have a profile defined.
  2764. 0 processes are in mixed mode.
  2765. 0 processes are in kill mode.
  2766. == NSS ==
  2767. NSS database path '/root/.systemtap/ssl/client' does not exist
  2768. == ls '/root/.systemtap/ssl/server' ==
  2769. cert9.db
  2770. key4.db
  2771. pkcs11.txt
  2772. stap.cert
  2773. sql format NSS database found at '/root/.systemtap/ssl/server'
  2774. == ls '/etc/systemtap/ssl/server' ==
  2775. No NSS database found at '/etc/systemtap/ssl/server'
  2776. == ls '/etc/systemtap/staprun' ==
  2777. cert9.db
  2778. key4.db
  2779. pkcs11.txt
  2780. sql format NSS database found at '/etc/systemtap/staprun'
  2781.  
Add Comment
Please, Sign In to add comment