Skip to content

Instantly share code, notes, and snippets.

@djellemah
Created July 26, 2016 12:08
Show Gist options
  • Save djellemah/d37d63cc4744c130d4505b6b65f23a43 to your computer and use it in GitHub Desktop.
Save djellemah/d37d63cc4744c130d4505b6b65f23a43 to your computer and use it in GitHub Desktop.
== id ==
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel)
== stap -V ==
Systemtap translator/driver (version 2.9/0.163, non-git sources)
Copyright (C) 2005-2015 Red Hat, Inc. and others
This is free software; see the source for copying conditions.
enabled features: AVAHI BOOST_SHARED_PTR BOOST_STRING_REF LIBXML2 NLS NSS TR1_UNORDERED_MAP
== which stap ==
/usr/bin/stap
== cat /root/.systemtap/rc ==
cat: /root/.systemtap/rc: No such file or directory
== which stap-server ==
which: no stap-server in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin:/usr/lib/subversion/bin:/bin:/sbin:/usr/bin:/usr/sbin)
== locate --regex '/stap(run|io|dyn)?$' | xargs ls -ald ==
sh: locate: command not found
drwxr-xr-x 19 username wheel 12288 Jul 26 13:42 .
== printenv | egrep '^PATH=|^LD_LIBRARY_PATH=|^SYSTEMTAP_.*=|^XDG_DATA.*=|^NSS.*=' ==
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin:/usr/lib/subversion/bin:/bin:/sbin:/usr/bin:/usr/sbin
== stap -vv --poison-cache -p4 -e 'probe begin {exit()}' ==
Systemtap translator/driver (version 2.9/0.163, non-git sources)
Copyright (C) 2005-2015 Red Hat, Inc. and others
This is free software; see the source for copying conditions.
enabled features: AVAHI BOOST_SHARED_PTR BOOST_STRING_REF LIBXML2 NLS NSS TR1_UNORDERED_MAP
Created temporary directory "/tmp/stappLkP9K"
Session arch: x86_64 release: 4.1.15-gentoo-r1
Searched for library macro files: "/usr/share/systemtap/tapset/linux/*.stpm", found: 5, processed: 5
Searched for library macro files: "/usr/share/systemtap/tapset/*.stpm", found: 5, processed: 5
Searched: "/usr/share/systemtap/tapset/linux/x86_64/*.stp", found: 3, processed: 3
Searched: "/usr/share/systemtap/tapset/linux/*.stp", found: 71, processed: 71
Searched: "/usr/share/systemtap/tapset/x86_64/*.stp", found: 1, processed: 1
Searched: "/usr/share/systemtap/tapset/*.stp", found: 26, processed: 26
Pass 1: parsed user script and 111 library script(s) using 27672virt/21356res/4940shr/16836data kb, in 140usr/10sys/150real ms.
Pass 2: analyzed script: 1 probe(s), 1 function(s), 0 embed(s), 0 global(s) using 28068virt/21736res/5068shr/17232data kb, in 10usr/0sys/4real ms.
function recursion-analysis: max-nesting 0 non-recursive
1 statements for probe probe_2782
Pass 3: translated to C into "/tmp/stappLkP9K/stap_0f3f01b0cff1acc79bf25748dd4f96a8_840_src.c" using 28068virt/22532res/5640shr/17232data kb, in 0usr/0sys/0real ms.
Running env -uARCH -uKBUILD_EXTMOD -uCROSS_COMPILE -uKBUILD_IMAGE -uKCONFIG_CONFIG -uINSTALL_PATH PATH=/usr/bin:/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin:/usr/lib/subversion/bin:/bin:/sbin:/usr/bin:/usr/sbin make -C /lib/modules/4.1.15-gentoo-r1/build M=/tmp/stappLkP9K modules ARCH=x86_64 CONFIG_DEBUG_INFO= --no-print-directory -j5
CC [M] /tmp/stappLkP9K/stap_0f3f01b0cff1acc79bf25748dd4f96a8_840_src.o
CC [M] /tmp/stappLkP9K/stap_0f3f01b0cff1acc79bf25748dd4f96a8_840_aux_0.o
LD [M] /tmp/stappLkP9K/stap_0f3f01b0cff1acc79bf25748dd4f96a8_840.o
Building modules, stage 2.
MODPOST 1 modules
WARNING: "__tracepoint_module_load" [/tmp/stappLkP9K/stap_0f3f01b0cff1acc79bf25748dd4f96a8_840.ko] undefined!
WARNING: "__tracepoint_module_free" [/tmp/stappLkP9K/stap_0f3f01b0cff1acc79bf25748dd4f96a8_840.ko] undefined!
CC /tmp/stappLkP9K/stap_0f3f01b0cff1acc79bf25748dd4f96a8_840.mod.o
LD [M] /tmp/stappLkP9K/stap_0f3f01b0cff1acc79bf25748dd4f96a8_840.ko
Spawn waitpid result (0x0): 0
/root/.systemtap/cache/0f/stap_0f3f01b0cff1acc79bf25748dd4f96a8_840.ko
Pass 4: compiled C into "stap_0f3f01b0cff1acc79bf25748dd4f96a8_840.ko" in 5560usr/370sys/6214real ms.
Cleaning cache, interval reached 7952 s > 300 s.
Copying /tmp/stappLkP9K/stap_0f3f01b0cff1acc79bf25748dd4f96a8_840.ko to /root/.systemtap/cache/0f/stap_0f3f01b0cff1acc79bf25748dd4f96a8_840.ko
Copying /tmp/stappLkP9K/stap_0f3f01b0cff1acc79bf25748dd4f96a8_840_src.c to /root/.systemtap/cache/0f/stap_0f3f01b0cff1acc79bf25748dd4f96a8_840.c
Copying /tmp/stappLkP9K/stapconf_13d6578313f9f30ebf714c37044c293f_654.h to /root/.systemtap/cache/13/stapconf_13d6578313f9f30ebf714c37044c293f_654.h
Running rm -rf /tmp/stappLkP9K
Spawn waitpid result (0x0): 0
Removed temporary directory "/tmp/stappLkP9K"
== gcc -v ==
Using built-in specs.
COLLECT_GCC=/usr/i686-pc-linux-gnu/gcc-bin/4.9.3/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/4.9.3/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.9.3/work/gcc-4.9.3/configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.9.3 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.9.3/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.9.3 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.9.3/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.9.3/include/g++-v4 --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/4.9.3/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.9.3 p1.5, pie-0.6.4' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-altivec --disable-fixed-point --with-arch=i686 --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libquadmath --enable-lto --without-cloog --enable-libsanitizer
Thread model: posix
gcc version 4.9.3 (Gentoo 4.9.3 p1.5, pie-0.6.4)
== uname -a ==
Linux my_host 4.1.15-gentoo-r1 #9 SMP PREEMPT Wed Jul 20 09:40:49 SAST 2016 x86_64 Intel(R) Core(TM) i5 CPU 670 @ 3.47GHz GenuineIntel GNU/Linux
== dmesg | fgrep 'Linux version' ==
== dmesg | egrep 'stap|systemtap' | tail -n 10 ==
[51067.493555] stap_a59d11babef710da7c998da60fdcb8_16867: Unknown symbol __tracepoint_sys_exit (err 0)
[51067.493563] stap_a59d11babef710da7c998da60fdcb8_16867: Unknown symbol __tracepoint_module_free (err 0)
[51067.493575] stap_a59d11babef710da7c998da60fdcb8_16867: Unknown symbol __tracepoint_sched_process_fork (err 0)
[51067.493584] stap_a59d11babef710da7c998da60fdcb8_16867: Unknown symbol __tracepoint_module_load (err 0)
[51071.817271] stap_388de3ef5b80e2c7696cea5e240dc9_16871: systemtap: 3.1/0.163, base: ffffffffa07d9000, memory: 25data/41text/2ctx/2058net/79alloc kb, probes: 1
[51160.967956] stap_388de3ef5b80e2c7696cea5e240dc9_16894: systemtap: 3.1/0.163, base: ffffffffa07f1000, memory: 25data/41text/2ctx/2058net/79alloc kb, probes: 1
[51185.960115] stap_67ed272758c1b91c7f9f0ff324006a_17221: systemtap: 3.1/0.163, base: ffffffffa0809000, memory: 25data/41text/2ctx/2058net/79alloc kb, probes: 1
[51203.205585] stap_ff8a3ff05551ae2839d66d87493c23_17539: systemtap: 3.1/0.163, base: ffffffffa0821000, memory: 25data/41text/2ctx/2058net/79alloc kb, probes: 1
[138592.921722] stap_1f447f449df7444b40a09ed255cf9f_13490: systemtap: 3.1/0.163, base: ffffffffa0839000, memory: 25data/41text/2ctx/2058net/79alloc kb, probes: 1
[138604.665318] stap_2e7796f3db9ca5276aaa943b27a5b6_13812: systemtap: 3.1/0.163, base: ffffffffa014a000, memory: 25data/41text/2ctx/2058net/79alloc kb, probes: 1
== hostname ==
my_host
== nslookup my_host ==
sh: nslookup: command not found
== cat /etc/hosts ==
# /etc/hosts: Local Host Database
#
# This file describes a number of aliases-to-address mappings for the for
# local hosts that share this file.
#
# In the presence of the domain name service or NIS, this file may not be
# consulted at all; see /etc/host.conf for the resolution order.
#
# IPv4 and IPv6 localhost aliases
127.0.0.1 localhost
192.168.1.20 my_host
== cat /var/log/stap-server/log ==
cat: /var/log/stap-server/log: No such file or directory
== cat /proc/cpuinfo | egrep 'processor|vendor_id|model name' ==
processor : 0
vendor_id : GenuineIntel
model name : Intel(R) Core(TM) i5 CPU 670 @ 3.47GHz
processor : 1
vendor_id : GenuineIntel
model name : Intel(R) Core(TM) i5 CPU 670 @ 3.47GHz
processor : 2
vendor_id : GenuineIntel
model name : Intel(R) Core(TM) i5 CPU 670 @ 3.47GHz
processor : 3
vendor_id : GenuineIntel
model name : Intel(R) Core(TM) i5 CPU 670 @ 3.47GHz
== egrep 'PROBE|TRACE|MARKER|KALLSYM|_DEBUG_|LOCKDEP|LOCKING|MODULE|FENTRY|_SIG' /lib/modules/4.1.15-gentoo-r1/build/.config | grep -v not.set | sort | fmt -w 80 ==
CONFIG_AIC79XX_DEBUG_ENABLE=y CONFIG_AIC79XX_DEBUG_MASK=0
CONFIG_AIC7XXX_DEBUG_MASK=0 CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_CB710_DEBUG_ASSUMPTIONS=y CONFIG_CHECK_SIGNATURE=y
CONFIG_COMPAT_OLD_SIGACTION=y CONFIG_CONTEXT_SWITCH_TRACER=y CONFIG_DEBUG_FS=y
CONFIG_DEBUG_INFO_REDUCED=n CONFIG_DEBUG_INFO_SPLIT=n CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_KERNEL=y CONFIG_DEBUG_RODATA_TEST=y CONFIG_DEBUG_RODATA=y
CONFIG_FILE_LOCKING=y CONFIG_FTRACE=y CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_GENERIC_IRQ_PROBE=y CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DEBUG_KMEMLEAK=y CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FENTRY=y CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y CONFIG_HAVE_MMIOTRACE_SUPPORT=y
CONFIG_HAVE_OPTPROBES=y CONFIG_HAVE_SYSCALL_TRACEPOINTS=y CONFIG_KALLSYMS=y
CONFIG_KPROBE_EVENT=y CONFIG_KPROBES_SANITY_TEST=y CONFIG_KPROBES=y
CONFIG_KRETPROBES=y CONFIG_LOCKDEP_SUPPORT=y CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_MODULES_USE_ELF_RELA=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y
CONFIG_NET_TCPPROBE=y CONFIG_NOP_TRACER=y CONFIG_OLD_SIGSUSPEND3=y
CONFIG_PNP_DEBUG_MESSAGES=y CONFIG_PROBE_EVENTS=y CONFIG_SIGNALFD=y
CONFIG_SND_HDA_CODEC_SIGMATEL=m CONFIG_STACKTRACE_SUPPORT=y
CONFIG_STACKTRACE=y CONFIG_SYSCTL_EXCEPTION_TRACE=y CONFIG_TRACE_CLOCK=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y CONFIG_TRACEPOINTS=y CONFIG_UPROBE_EVENT=y
CONFIG_UPROBES=y CONFIG_USER_STACKTRACE_SUPPORT=y
== find /debugfs /proc /sys /dev /sys/kernel/debug -type f -path '*kprobe*' -o -path '*yama*' 2>/dev/null | xargs grep -H . ==
/sys/kernel/debug/kprobes/blacklist:0xffffffff81003530-0xffffffff81003560 do_device_not_available
/sys/kernel/debug/kprobes/blacklist:0xffffffff81003ac0-0xffffffff81003c60 do_debug
/sys/kernel/debug/kprobes/blacklist:0xffffffff810039e0-0xffffffff81003a60 fixup_bad_iret
/sys/kernel/debug/kprobes/blacklist:0xffffffff81003190-0xffffffff810031c0 sync_regs
/sys/kernel/debug/kprobes/blacklist:0xffffffff81003c60-0xffffffff81003d50 do_int3
/sys/kernel/debug/kprobes/blacklist:0xffffffff81003560-0xffffffff810036e0 do_general_protection
/sys/kernel/debug/kprobes/blacklist:0xffffffff810031c0-0xffffffff81003380 do_trap
/sys/kernel/debug/kprobes/blacklist:0xffffffff81006610-0xffffffff81006710 __die
/sys/kernel/debug/kprobes/blacklist:0xffffffff81006550-0xffffffff810065f0 oops_end
/sys/kernel/debug/kprobes/blacklist:0xffffffff81006320-0xffffffff810063d0 oops_begin
/sys/kernel/debug/kprobes/blacklist:0xffffffff810072e0-0xffffffff81007420 do_nmi
/sys/kernel/debug/kprobes/blacklist:0xffffffff810070d0-0xffffffff81007240 default_do_nmi
/sys/kernel/debug/kprobes/blacklist:0xffffffff81006f50-0xffffffff81006fd0 unknown_nmi_error
/sys/kernel/debug/kprobes/blacklist:0xffffffff81006fd0-0xffffffff81007070 io_check_error
/sys/kernel/debug/kprobes/blacklist:0xffffffff81007070-0xffffffff810070d0 pci_serr_error
/sys/kernel/debug/kprobes/blacklist:0xffffffff81006910-0xffffffff81006a70 nmi_handle
/sys/kernel/debug/kprobes/blacklist:0xffffffff810144b0-0xffffffff81014530 debug_stack_reset
/sys/kernel/debug/kprobes/blacklist:0xffffffff81014470-0xffffffff810144b0 debug_stack_set_zero
/sys/kernel/debug/kprobes/blacklist:0xffffffff81014440-0xffffffff81014470 is_debug_stack
/sys/kernel/debug/kprobes/blacklist:0xffffffff81016e70-0xffffffff81016ed0 perf_event_nmi_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff81033d90-0xffffffff81033e20 arch_trigger_all_cpu_backtrace_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff810379b0-0xffffffff81037ab0 longjmp_break_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff810376b8-0xffffffff810376c0 jprobe_return_end
/sys/kernel/debug/kprobes/blacklist:0xffffffff810376a0-0xffffffff810376b8 jprobe_return
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037ab0-0xffffffff81037b30 setjmp_pre_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037f40-0xffffffff81037fb0 kprobe_exceptions_notify
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037b30-0xffffffff81037c80 kprobe_fault_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff810378c0-0xffffffff810379b0 kprobe_debug_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037700-0xffffffff810378c0 resume_execution
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037c80-0xffffffff81037ea0 trampoline_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037650-0xffffffff810376a0 kretprobe_trampoline
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037650-0xffffffff810376a0 kretprobe_trampoline
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037fb0-0xffffffff81038150 kprobe_int3_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037ea0-0xffffffff81037f40 reenter_kprobe
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037560-0xffffffff81037650 setup_singlestep
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037540-0xffffffff81037560 arch_prepare_kretprobe
/sys/kernel/debug/kprobes/blacklist:0xffffffff810376c0-0xffffffff81037700 skip_prefixes
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037530-0xffffffff81037540 synthesize_relcall
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037520-0xffffffff81037530 synthesize_reljump
/sys/kernel/debug/kprobes/blacklist:0xffffffff8103ce70-0xffffffff8103cfa0 trace_do_page_fault
/sys/kernel/debug/kprobes/blacklist:0xffffffff8103cfa0-0xffffffff8103cfb0 do_page_fault
/sys/kernel/debug/kprobes/blacklist:0xffffffff8103c960-0xffffffff8103ce70 __do_page_fault
/sys/kernel/debug/kprobes/blacklist:0xffffffff8103c460-0xffffffff8103c600 spurious_fault
/sys/kernel/debug/kprobes/blacklist:0xffffffff8103c600-0xffffffff8103c7a0 vmalloc_fault
/sys/kernel/debug/kprobes/blacklist:0xffffffff81066030-0xffffffff81066070 notify_die
/sys/kernel/debug/kprobes/blacklist:0xffffffff81066020-0xffffffff81066030 atomic_notifier_call_chain
/sys/kernel/debug/kprobes/blacklist:0xffffffff81065fb0-0xffffffff81066020 __atomic_notifier_call_chain
/sys/kernel/debug/kprobes/blacklist:0xffffffff81065cd0-0xffffffff81065d30 notifier_call_chain
/sys/kernel/debug/kprobes/blacklist:0xffffffff814d90e0-0xffffffff814d9100 preempt_schedule
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2360-0xffffffff810d2390 dump_kprobe
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2980-0xffffffff810d2b60 pre_handler_kretprobe
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2b60-0xffffffff810d2c40 cleanup_rp_inst
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d3610-0xffffffff810d3710 kprobe_flush_task
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2930-0xffffffff810d2950 kretprobe_table_unlock
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2950-0xffffffff810d2980 kretprobe_hash_unlock
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d28d0-0xffffffff810d28f0 kretprobe_table_lock
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d28f0-0xffffffff810d2930 kretprobe_hash_lock
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d3550-0xffffffff810d3610 recycle_rp_inst
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2c60-0xffffffff810d2cc0 kprobes_inc_nmissed_count
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d22d0-0xffffffff810d2310 aggr_break_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d22a0-0xffffffff810d22d0 aggr_fault_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2570-0xffffffff810d25e0 aggr_post_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d25e0-0xffffffff810d2670 aggr_pre_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2260-0xffffffff810d22a0 get_kprobe
/sys/kernel/debug/kprobes/blacklist:0xffffffff810eaf40-0xffffffff810eb040 perf_trace_buf_prepare
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f1050-0xffffffff810f10d0 kretprobe_dispatcher
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0c80-0xffffffff810f0cf0 kprobe_dispatcher
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f04f0-0xffffffff810f0710 kretprobe_perf_func
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0710-0xffffffff810f0930 kprobe_perf_func
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0cf0-0xffffffff810f1050 kretprobe_trace_func
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0930-0xffffffff810f0c80 kprobe_trace_func
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f04d0-0xffffffff810f04f0 fetch_symbol_string_size
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0420-0xffffffff810f0440 fetch_symbol_string
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0330-0xffffffff810f0350 fetch_symbol_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f02b0-0xffffffff810f02d0 fetch_symbol_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0230-0xffffffff810f0250 fetch_symbol_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f01b0-0xffffffff810f01d0 fetch_symbol_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0440-0xffffffff810f04d0 fetch_memory_string_size
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0350-0xffffffff810f0420 fetch_memory_string
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f02d0-0xffffffff810f0330 fetch_memory_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0250-0xffffffff810f02b0 fetch_memory_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f01d0-0xffffffff810f0230 fetch_memory_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0150-0xffffffff810f01b0 fetch_memory_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810ef850-0xffffffff810ef880 fetch_stack_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810ef830-0xffffffff810ef850 fetch_stack_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810ef800-0xffffffff810ef830 fetch_stack_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810ef7e0-0xffffffff810ef800 fetch_stack_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5980-0xffffffff810f5990 fetch_user_stack_address
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5970-0xffffffff810f5980 fetch_kernel_stack_address
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5910-0xffffffff810f5970 fetch_bitfield_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f58b0-0xffffffff810f5910 fetch_bitfield_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5850-0xffffffff810f58b0 fetch_bitfield_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f57f0-0xffffffff810f5850 fetch_bitfield_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5990-0xffffffff810f5a40 free_deref_fetch_param
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5a40-0xffffffff810f5ad0 update_deref_fetch_param
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5780-0xffffffff810f57f0 fetch_deref_string_size
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5710-0xffffffff810f5780 fetch_deref_string
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f56a0-0xffffffff810f5710 fetch_deref_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5630-0xffffffff810f56a0 fetch_deref_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f55c0-0xffffffff810f5630 fetch_deref_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5550-0xffffffff810f55c0 fetch_deref_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5540-0xffffffff810f5550 fetch_retval_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5530-0xffffffff810f5540 fetch_retval_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5520-0xffffffff810f5530 fetch_retval_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5510-0xffffffff810f5520 fetch_retval_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5ce0-0xffffffff810f5d00 fetch_reg_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5cc0-0xffffffff810f5ce0 fetch_reg_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5ca0-0xffffffff810f5cc0 fetch_reg_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5c80-0xffffffff810f5ca0 fetch_reg_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5e40-0xffffffff810f5eb0 print_type_string
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5eb0-0xffffffff810f5ef0 print_type_s64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5ef0-0xffffffff810f5f30 print_type_s32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5f30-0xffffffff810f5f70 print_type_s16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5f70-0xffffffff810f5fb0 print_type_s8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5fb0-0xffffffff810f5ff0 print_type_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5ff0-0xffffffff810f6030 print_type_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f6030-0xffffffff810f6070 print_type_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f6070-0xffffffff810f60b0 print_type_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff812a3814-0xffffffff812a3828 ___preempt_schedule
/sys/kernel/debug/kprobes/blacklist:0xffffffff812a3828-0xffffffff812a3840 restore
/sys/kernel/debug/kprobes/enabled:1
/sys/kernel/debug/kprobes/list:ffffffff8144ff30 j tcp_rcv_established+0x0
/sys/kernel/debug/kprobes/blacklist:0xffffffff81003530-0xffffffff81003560 do_device_not_available
/sys/kernel/debug/kprobes/blacklist:0xffffffff81003ac0-0xffffffff81003c60 do_debug
/sys/kernel/debug/kprobes/blacklist:0xffffffff810039e0-0xffffffff81003a60 fixup_bad_iret
/sys/kernel/debug/kprobes/blacklist:0xffffffff81003190-0xffffffff810031c0 sync_regs
/sys/kernel/debug/kprobes/blacklist:0xffffffff81003c60-0xffffffff81003d50 do_int3
/sys/kernel/debug/kprobes/blacklist:0xffffffff81003560-0xffffffff810036e0 do_general_protection
/sys/kernel/debug/kprobes/blacklist:0xffffffff810031c0-0xffffffff81003380 do_trap
/sys/kernel/debug/kprobes/blacklist:0xffffffff81006610-0xffffffff81006710 __die
/sys/kernel/debug/kprobes/blacklist:0xffffffff81006550-0xffffffff810065f0 oops_end
/sys/kernel/debug/kprobes/blacklist:0xffffffff81006320-0xffffffff810063d0 oops_begin
/sys/kernel/debug/kprobes/blacklist:0xffffffff810072e0-0xffffffff81007420 do_nmi
/sys/kernel/debug/kprobes/blacklist:0xffffffff810070d0-0xffffffff81007240 default_do_nmi
/sys/kernel/debug/kprobes/blacklist:0xffffffff81006f50-0xffffffff81006fd0 unknown_nmi_error
/sys/kernel/debug/kprobes/blacklist:0xffffffff81006fd0-0xffffffff81007070 io_check_error
/sys/kernel/debug/kprobes/blacklist:0xffffffff81007070-0xffffffff810070d0 pci_serr_error
/sys/kernel/debug/kprobes/blacklist:0xffffffff81006910-0xffffffff81006a70 nmi_handle
/sys/kernel/debug/kprobes/blacklist:0xffffffff810144b0-0xffffffff81014530 debug_stack_reset
/sys/kernel/debug/kprobes/blacklist:0xffffffff81014470-0xffffffff810144b0 debug_stack_set_zero
/sys/kernel/debug/kprobes/blacklist:0xffffffff81014440-0xffffffff81014470 is_debug_stack
/sys/kernel/debug/kprobes/blacklist:0xffffffff81016e70-0xffffffff81016ed0 perf_event_nmi_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff81033d90-0xffffffff81033e20 arch_trigger_all_cpu_backtrace_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff810379b0-0xffffffff81037ab0 longjmp_break_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff810376b8-0xffffffff810376c0 jprobe_return_end
/sys/kernel/debug/kprobes/blacklist:0xffffffff810376a0-0xffffffff810376b8 jprobe_return
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037ab0-0xffffffff81037b30 setjmp_pre_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037f40-0xffffffff81037fb0 kprobe_exceptions_notify
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037b30-0xffffffff81037c80 kprobe_fault_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff810378c0-0xffffffff810379b0 kprobe_debug_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037700-0xffffffff810378c0 resume_execution
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037c80-0xffffffff81037ea0 trampoline_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037650-0xffffffff810376a0 kretprobe_trampoline
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037650-0xffffffff810376a0 kretprobe_trampoline
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037fb0-0xffffffff81038150 kprobe_int3_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037ea0-0xffffffff81037f40 reenter_kprobe
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037560-0xffffffff81037650 setup_singlestep
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037540-0xffffffff81037560 arch_prepare_kretprobe
/sys/kernel/debug/kprobes/blacklist:0xffffffff810376c0-0xffffffff81037700 skip_prefixes
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037530-0xffffffff81037540 synthesize_relcall
/sys/kernel/debug/kprobes/blacklist:0xffffffff81037520-0xffffffff81037530 synthesize_reljump
/sys/kernel/debug/kprobes/blacklist:0xffffffff8103ce70-0xffffffff8103cfa0 trace_do_page_fault
/sys/kernel/debug/kprobes/blacklist:0xffffffff8103cfa0-0xffffffff8103cfb0 do_page_fault
/sys/kernel/debug/kprobes/blacklist:0xffffffff8103c960-0xffffffff8103ce70 __do_page_fault
/sys/kernel/debug/kprobes/blacklist:0xffffffff8103c460-0xffffffff8103c600 spurious_fault
/sys/kernel/debug/kprobes/blacklist:0xffffffff8103c600-0xffffffff8103c7a0 vmalloc_fault
/sys/kernel/debug/kprobes/blacklist:0xffffffff81066030-0xffffffff81066070 notify_die
/sys/kernel/debug/kprobes/blacklist:0xffffffff81066020-0xffffffff81066030 atomic_notifier_call_chain
/sys/kernel/debug/kprobes/blacklist:0xffffffff81065fb0-0xffffffff81066020 __atomic_notifier_call_chain
/sys/kernel/debug/kprobes/blacklist:0xffffffff81065cd0-0xffffffff81065d30 notifier_call_chain
/sys/kernel/debug/kprobes/blacklist:0xffffffff814d90e0-0xffffffff814d9100 preempt_schedule
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2360-0xffffffff810d2390 dump_kprobe
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2980-0xffffffff810d2b60 pre_handler_kretprobe
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2b60-0xffffffff810d2c40 cleanup_rp_inst
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d3610-0xffffffff810d3710 kprobe_flush_task
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2930-0xffffffff810d2950 kretprobe_table_unlock
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2950-0xffffffff810d2980 kretprobe_hash_unlock
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d28d0-0xffffffff810d28f0 kretprobe_table_lock
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d28f0-0xffffffff810d2930 kretprobe_hash_lock
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d3550-0xffffffff810d3610 recycle_rp_inst
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2c60-0xffffffff810d2cc0 kprobes_inc_nmissed_count
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d22d0-0xffffffff810d2310 aggr_break_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d22a0-0xffffffff810d22d0 aggr_fault_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2570-0xffffffff810d25e0 aggr_post_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d25e0-0xffffffff810d2670 aggr_pre_handler
/sys/kernel/debug/kprobes/blacklist:0xffffffff810d2260-0xffffffff810d22a0 get_kprobe
/sys/kernel/debug/kprobes/blacklist:0xffffffff810eaf40-0xffffffff810eb040 perf_trace_buf_prepare
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f1050-0xffffffff810f10d0 kretprobe_dispatcher
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0c80-0xffffffff810f0cf0 kprobe_dispatcher
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f04f0-0xffffffff810f0710 kretprobe_perf_func
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0710-0xffffffff810f0930 kprobe_perf_func
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0cf0-0xffffffff810f1050 kretprobe_trace_func
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0930-0xffffffff810f0c80 kprobe_trace_func
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f04d0-0xffffffff810f04f0 fetch_symbol_string_size
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0420-0xffffffff810f0440 fetch_symbol_string
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0330-0xffffffff810f0350 fetch_symbol_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f02b0-0xffffffff810f02d0 fetch_symbol_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0230-0xffffffff810f0250 fetch_symbol_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f01b0-0xffffffff810f01d0 fetch_symbol_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0440-0xffffffff810f04d0 fetch_memory_string_size
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0350-0xffffffff810f0420 fetch_memory_string
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f02d0-0xffffffff810f0330 fetch_memory_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0250-0xffffffff810f02b0 fetch_memory_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f01d0-0xffffffff810f0230 fetch_memory_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f0150-0xffffffff810f01b0 fetch_memory_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810ef850-0xffffffff810ef880 fetch_stack_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810ef830-0xffffffff810ef850 fetch_stack_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810ef800-0xffffffff810ef830 fetch_stack_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810ef7e0-0xffffffff810ef800 fetch_stack_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5980-0xffffffff810f5990 fetch_user_stack_address
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5970-0xffffffff810f5980 fetch_kernel_stack_address
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5910-0xffffffff810f5970 fetch_bitfield_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f58b0-0xffffffff810f5910 fetch_bitfield_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5850-0xffffffff810f58b0 fetch_bitfield_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f57f0-0xffffffff810f5850 fetch_bitfield_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5990-0xffffffff810f5a40 free_deref_fetch_param
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5a40-0xffffffff810f5ad0 update_deref_fetch_param
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5780-0xffffffff810f57f0 fetch_deref_string_size
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5710-0xffffffff810f5780 fetch_deref_string
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f56a0-0xffffffff810f5710 fetch_deref_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5630-0xffffffff810f56a0 fetch_deref_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f55c0-0xffffffff810f5630 fetch_deref_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5550-0xffffffff810f55c0 fetch_deref_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5540-0xffffffff810f5550 fetch_retval_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5530-0xffffffff810f5540 fetch_retval_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5520-0xffffffff810f5530 fetch_retval_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5510-0xffffffff810f5520 fetch_retval_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5ce0-0xffffffff810f5d00 fetch_reg_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5cc0-0xffffffff810f5ce0 fetch_reg_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5ca0-0xffffffff810f5cc0 fetch_reg_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5c80-0xffffffff810f5ca0 fetch_reg_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5e40-0xffffffff810f5eb0 print_type_string
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5eb0-0xffffffff810f5ef0 print_type_s64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5ef0-0xffffffff810f5f30 print_type_s32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5f30-0xffffffff810f5f70 print_type_s16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5f70-0xffffffff810f5fb0 print_type_s8
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5fb0-0xffffffff810f5ff0 print_type_u64
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f5ff0-0xffffffff810f6030 print_type_u32
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f6030-0xffffffff810f6070 print_type_u16
/sys/kernel/debug/kprobes/blacklist:0xffffffff810f6070-0xffffffff810f60b0 print_type_u8
/sys/kernel/debug/kprobes/blacklist:0xffffffff812a3814-0xffffffff812a3828 ___preempt_schedule
/sys/kernel/debug/kprobes/blacklist:0xffffffff812a3828-0xffffffff812a3840 restore
/sys/kernel/debug/kprobes/enabled:1
/sys/kernel/debug/kprobes/list:ffffffff8144ff30 j tcp_rcv_established+0x0
== lsmod ==
Module Size Used by
zlib 2954 0
zlib_deflate 19988 1 zlib
zlib_inflate 14900 1 zlib
auth_rpcgss 42623 0
oid_registry 2203 1 auth_rpcgss
nfsv4 381661 1
binfmt_misc 6654 1
snd_usb_audio 130708 4
snd_usbmidi_lib 20077 1 snd_usb_audio
snd_hwdep 5922 1 snd_usb_audio
hid_microsoft 3458 0
hid_logitech_hidpp 8970 0
usbhid 36221 0
dm_mod 85574 0
joydev 9439 0
hid_logitech_dj 9822 0
hid_logitech 8956 0
fuse 77283 2
nfs 175848 2 nfsv4
lockd 60648 1 nfs
grace 1546 1 lockd
sunrpc 222043 11 nfs,auth_rpcgss,lockd,nfsv4
fscache 33399 2 nfs,nfsv4
btusb 32022 0
btbcm 4650 1 btusb
btintel 1513 1 btusb
bluetooth 323642 4 btbcm,btusb,btintel
i2c_dev 5203 0
uhci_hcd 22436 0
usb_storage 47711 0
snd_hda_codec_hdmi 36791 1
snd_hda_codec_realtek 56768 1
snd_hda_codec_generic 53401 1 snd_hda_codec_realtek
i915 1005593 5
snd_ice1712 60458 2
cfbfillrect 3810 1 i915
cfbimgblt 2103 1 i915
snd_cs8427 6625 1 snd_ice1712
i2c_algo_bit 5039 1 i915
snd_i2c 3681 2 snd_ice1712,snd_cs8427
cfbcopyarea 3222 1 i915
snd_ac97_codec 109362 1 snd_ice1712
drm_kms_helper 81219 1 i915
coretemp 6228 0
snd_hda_intel 19133 6
ac97_bus 1174 1 snd_ac97_codec
snd_hda_controller 18611 1 snd_hda_intel
kvm_intel 140437 0
snd_ice17xx_ak4xxx 2276 1 snd_ice1712
snd_hda_codec 68983 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_ak4xxx_adda 8549 2 snd_ice1712,snd_ice17xx_ak4xxx
drm 261950 7 i915,drm_kms_helper
snd_mpu401_uart 5627 1 snd_ice1712
kvm 409268 1 kvm_intel
snd_rawmidi 18127 2 snd_usbmidi_lib,snd_mpu401_uart
snd_hda_core 21384 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_controller
snd_seq_device 3119 1 snd_rawmidi
e1000e 162636 0
snd_pcm 80522 12 snd_ice1712,snd_usb_audio,snd_ac97_codec,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
snd_timer 18971 1 snd_pcm
snd 56382 36 snd_ice1712,snd_usb_audio,snd_ac97_codec,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_i2c,snd_pcm,snd_rawmidi,snd_hda_codec_generic,snd_usbmidi_lib,snd_hda_codec,snd_ak4xxx_adda,snd_hda_intel,snd_mpu401_uart,snd_seq_device,snd_cs8427
xhci_pci 3803 0
sr_mod 14263 0
xhci_hcd 107129 1 xhci_pci
ptp 10534 1 e1000e
soundcore 5058 1 snd
microcode 7822 0
pps_core 6465 1 ptp
cdrom 27153 1 sr_mod
ehci_pci 3831 0
8250_pci 35656 0
i2c_i801 10149 0
ehci_hcd 41577 1 ehci_pci
intel_agp 10448 0
8250 30615 1 8250_pci
intel_gtt 11590 3 i915,intel_agp
agpgart 25708 3 drm,intel_agp,intel_gtt
video 12450 1 i915
serial_core 21834 1 8250
backlight 6112 2 i915,video
acpi_cpufreq 6551 1
evdev 10671 13
processor 22581 1 acpi_cpufreq
== avahi-browse -r -t _stap._tcp ==
Failed to create client object: Daemon not running
== ifconfig -a ==
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::7271:bcff:feac:8f53 prefixlen 64 scopeid 0x20<link>
ether 70:71:bc:ac:8f:53 txqueuelen 1000 (Ethernet)
RX packets 1162125 bytes 952708053 (908.5 MiB)
RX errors 0 dropped 12823 overruns 0 frame 0
TX packets 1053928 bytes 328105861 (312.9 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 20 memory 0xfe600000-fe620000
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 89472 bytes 28406094 (27.0 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 89472 bytes 28406094 (27.0 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
== ps awux | grep stap ==
root 3195 0.0 0.0 4124 1900 pts/0 S+ Jul25 0:00 man stapprobes
root 3198 0.0 0.0 5228 2456 pts/0 S+ Jul25 0:00 sh -c (cd "/usr/share/man" && (echo ".ll 17.1i"; echo ".nr LL 17.1i"; echo ".pl 1100i"; /bin/bzip2 -c -d '/usr/share/man/man3/stapprobes.3stap.bz2'; echo ".\\\""; echo ".pl \n(nlu+10") | /usr/bin/gtbl | /usr/bin/nroff -mandoc | /usr/bin/less)
root 3199 0.0 0.0 5228 1812 pts/0 S+ Jul25 0:00 sh -c (cd "/usr/share/man" && (echo ".ll 17.1i"; echo ".nr LL 17.1i"; echo ".pl 1100i"; /bin/bzip2 -c -d '/usr/share/man/man3/stapprobes.3stap.bz2'; echo ".\\\""; echo ".pl \n(nlu+10") | /usr/bin/gtbl | /usr/bin/nroff -mandoc | /usr/bin/less)
root 17072 0.0 0.0 5236 3256 pts/5 S+ 14:03 0:00 sudo ./stap-report
root 17073 0.0 0.0 5228 2808 pts/5 S+ 14:03 0:00 /bin/sh ./stap-report
root 17643 0.0 0.0 5224 2516 pts/5 S+ 14:03 0:00 sh -c ps awux | grep stap
root 17645 0.0 0.0 4668 2040 pts/5 S+ 14:03 0:00 grep stap
== (eu-readelf -n /lib/modules/4.1.15-gentoo-r1/build/vmlinux || readelf -n /lib/modules/4.1.15-gentoo-r1/build/vmlinux) | grep Build ==
Build ID: 53c5afc9326ba9869faf2a7f83dc2b6154f096b6
== hexdump -C /sys/kernel/notes ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 53 c5 af c9 32 6b a9 86 9f af 2a 7f 83 dc 2b 61 |S...2k....*...+a|
00000020 54 f0 96 b6 |T...|
00000024
== hexdump -C /sys/module/8250/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 6d 92 b0 39 33 16 b1 10 d9 1f af cf 8e 84 fd 8e |m..93...........|
00000020 20 1d a7 d9 | ...|
00000024
== hexdump -C /sys/module/8250_pci/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 5d b1 f3 1a e3 22 16 c6 18 66 d9 9a 0d 8f 77 99 |]...."...f....w.|
00000020 b0 e8 29 0d |..).|
00000024
== hexdump -C /sys/module/ac97_bus/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 e1 46 67 88 88 44 0b a4 65 ba d8 71 4d b5 01 53 |.Fg..D..e..qM..S|
00000020 93 95 e0 0f |....|
00000024
== hexdump -C /sys/module/acpi_cpufreq/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 47 b8 3e 1d c6 e8 05 82 57 c5 19 23 fe 2f 2e bc |G.>.....W..#./..|
00000020 a6 8d 04 6d |...m|
00000024
== hexdump -C /sys/module/agpgart/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 5f 00 f3 5a c9 6c b7 0a 09 f2 1e 40 0a 6b 96 30 |[email protected]|
00000020 5d d8 3d 08 |].=.|
00000024
== hexdump -C /sys/module/auth_rpcgss/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 64 57 95 ca 47 7c 8a 6c f3 5b 77 fc 94 c1 f5 7c |dW..G|.l.[w....||
00000020 07 57 36 7c |.W6||
00000024
== hexdump -C /sys/module/backlight/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 7e 9b 77 6a 85 d5 18 3c 2d 86 bf f3 4a e6 0c dd |~.wj...<-...J...|
00000020 79 aa e0 59 |y..Y|
00000024
== hexdump -C /sys/module/binfmt_misc/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 9d 92 bf 4c 9a f9 74 89 af e0 8f ae 39 7d 42 8c |...L..t.....9}B.|
00000020 42 7d b3 29 |B}.)|
00000024
== hexdump -C /sys/module/bluetooth/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 84 47 73 6e 0e b9 e5 07 36 e9 61 0b e1 0e 0e c5 |.Gsn....6.a.....|
00000020 f4 be 45 2d |..E-|
00000024
== hexdump -C /sys/module/btbcm/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 07 07 1d b6 fd d7 f0 e8 cd 52 07 36 1d c4 95 37 |.........R.6...7|
00000020 e7 23 ac d6 |.#..|
00000024
== hexdump -C /sys/module/btintel/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 fe f8 60 28 ba d9 3c d7 78 5f 2a f4 c4 8a a7 a0 |..`(..<.x_*.....|
00000020 cd f6 b4 e5 |....|
00000024
== hexdump -C /sys/module/btusb/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 02 b8 fa 30 32 53 45 65 66 4f 36 b8 8f 9a 75 18 |...02SEefO6...u.|
00000020 46 75 05 15 |Fu..|
00000024
== hexdump -C /sys/module/cdrom/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 95 47 5d 9a 74 28 86 c5 89 50 9d 00 50 02 c3 1b |.G].t(...P..P...|
00000020 93 40 d0 06 |.@..|
00000024
== hexdump -C /sys/module/cfbcopyarea/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 17 ac 9c 03 01 9b 1f f2 3d 95 99 fa 31 dc 98 7a |........=...1..z|
00000020 cc cb 85 ec |....|
00000024
== hexdump -C /sys/module/cfbfillrect/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 fe c4 72 de 46 e7 29 f8 9a 4d c6 ea 25 80 80 8d |..r.F.)..M..%...|
00000020 73 ab 0b 7f |s...|
00000024
== hexdump -C /sys/module/cfbimgblt/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 cf 8e 86 6a 18 37 2d 97 e1 99 a9 74 9d e7 35 96 |...j.7-....t..5.|
00000020 a5 0d f1 e8 |....|
00000024
== hexdump -C /sys/module/coretemp/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 0e 3b 0a 43 6a 32 d3 75 2b e9 33 df 05 cb b5 fe |.;.Cj2.u+.3.....|
00000020 ea a4 e2 ed |....|
00000024
== hexdump -C /sys/module/dm_mod/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 61 de ae 2b a0 cf 0e 22 96 8c 9b f1 bf 80 61 c0 |a..+..."......a.|
00000020 72 13 7f 4b |r..K|
00000024
== hexdump -C /sys/module/drm_kms_helper/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 40 4d ec 40 de 8b b7 80 e9 5e 0f c9 64 49 9f b5 |@M.@.....^..dI..|
00000020 a1 5f 43 67 |._Cg|
00000024
== hexdump -C /sys/module/drm/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 cc d8 05 46 7b 94 9e 91 b2 9b 04 67 f9 c2 e7 d4 |...F{......g....|
00000020 fd e7 b4 3b |...;|
00000024
== hexdump -C /sys/module/e1000e/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 d6 12 47 e6 a7 a4 a4 48 c8 b3 7c 63 30 ae 7b c0 |..G....H..|c0.{.|
00000020 33 a0 7c 79 |3.|y|
00000024
== hexdump -C /sys/module/ehci_hcd/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 f8 30 ff 45 88 16 ea ce 90 0f b0 fb cc 30 9e 60 |.0.E.........0.`|
00000020 1a 23 50 99 |.#P.|
00000024
== hexdump -C /sys/module/ehci_pci/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 62 a4 e9 72 9e 49 12 7e 5f 14 a6 f8 31 cb 9b ad |b..r.I.~_...1...|
00000020 f6 7b 99 64 |.{.d|
00000024
== hexdump -C /sys/module/evdev/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 76 d6 31 92 69 72 e2 7d f1 08 a9 9d 8a a4 15 74 |v.1.ir.}.......t|
00000020 e1 21 5b 44 |.![D|
00000024
== hexdump -C /sys/module/fscache/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 c2 64 6a b0 1f 72 ab b8 4d 88 74 72 8d eb cd 11 |.dj..r..M.tr....|
00000020 18 ab 7b 14 |..{.|
00000024
== hexdump -C /sys/module/fuse/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 af e0 c5 41 f0 7c 19 02 bd 76 24 5a 0c 24 8b ef |...A.|...v$Z.$..|
00000020 67 27 38 da |g'8.|
00000024
== hexdump -C /sys/module/grace/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 96 96 91 99 a0 87 0a 7c 9a 54 ea aa 73 11 28 33 |.......|.T..s.(3|
00000020 fe 48 bc 69 |.H.i|
00000024
== hexdump -C /sys/module/hid_logitech_dj/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 e4 3a 53 32 3e 77 81 b0 c8 95 8a b3 12 ac 07 9f |.:S2>w..........|
00000020 55 0c dc 36 |U..6|
00000024
== hexdump -C /sys/module/hid_logitech_hidpp/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 ec 39 5e 3c 1d d1 bb 5e 43 41 04 09 72 55 8d c4 |.9^<...^CA..rU..|
00000020 85 10 74 3f |..t?|
00000024
== hexdump -C /sys/module/hid_logitech/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 3f 7a cd ea 5f 58 07 a7 99 af 94 2a 12 32 5b 5d |?z.._X.....*.2[]|
00000020 37 f6 0d 0a |7...|
00000024
== hexdump -C /sys/module/hid_microsoft/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 6c 73 bb 2b b5 14 47 d3 c0 59 03 ea 6e 4d 8b de |ls.+..G..Y..nM..|
00000020 b2 17 8d 8d |....|
00000024
== hexdump -C /sys/module/i2c_algo_bit/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 cc bf 72 06 fd 46 bc 79 6a c6 57 b8 8f 52 fb ad |..r..F.yj.W..R..|
00000020 7b b3 21 6b |{.!k|
00000024
== hexdump -C /sys/module/i2c_dev/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 c0 0e 6b 05 ea cb 61 a7 95 76 a5 41 60 f6 bb cb |..k...a..v.A`...|
00000020 36 5c df 12 |6\..|
00000024
== hexdump -C /sys/module/i2c_i801/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 f9 66 7c 3f b0 d5 27 62 54 88 39 a3 1b 09 80 2e |.f|?..'bT.9.....|
00000020 6a be 66 90 |j.f.|
00000024
== hexdump -C /sys/module/i915/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 12 fc 2b dc 2e 3a 32 c0 e3 66 97 97 7b 51 fe a2 |..+..:2..f..{Q..|
00000020 25 34 63 9e |%4c.|
00000024
== hexdump -C /sys/module/intel_agp/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 43 89 0b 33 16 51 20 1d 85 16 16 6c 49 84 9e a2 |C..3.Q ....lI...|
00000020 30 14 d3 f5 |0...|
00000024
== hexdump -C /sys/module/intel_gtt/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 7a 21 ed 88 8d 6b 6a 69 1f 63 4a bb 36 11 49 07 |z!...kji.cJ.6.I.|
00000020 9e bc 84 de |....|
00000024
== hexdump -C /sys/module/joydev/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 4a 88 6d 33 d1 d7 27 39 58 71 32 16 3d 00 44 e1 |J.m3..'9Xq2.=.D.|
00000020 da 4d cb 3a |.M.:|
00000024
== hexdump -C /sys/module/kvm_intel/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 82 42 26 29 46 cb eb 75 77 78 07 b5 e4 55 f9 fc |.B&)F..uwx...U..|
00000020 9f 64 84 a0 |.d..|
00000024
== hexdump -C /sys/module/kvm/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 f2 ed cc e7 e0 00 09 f2 ad 33 93 bc 2a da a3 8a |.........3..*...|
00000020 96 cc b7 d1 |....|
00000024
== hexdump -C /sys/module/lockd/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 1f 16 db 73 5e 22 a7 07 9d 0b dc 2c 95 03 66 fa |...s^".....,..f.|
00000020 6d 64 b4 a0 |md..|
00000024
== hexdump -C /sys/module/microcode/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 fc ab b9 82 41 b1 cc a3 7e 10 51 8f bf 1a 69 39 |....A...~.Q...i9|
00000020 fc 5c dc b6 |.\..|
00000024
== hexdump -C /sys/module/nfs/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 44 61 a8 47 87 c3 1b 7d 53 97 53 5e 44 48 4c e9 |Da.G...}S.S^DHL.|
00000020 68 b5 16 4a |h..J|
00000024
== hexdump -C /sys/module/nfsv4/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 c7 9a 3a bf d8 02 82 47 90 c7 33 27 0f a0 94 96 |..:....G..3'....|
00000020 19 df ee 90 |....|
00000024
== hexdump -C /sys/module/oid_registry/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 c0 f5 71 30 e2 2b 45 25 94 a9 7f 4a 66 ae 8a dd |..q0.+E%...Jf...|
00000020 05 7a 56 d6 |.zV.|
00000024
== hexdump -C /sys/module/pps_core/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 3e 23 95 f8 a4 a1 29 00 c1 a9 44 55 2c 6a 7f 0c |>#....)...DU,j..|
00000020 33 12 b8 3b |3..;|
00000024
== hexdump -C /sys/module/processor/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 1f 03 78 71 35 b7 b9 7d c6 2c b8 ee 28 00 4e e5 |..xq5..}.,..(.N.|
00000020 77 7d 99 8d |w}..|
00000024
== hexdump -C /sys/module/ptp/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 47 34 f8 66 2b 1f 4c 34 d6 af cd d4 9e 75 9f 71 |G4.f+.L4.....u.q|
00000020 1e de 2c 20 |.., |
00000024
== hexdump -C /sys/module/serial_core/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 f9 1f 00 56 03 7c 93 0d d7 2b 1e 88 28 32 7c 90 |...V.|...+..(2|.|
00000020 9a 55 6b f8 |.Uk.|
00000024
== hexdump -C /sys/module/snd_ac97_codec/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 fd 1c c9 4a ad 46 38 db e5 a1 e7 48 2b a2 bb b9 |...J.F8....H+...|
00000020 f5 8f 1c 7d |...}|
00000024
== hexdump -C /sys/module/snd_ak4xxx_adda/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 25 c2 92 5f 2d 94 22 5f 95 8c 1d 88 69 5d 2a de |%.._-."_....i]*.|
00000020 0e 0f 96 1b |....|
00000024
== hexdump -C /sys/module/snd_cs8427/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 de 9f 23 93 b0 17 d9 ea d9 7e 74 77 5d c7 6c ac |..#......~tw].l.|
00000020 10 3b ed ad |.;..|
00000024
== hexdump -C /sys/module/snd_hda_codec_generic/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 ce bb ee d3 03 88 b5 b2 bb d8 48 3f 1e e0 9f 7e |..........H?...~|
00000020 d7 67 23 62 |.g#b|
00000024
== hexdump -C /sys/module/snd_hda_codec_hdmi/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 3e 7a 0c 36 3f a3 25 b8 30 7a 01 33 21 27 85 d3 |>z.6?.%.0z.3!'..|
00000020 35 a2 1f b3 |5...|
00000024
== hexdump -C /sys/module/snd_hda_codec/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 08 54 b4 0c cf ff a1 3e d9 5e c3 78 c8 46 cf 6c |.T.....>.^.x.F.l|
00000020 6a eb 4b c2 |j.K.|
00000024
== hexdump -C /sys/module/snd_hda_codec_realtek/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 6c 28 e5 12 9f 03 99 d5 ab d2 76 40 1f b6 96 38 |l([email protected]|
00000020 88 ee a7 a4 |....|
00000024
== hexdump -C /sys/module/snd_hda_controller/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 04 b2 d3 eb 97 3b 76 ca 4d 10 28 b3 60 0b 82 df |.....;v.M.(.`...|
00000020 42 74 19 27 |Bt.'|
00000024
== hexdump -C /sys/module/snd_hda_core/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 1f 14 32 45 c7 63 3a 59 a4 1d c3 48 b5 5d 40 50 |..2E.c:Y...H.]@P|
00000020 67 ff 61 e5 |g.a.|
00000024
== hexdump -C /sys/module/snd_hda_intel/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 30 c2 9e 70 3d 9b 8b 80 48 60 ea 00 b7 0d 53 8f |0..p=...H`....S.|
00000020 b1 9f 92 ee |....|
00000024
== hexdump -C /sys/module/snd_hwdep/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 ff 42 1e ec 1e 11 60 ce 4d 3d 70 62 61 c6 44 09 |.B....`.M=pba.D.|
00000020 f4 b6 d0 60 |...`|
00000024
== hexdump -C /sys/module/snd_i2c/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 a3 56 66 40 ea 79 3f 8e 37 79 77 11 f7 ff 36 91 |[email protected]?.7yw...6.|
00000020 88 a0 21 b6 |..!.|
00000024
== hexdump -C /sys/module/snd_ice1712/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 08 f9 e8 9f b0 07 99 86 b9 b4 e2 7c 37 5a a7 3e |...........|7Z.>|
00000020 fe ab 52 18 |..R.|
00000024
== hexdump -C /sys/module/snd_ice17xx_ak4xxx/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 4e b7 e2 12 c7 a8 2a d9 73 9d dc 0a 14 35 0d 73 |N.....*.s....5.s|
00000020 90 8d 8f 09 |....|
00000024
== hexdump -C /sys/module/snd_mpu401_uart/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 fb e7 86 2d aa 19 f3 09 9c 09 4e ef b5 32 d5 91 |...-......N..2..|
00000020 9a ef 1f ec |....|
00000024
== hexdump -C /sys/module/snd/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 12 a2 66 ee 6a 1a 60 6a 6f 10 a8 8d a7 47 86 36 |..f.j.`jo....G.6|
00000020 81 8a c7 9f |....|
00000024
== hexdump -C /sys/module/snd_pcm/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 19 91 04 aa a1 be 00 86 cf dc 99 31 57 f2 78 6c |...........1W.xl|
00000020 48 7e b4 52 |H~.R|
00000024
== hexdump -C /sys/module/snd_rawmidi/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 17 48 44 47 48 35 a7 7c 28 a8 69 8a ea c5 5f f6 |.HDGH5.|(.i..._.|
00000020 d8 86 7a 11 |..z.|
00000024
== hexdump -C /sys/module/snd_seq_device/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 5b 92 74 58 74 6e 5d fc 31 09 dc 62 80 2c 0c 11 |[.tXtn].1..b.,..|
00000020 c2 aa 40 0c |..@.|
00000024
== hexdump -C /sys/module/snd_timer/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 7a bf 71 6f a4 8b f5 57 07 5a ab 4e 7d bb a8 56 |z.qo...W.Z.N}..V|
00000020 f3 3c da c6 |.<..|
00000024
== hexdump -C /sys/module/snd_usb_audio/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 1f 7d f9 c6 38 55 d0 08 e2 d5 b7 06 d4 24 6f 15 |.}..8U.......$o.|
00000020 fb f5 ec 9d |....|
00000024
== hexdump -C /sys/module/snd_usbmidi_lib/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 cb 16 42 67 79 d8 41 4c 76 39 5f f7 d0 d3 36 a2 |..Bgy.ALv9_...6.|
00000020 17 f6 ad b9 |....|
00000024
== hexdump -C /sys/module/soundcore/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 f4 a5 9e 7e 27 52 53 3d 43 1d 67 35 eb 00 ae 00 |...~'RS=C.g5....|
00000020 97 17 7d 8e |..}.|
00000024
== hexdump -C /sys/module/sr_mod/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 77 6c 91 1e d3 c8 07 81 cf 63 2b d0 67 e5 79 90 |wl.......c+.g.y.|
00000020 49 21 ac f7 |I!..|
00000024
== hexdump -C /sys/module/sunrpc/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 ae 3e 60 0b 00 60 c0 00 05 9f 4a 08 d3 db 69 5c |.>`..`....J...i\|
00000020 53 a5 2e 40 |S..@|
00000024
== hexdump -C /sys/module/uhci_hcd/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 4e c9 ea ab f3 59 ae 09 cc 99 9e e9 4b fc 03 32 |N....Y......K..2|
00000020 7c ac c5 10 ||...|
00000024
== hexdump -C /sys/module/usbhid/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 66 87 61 c3 21 0c 08 5a 69 ec f9 92 25 90 68 4f |f.a.!..Zi...%.hO|
00000020 84 20 4e cc |. N.|
00000024
== hexdump -C /sys/module/usb_storage/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 09 33 9a 18 21 92 e9 9a 48 97 b7 a4 24 c8 da 06 |.3..!...H...$...|
00000020 e4 5d 53 4f |.]SO|
00000024
== hexdump -C /sys/module/video/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 93 e3 95 e0 1b f0 ae 14 2c ca a9 3a 40 2b c8 4c |........,..:@+.L|
00000020 4e 8e d7 4a |N..J|
00000024
== hexdump -C /sys/module/xhci_hcd/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 bd ed 84 d9 0c 32 8d 6e 8f d1 0d ae d9 1d 21 62 |.....2.n......!b|
00000020 bb a2 81 b3 |....|
00000024
== hexdump -C /sys/module/xhci_pci/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 f7 29 54 af ad b5 11 8a c3 84 27 4b e3 2f 49 e0 |.)T.......'K./I.|
00000020 60 40 c3 ce |`@..|
00000024
== hexdump -C /sys/module/zlib_deflate/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 ed aa 83 d2 dc c5 40 cf ab c6 49 19 9f e9 ce c2 |[email protected].....|
00000020 4f 00 2c c7 |O.,.|
00000024
== hexdump -C /sys/module/zlib_inflate/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 32 40 b7 95 ac 24 fc 7f fa ca 69 c6 50 b0 3f d6 |2@...$....i.P.?.|
00000020 cd 7b 68 7d |.{h}|
00000024
== hexdump -C /sys/module/zlib/notes/.note.gnu.build-id ==
00000000 04 00 00 00 14 00 00 00 03 00 00 00 47 4e 55 00 |............GNU.|
00000010 ca 2d be ca 22 68 eb 28 23 3b 6c 73 fb a4 e8 ea |.-.."h.(#;ls....|
00000020 e5 fc 51 26 |..Q&|
00000024
== NSS ==
NSS database path '/root/.systemtap/ssl/client' does not exist
NSS database path '/root/.systemtap/ssl/server' does not exist
NSS database path '/etc/systemtap/ssl/server' does not exist
NSS database path '/etc/systemtap/staprun' does not exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment