From inside qemu, start a python based webserver,
go to qemu, make qemu-run
root@q:/linux-dev-env# python3 -m http.server 52223 --directory .
//note this runs over TCP
Here, our QEMU, where we run python web server is inside privileged docker container.
Now, from host brwose,
http://127.0.0.1:52223/
Also you can ssh to qemu from host,
make qemu-ssh
root@q:/linux-dev-env# find /sys/kernel/debug/tracing/events/ -type f -name "id" | sed 's|/sys/kernel/debug/tracing/events/|SEC("tp/|; s|/id|")|' > all_tracepoints.txt
SEC("tp/initcall/initcall_finish")
SEC("tp/initcall/initcall_start")
SEC("tp/initcall/initcall_level")
SEC("tp/vsyscall/emulate_vsyscall")
SEC("tp/syscalls/sys_exit_arch_prctl")
SEC("tp/syscalls/sys_enter_arch_prctl")
SEC("tp/syscalls/sys_exit_rt_sigreturn")
SEC("tp/syscalls/sys_enter_rt_sigreturn")
SEC("tp/syscalls/sys_exit_iopl")
SEC("tp/syscalls/sys_enter_iopl")
SEC("tp/syscalls/sys_exit_ioperm")
SEC("tp/syscalls/sys_enter_ioperm")
SEC("tp/syscalls/sys_exit_modify_ldt")
SEC("tp/syscalls/sys_enter_modify_ldt")
SEC("tp/syscalls/sys_exit_mmap")
SEC("tp/syscalls/sys_enter_mmap")
SEC("tp/syscalls/sys_exit_uretprobe")
SEC("tp/syscalls/sys_enter_uretprobe")
SEC("tp/syscalls/sys_exit_unshare")
SEC("tp/syscalls/sys_enter_unshare")
SEC("tp/syscalls/sys_exit_clone3")
SEC("tp/syscalls/sys_enter_clone3")
SEC("tp/syscalls/sys_exit_clone")
SEC("tp/syscalls/sys_enter_clone")
SEC("tp/syscalls/sys_exit_vfork")
SEC("tp/syscalls/sys_enter_vfork")
SEC("tp/syscalls/sys_exit_fork")
SEC("tp/syscalls/sys_enter_fork")
SEC("tp/syscalls/sys_exit_set_tid_address")
SEC("tp/syscalls/sys_enter_set_tid_address")
SEC("tp/syscalls/sys_exit_personality")
SEC("tp/syscalls/sys_enter_personality")
SEC("tp/syscalls/sys_exit_wait4")
SEC("tp/syscalls/sys_enter_wait4")
SEC("tp/syscalls/sys_exit_waitid")
SEC("tp/syscalls/sys_enter_waitid")
SEC("tp/syscalls/sys_exit_exit_group")
SEC("tp/syscalls/sys_enter_exit_group")
SEC("tp/syscalls/sys_exit_exit")
SEC("tp/syscalls/sys_enter_exit")
SEC("tp/syscalls/sys_exit_capset")
SEC("tp/syscalls/sys_enter_capset")
SEC("tp/syscalls/sys_exit_capget")
SEC("tp/syscalls/sys_enter_capget")
SEC("tp/syscalls/sys_exit_ptrace")
SEC("tp/syscalls/sys_enter_ptrace")
SEC("tp/syscalls/sys_exit_rt_sigsuspend")
SEC("tp/syscalls/sys_enter_rt_sigsuspend")
SEC("tp/syscalls/sys_exit_pause")
SEC("tp/syscalls/sys_enter_pause")
SEC("tp/syscalls/sys_exit_rt_sigaction")
SEC("tp/syscalls/sys_enter_rt_sigaction")
SEC("tp/syscalls/sys_exit_sigaltstack")
SEC("tp/syscalls/sys_enter_sigaltstack")
SEC("tp/syscalls/sys_exit_rt_tgsigqueueinfo")
SEC("tp/syscalls/sys_enter_rt_tgsigqueueinfo")
SEC("tp/syscalls/sys_exit_rt_sigqueueinfo")
SEC("tp/syscalls/sys_enter_rt_sigqueueinfo")
SEC("tp/syscalls/sys_exit_tkill")
SEC("tp/syscalls/sys_enter_tkill")
SEC("tp/syscalls/sys_exit_tgkill")
SEC("tp/syscalls/sys_enter_tgkill")
SEC("tp/syscalls/sys_exit_pidfd_send_signal")
SEC("tp/syscalls/sys_enter_pidfd_send_signal")
SEC("tp/syscalls/sys_exit_kill")
SEC("tp/syscalls/sys_enter_kill")
SEC("tp/syscalls/sys_exit_rt_sigtimedwait")
SEC("tp/syscalls/sys_enter_rt_sigtimedwait")
SEC("tp/syscalls/sys_exit_rt_sigpending")
SEC("tp/syscalls/sys_enter_rt_sigpending")
SEC("tp/syscalls/sys_exit_rt_sigprocmask")
SEC("tp/syscalls/sys_enter_rt_sigprocmask")
SEC("tp/syscalls/sys_exit_restart_syscall")
SEC("tp/syscalls/sys_enter_restart_syscall")
SEC("tp/syscalls/sys_exit_sysinfo")
SEC("tp/syscalls/sys_enter_sysinfo")
SEC("tp/syscalls/sys_exit_getcpu")
SEC("tp/syscalls/sys_enter_getcpu")
SEC("tp/syscalls/sys_exit_prctl")
SEC("tp/syscalls/sys_enter_prctl")
SEC("tp/syscalls/sys_exit_umask")
SEC("tp/syscalls/sys_enter_umask")
SEC("tp/syscalls/sys_exit_getrusage")
SEC("tp/syscalls/sys_enter_getrusage")
SEC("tp/syscalls/sys_exit_setrlimit")
SEC("tp/syscalls/sys_enter_setrlimit")
SEC("tp/syscalls/sys_exit_prlimit64")
SEC("tp/syscalls/sys_enter_prlimit64")
SEC("tp/syscalls/sys_exit_getrlimit")
SEC("tp/syscalls/sys_enter_getrlimit")
SEC("tp/syscalls/sys_exit_setdomainname")
SEC("tp/syscalls/sys_enter_setdomainname")
SEC("tp/syscalls/sys_exit_sethostname")
SEC("tp/syscalls/sys_enter_sethostname")
SEC("tp/syscalls/sys_exit_newuname")
SEC("tp/syscalls/sys_enter_newuname")
SEC("tp/syscalls/sys_exit_setsid")
SEC("tp/syscalls/sys_enter_setsid")
SEC("tp/syscalls/sys_exit_getsid")
SEC("tp/syscalls/sys_enter_getsid")
SEC("tp/syscalls/sys_exit_getpgrp")
SEC("tp/syscalls/sys_enter_getpgrp")
SEC("tp/syscalls/sys_exit_getpgid")
SEC("tp/syscalls/sys_enter_getpgid")
SEC("tp/syscalls/sys_exit_setpgid")
SEC("tp/syscalls/sys_enter_setpgid")
SEC("tp/syscalls/sys_exit_times")
SEC("tp/syscalls/sys_enter_times")
SEC("tp/syscalls/sys_exit_getegid")
SEC("tp/syscalls/sys_enter_getegid")
SEC("tp/syscalls/sys_exit_getgid")
SEC("tp/syscalls/sys_enter_getgid")
SEC("tp/syscalls/sys_exit_geteuid")
SEC("tp/syscalls/sys_enter_geteuid")
SEC("tp/syscalls/sys_exit_getuid")
SEC("tp/syscalls/sys_enter_getuid")
SEC("tp/syscalls/sys_exit_getppid")
SEC("tp/syscalls/sys_enter_getppid")
SEC("tp/syscalls/sys_exit_gettid")
SEC("tp/syscalls/sys_enter_gettid")
SEC("tp/syscalls/sys_exit_getpid")
SEC("tp/syscalls/sys_enter_getpid")
SEC("tp/syscalls/sys_exit_setfsgid")
SEC("tp/syscalls/sys_enter_setfsgid")
SEC("tp/syscalls/sys_exit_setfsuid")
SEC("tp/syscalls/sys_enter_setfsuid")
SEC("tp/syscalls/sys_exit_getresgid")
SEC("tp/syscalls/sys_enter_getresgid")
SEC("tp/syscalls/sys_exit_setresgid")
SEC("tp/syscalls/sys_enter_setresgid")
SEC("tp/syscalls/sys_exit_getresuid")
SEC("tp/syscalls/sys_enter_getresuid")
SEC("tp/syscalls/sys_exit_setresuid")
SEC("tp/syscalls/sys_enter_setresuid")
SEC("tp/syscalls/sys_exit_setuid")
SEC("tp/syscalls/sys_enter_setuid")
SEC("tp/syscalls/sys_exit_setreuid")
SEC("tp/syscalls/sys_enter_setreuid")
SEC("tp/syscalls/sys_exit_setgid")
SEC("tp/syscalls/sys_enter_setgid")
SEC("tp/syscalls/sys_exit_setregid")
SEC("tp/syscalls/sys_enter_setregid")
SEC("tp/syscalls/sys_exit_getpriority")
SEC("tp/syscalls/sys_enter_getpriority")
SEC("tp/syscalls/sys_exit_setpriority")
SEC("tp/syscalls/sys_enter_setpriority")
SEC("tp/syscalls/sys_exit_pidfd_getfd")
SEC("tp/syscalls/sys_enter_pidfd_getfd")
SEC("tp/syscalls/sys_exit_pidfd_open")
SEC("tp/syscalls/sys_enter_pidfd_open")
SEC("tp/syscalls/sys_exit_setns")
SEC("tp/syscalls/sys_enter_setns")
SEC("tp/syscalls/sys_exit_reboot")
SEC("tp/syscalls/sys_enter_reboot")
SEC("tp/syscalls/sys_exit_setgroups")
SEC("tp/syscalls/sys_enter_setgroups")
SEC("tp/syscalls/sys_exit_getgroups")
SEC("tp/syscalls/sys_enter_getgroups")
SEC("tp/syscalls/sys_exit_sched_rr_get_interval")
SEC("tp/syscalls/sys_enter_sched_rr_get_interval")
SEC("tp/syscalls/sys_exit_sched_get_priority_min")
SEC("tp/syscalls/sys_enter_sched_get_priority_min")
SEC("tp/syscalls/sys_exit_sched_get_priority_max")
SEC("tp/syscalls/sys_enter_sched_get_priority_max")
SEC("tp/syscalls/sys_exit_sched_yield")
SEC("tp/syscalls/sys_enter_sched_yield")
SEC("tp/syscalls/sys_exit_sched_getaffinity")
SEC("tp/syscalls/sys_enter_sched_getaffinity")
SEC("tp/syscalls/sys_exit_sched_setaffinity")
SEC("tp/syscalls/sys_enter_sched_setaffinity")
SEC("tp/syscalls/sys_exit_sched_getattr")
SEC("tp/syscalls/sys_enter_sched_getattr")
SEC("tp/syscalls/sys_exit_sched_getparam")
SEC("tp/syscalls/sys_enter_sched_getparam")
SEC("tp/syscalls/sys_exit_sched_getscheduler")
SEC("tp/syscalls/sys_enter_sched_getscheduler")
SEC("tp/syscalls/sys_exit_sched_setattr")
SEC("tp/syscalls/sys_enter_sched_setattr")
SEC("tp/syscalls/sys_exit_sched_setparam")
SEC("tp/syscalls/sys_enter_sched_setparam")
SEC("tp/syscalls/sys_exit_sched_setscheduler")
SEC("tp/syscalls/sys_enter_sched_setscheduler")
SEC("tp/syscalls/sys_exit_membarrier")
SEC("tp/syscalls/sys_enter_membarrier")
SEC("tp/syscalls/sys_exit_syslog")
SEC("tp/syscalls/sys_enter_syslog")
SEC("tp/syscalls/sys_exit_finit_module")
SEC("tp/syscalls/sys_enter_finit_module")
SEC("tp/syscalls/sys_exit_init_module")
SEC("tp/syscalls/sys_enter_init_module")
SEC("tp/syscalls/sys_exit_delete_module")
SEC("tp/syscalls/sys_enter_delete_module")
SEC("tp/syscalls/sys_exit_kcmp")
SEC("tp/syscalls/sys_enter_kcmp")
SEC("tp/syscalls/sys_exit_adjtimex")
SEC("tp/syscalls/sys_enter_adjtimex")
SEC("tp/syscalls/sys_exit_settimeofday")
SEC("tp/syscalls/sys_enter_settimeofday")
SEC("tp/syscalls/sys_exit_gettimeofday")
SEC("tp/syscalls/sys_enter_gettimeofday")
SEC("tp/syscalls/sys_exit_time")
SEC("tp/syscalls/sys_enter_time")
SEC("tp/syscalls/sys_exit_nanosleep")
SEC("tp/syscalls/sys_enter_nanosleep")
SEC("tp/syscalls/sys_exit_clock_nanosleep")
SEC("tp/syscalls/sys_enter_clock_nanosleep")
SEC("tp/syscalls/sys_exit_clock_getres")
SEC("tp/syscalls/sys_enter_clock_getres")
SEC("tp/syscalls/sys_exit_clock_adjtime")
SEC("tp/syscalls/sys_enter_clock_adjtime")
SEC("tp/syscalls/sys_exit_clock_gettime")
SEC("tp/syscalls/sys_enter_clock_gettime")
SEC("tp/syscalls/sys_exit_clock_settime")
SEC("tp/syscalls/sys_enter_clock_settime")
SEC("tp/syscalls/sys_exit_timer_delete")
SEC("tp/syscalls/sys_enter_timer_delete")
SEC("tp/syscalls/sys_exit_timer_settime")
SEC("tp/syscalls/sys_enter_timer_settime")
SEC("tp/syscalls/sys_exit_timer_getoverrun")
SEC("tp/syscalls/sys_enter_timer_getoverrun")
SEC("tp/syscalls/sys_exit_timer_gettime")
SEC("tp/syscalls/sys_enter_timer_gettime")
SEC("tp/syscalls/sys_exit_timer_create")
SEC("tp/syscalls/sys_enter_timer_create")
SEC("tp/syscalls/sys_exit_setitimer")
SEC("tp/syscalls/sys_enter_setitimer")
SEC("tp/syscalls/sys_exit_alarm")
SEC("tp/syscalls/sys_enter_alarm")
SEC("tp/syscalls/sys_exit_getitimer")
SEC("tp/syscalls/sys_enter_getitimer")
SEC("tp/syscalls/sys_exit_futex_requeue")
SEC("tp/syscalls/sys_enter_futex_requeue")
SEC("tp/syscalls/sys_exit_futex_wait")
SEC("tp/syscalls/sys_enter_futex_wait")
SEC("tp/syscalls/sys_exit_futex_wake")
SEC("tp/syscalls/sys_enter_futex_wake")
SEC("tp/syscalls/sys_exit_futex_waitv")
SEC("tp/syscalls/sys_enter_futex_waitv")
SEC("tp/syscalls/sys_exit_futex")
SEC("tp/syscalls/sys_enter_futex")
SEC("tp/syscalls/sys_exit_get_robust_list")
SEC("tp/syscalls/sys_enter_get_robust_list")
SEC("tp/syscalls/sys_exit_set_robust_list")
SEC("tp/syscalls/sys_enter_set_robust_list")
SEC("tp/syscalls/sys_exit_acct")
SEC("tp/syscalls/sys_enter_acct")
SEC("tp/syscalls/sys_exit_kexec_load")
SEC("tp/syscalls/sys_enter_kexec_load")
SEC("tp/syscalls/sys_exit_seccomp")
SEC("tp/syscalls/sys_enter_seccomp")
SEC("tp/syscalls/sys_exit_bpf")
SEC("tp/syscalls/sys_enter_bpf")
SEC("tp/syscalls/sys_exit_perf_event_open")
SEC("tp/syscalls/sys_enter_perf_event_open")
SEC("tp/syscalls/sys_exit_rseq")
SEC("tp/syscalls/sys_enter_rseq")
SEC("tp/syscalls/sys_exit_cachestat")
SEC("tp/syscalls/sys_enter_cachestat")
SEC("tp/syscalls/sys_exit_process_mrelease")
SEC("tp/syscalls/sys_enter_process_mrelease")
SEC("tp/syscalls/sys_exit_fadvise64")
SEC("tp/syscalls/sys_enter_fadvise64")
SEC("tp/syscalls/sys_exit_readahead")
SEC("tp/syscalls/sys_enter_readahead")
SEC("tp/syscalls/sys_exit_mincore")
SEC("tp/syscalls/sys_enter_mincore")
SEC("tp/syscalls/sys_exit_munlockall")
SEC("tp/syscalls/sys_enter_munlockall")
SEC("tp/syscalls/sys_exit_mlockall")
SEC("tp/syscalls/sys_enter_mlockall")
SEC("tp/syscalls/sys_exit_munlock")
SEC("tp/syscalls/sys_enter_munlock")
SEC("tp/syscalls/sys_exit_mlock2")
SEC("tp/syscalls/sys_enter_mlock2")
SEC("tp/syscalls/sys_exit_mlock")
SEC("tp/syscalls/sys_enter_mlock")
SEC("tp/syscalls/sys_exit_remap_file_pages")
SEC("tp/syscalls/sys_enter_remap_file_pages")
SEC("tp/syscalls/sys_exit_munmap")
SEC("tp/syscalls/sys_enter_munmap")
SEC("tp/syscalls/sys_exit_brk")
SEC("tp/syscalls/sys_enter_brk")
SEC("tp/syscalls/sys_exit_pkey_free")
SEC("tp/syscalls/sys_enter_pkey_free")
SEC("tp/syscalls/sys_exit_pkey_alloc")
SEC("tp/syscalls/sys_enter_pkey_alloc")
SEC("tp/syscalls/sys_exit_pkey_mprotect")
SEC("tp/syscalls/sys_enter_pkey_mprotect")
SEC("tp/syscalls/sys_exit_mprotect")
SEC("tp/syscalls/sys_enter_mprotect")
SEC("tp/syscalls/sys_exit_mremap")
SEC("tp/syscalls/sys_enter_mremap")
SEC("tp/syscalls/sys_exit_msync")
SEC("tp/syscalls/sys_enter_msync")
SEC("tp/syscalls/sys_exit_process_vm_writev")
SEC("tp/syscalls/sys_enter_process_vm_writev")
SEC("tp/syscalls/sys_exit_process_vm_readv")
SEC("tp/syscalls/sys_enter_process_vm_readv")
SEC("tp/syscalls/sys_exit_mseal")
SEC("tp/syscalls/sys_enter_mseal")
SEC("tp/syscalls/sys_exit_process_madvise")
SEC("tp/syscalls/sys_enter_process_madvise")
SEC("tp/syscalls/sys_exit_madvise")
SEC("tp/syscalls/sys_enter_madvise")
SEC("tp/syscalls/sys_exit_swapon")
SEC("tp/syscalls/sys_enter_swapon")
SEC("tp/syscalls/sys_exit_swapoff")
SEC("tp/syscalls/sys_enter_swapoff")
SEC("tp/syscalls/sys_exit_get_mempolicy")
SEC("tp/syscalls/sys_enter_get_mempolicy")
SEC("tp/syscalls/sys_exit_migrate_pages")
SEC("tp/syscalls/sys_enter_migrate_pages")
SEC("tp/syscalls/sys_exit_set_mempolicy")
SEC("tp/syscalls/sys_enter_set_mempolicy")
SEC("tp/syscalls/sys_exit_mbind")
SEC("tp/syscalls/sys_enter_mbind")
SEC("tp/syscalls/sys_exit_set_mempolicy_home_node")
SEC("tp/syscalls/sys_enter_set_mempolicy_home_node")
SEC("tp/syscalls/sys_exit_move_pages")
SEC("tp/syscalls/sys_enter_move_pages")
SEC("tp/syscalls/sys_exit_memfd_secret")
SEC("tp/syscalls/sys_enter_memfd_secret")
SEC("tp/syscalls/sys_exit_memfd_create")
SEC("tp/syscalls/sys_enter_memfd_create")
SEC("tp/syscalls/sys_exit_vhangup")
SEC("tp/syscalls/sys_enter_vhangup")
SEC("tp/syscalls/sys_exit_close_range")
SEC("tp/syscalls/sys_enter_close_range")
SEC("tp/syscalls/sys_exit_close")
SEC("tp/syscalls/sys_enter_close")
SEC("tp/syscalls/sys_exit_creat")
SEC("tp/syscalls/sys_enter_creat")
SEC("tp/syscalls/sys_exit_openat2")
SEC("tp/syscalls/sys_enter_openat2")
SEC("tp/syscalls/sys_exit_openat")
SEC("tp/syscalls/sys_enter_openat")
SEC("tp/syscalls/sys_exit_open")
SEC("tp/syscalls/sys_enter_open")
SEC("tp/syscalls/sys_exit_fchown")
SEC("tp/syscalls/sys_enter_fchown")
SEC("tp/syscalls/sys_exit_lchown")
SEC("tp/syscalls/sys_enter_lchown")
SEC("tp/syscalls/sys_exit_chown")
SEC("tp/syscalls/sys_enter_chown")
SEC("tp/syscalls/sys_exit_fchownat")
SEC("tp/syscalls/sys_enter_fchownat")
SEC("tp/syscalls/sys_exit_chmod")
SEC("tp/syscalls/sys_enter_chmod")
SEC("tp/syscalls/sys_exit_fchmodat")
SEC("tp/syscalls/sys_enter_fchmodat")
SEC("tp/syscalls/sys_exit_fchmodat2")
SEC("tp/syscalls/sys_enter_fchmodat2")
SEC("tp/syscalls/sys_exit_fchmod")
SEC("tp/syscalls/sys_enter_fchmod")
SEC("tp/syscalls/sys_exit_chroot")
SEC("tp/syscalls/sys_enter_chroot")
SEC("tp/syscalls/sys_exit_fchdir")
SEC("tp/syscalls/sys_enter_fchdir")
SEC("tp/syscalls/sys_exit_chdir")
SEC("tp/syscalls/sys_enter_chdir")
SEC("tp/syscalls/sys_exit_access")
SEC("tp/syscalls/sys_enter_access")
SEC("tp/syscalls/sys_exit_faccessat2")
SEC("tp/syscalls/sys_enter_faccessat2")
SEC("tp/syscalls/sys_exit_faccessat")
SEC("tp/syscalls/sys_enter_faccessat")
SEC("tp/syscalls/sys_exit_fallocate")
SEC("tp/syscalls/sys_enter_fallocate")
SEC("tp/syscalls/sys_exit_ftruncate")
SEC("tp/syscalls/sys_enter_ftruncate")
SEC("tp/syscalls/sys_exit_truncate")
SEC("tp/syscalls/sys_enter_truncate")
SEC("tp/syscalls/sys_exit_copy_file_range")
SEC("tp/syscalls/sys_enter_copy_file_range")
SEC("tp/syscalls/sys_exit_sendfile64")
SEC("tp/syscalls/sys_enter_sendfile64")
SEC("tp/syscalls/sys_exit_pwritev2")
SEC("tp/syscalls/sys_enter_pwritev2")
SEC("tp/syscalls/sys_exit_pwritev")
SEC("tp/syscalls/sys_enter_pwritev")
SEC("tp/syscalls/sys_exit_preadv2")
SEC("tp/syscalls/sys_enter_preadv2")
SEC("tp/syscalls/sys_exit_preadv")
SEC("tp/syscalls/sys_enter_preadv")
SEC("tp/syscalls/sys_exit_writev")
SEC("tp/syscalls/sys_enter_writev")
SEC("tp/syscalls/sys_exit_readv")
SEC("tp/syscalls/sys_enter_readv")
SEC("tp/syscalls/sys_exit_pwrite64")
SEC("tp/syscalls/sys_enter_pwrite64")
SEC("tp/syscalls/sys_exit_pread64")
SEC("tp/syscalls/sys_enter_pread64")
SEC("tp/syscalls/sys_exit_write")
SEC("tp/syscalls/sys_enter_write")
SEC("tp/syscalls/sys_exit_read")
SEC("tp/syscalls/sys_enter_read")
SEC("tp/syscalls/sys_exit_lseek")
SEC("tp/syscalls/sys_enter_lseek")
SEC("tp/syscalls/sys_exit_statx")
SEC("tp/syscalls/sys_enter_statx")
SEC("tp/syscalls/sys_exit_readlink")
SEC("tp/syscalls/sys_enter_readlink")
SEC("tp/syscalls/sys_exit_readlinkat")
SEC("tp/syscalls/sys_enter_readlinkat")
SEC("tp/syscalls/sys_exit_newfstat")
SEC("tp/syscalls/sys_enter_newfstat")
SEC("tp/syscalls/sys_exit_newfstatat")
SEC("tp/syscalls/sys_enter_newfstatat")
SEC("tp/syscalls/sys_exit_newlstat")
SEC("tp/syscalls/sys_enter_newlstat")
SEC("tp/syscalls/sys_exit_newstat")
SEC("tp/syscalls/sys_enter_newstat")
SEC("tp/syscalls/sys_exit_execveat")
SEC("tp/syscalls/sys_enter_execveat")
SEC("tp/syscalls/sys_exit_execve")
SEC("tp/syscalls/sys_enter_execve")
SEC("tp/syscalls/sys_exit_pipe")
SEC("tp/syscalls/sys_enter_pipe")
SEC("tp/syscalls/sys_exit_pipe2")
SEC("tp/syscalls/sys_enter_pipe2")
SEC("tp/syscalls/sys_exit_rename")
SEC("tp/syscalls/sys_enter_rename")
SEC("tp/syscalls/sys_exit_renameat")
SEC("tp/syscalls/sys_enter_renameat")
SEC("tp/syscalls/sys_exit_renameat2")
SEC("tp/syscalls/sys_enter_renameat2")
SEC("tp/syscalls/sys_exit_link")
SEC("tp/syscalls/sys_enter_link")
SEC("tp/syscalls/sys_exit_linkat")
SEC("tp/syscalls/sys_enter_linkat")
SEC("tp/syscalls/sys_exit_symlink")
SEC("tp/syscalls/sys_enter_symlink")
SEC("tp/syscalls/sys_exit_symlinkat")
SEC("tp/syscalls/sys_enter_symlinkat")
SEC("tp/syscalls/sys_exit_unlink")
SEC("tp/syscalls/sys_enter_unlink")
SEC("tp/syscalls/sys_exit_unlinkat")
SEC("tp/syscalls/sys_enter_unlinkat")
SEC("tp/syscalls/sys_exit_rmdir")
SEC("tp/syscalls/sys_enter_rmdir")
SEC("tp/syscalls/sys_exit_mkdir")
SEC("tp/syscalls/sys_enter_mkdir")
SEC("tp/syscalls/sys_exit_mkdirat")
SEC("tp/syscalls/sys_enter_mkdirat")
SEC("tp/syscalls/sys_exit_mknod")
SEC("tp/syscalls/sys_enter_mknod")
SEC("tp/syscalls/sys_exit_mknodat")
SEC("tp/syscalls/sys_enter_mknodat")
SEC("tp/syscalls/sys_exit_fcntl")
SEC("tp/syscalls/sys_enter_fcntl")
SEC("tp/syscalls/sys_exit_ioctl")
SEC("tp/syscalls/sys_enter_ioctl")
SEC("tp/syscalls/sys_exit_getdents64")
SEC("tp/syscalls/sys_enter_getdents64")
SEC("tp/syscalls/sys_exit_getdents")
SEC("tp/syscalls/sys_enter_getdents")
SEC("tp/syscalls/sys_exit_ppoll")
SEC("tp/syscalls/sys_enter_ppoll")
SEC("tp/syscalls/sys_exit_poll")
SEC("tp/syscalls/sys_enter_poll")
SEC("tp/syscalls/sys_exit_pselect6")
SEC("tp/syscalls/sys_enter_pselect6")
SEC("tp/syscalls/sys_exit_select")
SEC("tp/syscalls/sys_enter_select")
SEC("tp/syscalls/sys_exit_dup")
SEC("tp/syscalls/sys_enter_dup")
SEC("tp/syscalls/sys_exit_dup2")
SEC("tp/syscalls/sys_enter_dup2")
SEC("tp/syscalls/sys_exit_dup3")
SEC("tp/syscalls/sys_enter_dup3")
SEC("tp/syscalls/sys_exit_sysfs")
SEC("tp/syscalls/sys_enter_sysfs")
SEC("tp/syscalls/sys_exit_listmount")
SEC("tp/syscalls/sys_enter_listmount")
SEC("tp/syscalls/sys_exit_statmount")
SEC("tp/syscalls/sys_enter_statmount")
SEC("tp/syscalls/sys_exit_mount_setattr")
SEC("tp/syscalls/sys_enter_mount_setattr")
SEC("tp/syscalls/sys_exit_pivot_root")
SEC("tp/syscalls/sys_enter_pivot_root")
SEC("tp/syscalls/sys_exit_move_mount")
SEC("tp/syscalls/sys_enter_move_mount")
SEC("tp/syscalls/sys_exit_fsmount")
SEC("tp/syscalls/sys_enter_fsmount")
SEC("tp/syscalls/sys_exit_mount")
SEC("tp/syscalls/sys_enter_mount")
SEC("tp/syscalls/sys_exit_open_tree")
SEC("tp/syscalls/sys_enter_open_tree")
SEC("tp/syscalls/sys_exit_umount")
SEC("tp/syscalls/sys_enter_umount")
SEC("tp/syscalls/sys_exit_fremovexattr")
SEC("tp/syscalls/sys_enter_fremovexattr")
SEC("tp/syscalls/sys_exit_lremovexattr")
SEC("tp/syscalls/sys_enter_lremovexattr")
SEC("tp/syscalls/sys_exit_removexattr")
SEC("tp/syscalls/sys_enter_removexattr")
SEC("tp/syscalls/sys_exit_flistxattr")
SEC("tp/syscalls/sys_enter_flistxattr")
SEC("tp/syscalls/sys_exit_llistxattr")
SEC("tp/syscalls/sys_enter_llistxattr")
SEC("tp/syscalls/sys_exit_listxattr")
SEC("tp/syscalls/sys_enter_listxattr")
SEC("tp/syscalls/sys_exit_fgetxattr")
SEC("tp/syscalls/sys_enter_fgetxattr")
SEC("tp/syscalls/sys_exit_lgetxattr")
SEC("tp/syscalls/sys_enter_lgetxattr")
SEC("tp/syscalls/sys_exit_getxattr")
SEC("tp/syscalls/sys_enter_getxattr")
SEC("tp/syscalls/sys_exit_fsetxattr")
SEC("tp/syscalls/sys_enter_fsetxattr")
SEC("tp/syscalls/sys_exit_lsetxattr")
SEC("tp/syscalls/sys_enter_lsetxattr")
SEC("tp/syscalls/sys_exit_setxattr")
SEC("tp/syscalls/sys_enter_setxattr")
SEC("tp/syscalls/sys_exit_tee")
SEC("tp/syscalls/sys_enter_tee")
SEC("tp/syscalls/sys_exit_splice")
SEC("tp/syscalls/sys_enter_splice")
SEC("tp/syscalls/sys_exit_vmsplice")
SEC("tp/syscalls/sys_enter_vmsplice")
SEC("tp/syscalls/sys_exit_sync_file_range")
SEC("tp/syscalls/sys_enter_sync_file_range")
SEC("tp/syscalls/sys_exit_fdatasync")
SEC("tp/syscalls/sys_enter_fdatasync")
SEC("tp/syscalls/sys_exit_fsync")
SEC("tp/syscalls/sys_enter_fsync")
SEC("tp/syscalls/sys_exit_syncfs")
SEC("tp/syscalls/sys_enter_syncfs")
SEC("tp/syscalls/sys_exit_sync")
SEC("tp/syscalls/sys_enter_sync")
SEC("tp/syscalls/sys_exit_utime")
SEC("tp/syscalls/sys_enter_utime")
SEC("tp/syscalls/sys_exit_utimes")
SEC("tp/syscalls/sys_enter_utimes")
SEC("tp/syscalls/sys_exit_futimesat")
SEC("tp/syscalls/sys_enter_futimesat")
SEC("tp/syscalls/sys_exit_utimensat")
SEC("tp/syscalls/sys_enter_utimensat")
SEC("tp/syscalls/sys_exit_getcwd")
SEC("tp/syscalls/sys_enter_getcwd")
SEC("tp/syscalls/sys_exit_ustat")
SEC("tp/syscalls/sys_enter_ustat")
SEC("tp/syscalls/sys_exit_fstatfs")
SEC("tp/syscalls/sys_enter_fstatfs")
SEC("tp/syscalls/sys_exit_statfs")
SEC("tp/syscalls/sys_enter_statfs")
SEC("tp/syscalls/sys_exit_fsconfig")
SEC("tp/syscalls/sys_enter_fsconfig")
SEC("tp/syscalls/sys_exit_fspick")
SEC("tp/syscalls/sys_enter_fspick")
SEC("tp/syscalls/sys_exit_fsopen")
SEC("tp/syscalls/sys_enter_fsopen")
SEC("tp/syscalls/sys_exit_inotify_rm_watch")
SEC("tp/syscalls/sys_enter_inotify_rm_watch")
SEC("tp/syscalls/sys_exit_inotify_add_watch")
SEC("tp/syscalls/sys_enter_inotify_add_watch")
SEC("tp/syscalls/sys_exit_inotify_init")
SEC("tp/syscalls/sys_enter_inotify_init")
SEC("tp/syscalls/sys_exit_inotify_init1")
SEC("tp/syscalls/sys_enter_inotify_init1")
SEC("tp/syscalls/sys_exit_fanotify_mark")
SEC("tp/syscalls/sys_enter_fanotify_mark")
SEC("tp/syscalls/sys_exit_fanotify_init")
SEC("tp/syscalls/sys_enter_fanotify_init")
SEC("tp/syscalls/sys_exit_epoll_pwait2")
SEC("tp/syscalls/sys_enter_epoll_pwait2")
SEC("tp/syscalls/sys_exit_epoll_pwait")
SEC("tp/syscalls/sys_enter_epoll_pwait")
SEC("tp/syscalls/sys_exit_epoll_wait")
SEC("tp/syscalls/sys_enter_epoll_wait")
SEC("tp/syscalls/sys_exit_epoll_ctl")
SEC("tp/syscalls/sys_enter_epoll_ctl")
SEC("tp/syscalls/sys_exit_epoll_create")
SEC("tp/syscalls/sys_enter_epoll_create")
SEC("tp/syscalls/sys_exit_epoll_create1")
SEC("tp/syscalls/sys_enter_epoll_create1")
SEC("tp/syscalls/sys_exit_signalfd")
SEC("tp/syscalls/sys_enter_signalfd")
SEC("tp/syscalls/sys_exit_signalfd4")
SEC("tp/syscalls/sys_enter_signalfd4")
SEC("tp/syscalls/sys_exit_timerfd_gettime")
SEC("tp/syscalls/sys_enter_timerfd_gettime")
SEC("tp/syscalls/sys_exit_timerfd_settime")
SEC("tp/syscalls/sys_enter_timerfd_settime")
SEC("tp/syscalls/sys_exit_timerfd_create")
SEC("tp/syscalls/sys_enter_timerfd_create")
SEC("tp/syscalls/sys_exit_eventfd")
SEC("tp/syscalls/sys_enter_eventfd")
SEC("tp/syscalls/sys_exit_eventfd2")
SEC("tp/syscalls/sys_enter_eventfd2")
SEC("tp/syscalls/sys_exit_io_pgetevents")
SEC("tp/syscalls/sys_enter_io_pgetevents")
SEC("tp/syscalls/sys_exit_io_getevents")
SEC("tp/syscalls/sys_enter_io_getevents")
SEC("tp/syscalls/sys_exit_io_cancel")
SEC("tp/syscalls/sys_enter_io_cancel")
SEC("tp/syscalls/sys_exit_io_submit")
SEC("tp/syscalls/sys_enter_io_submit")
SEC("tp/syscalls/sys_exit_io_destroy")
SEC("tp/syscalls/sys_enter_io_destroy")
SEC("tp/syscalls/sys_exit_io_setup")
SEC("tp/syscalls/sys_enter_io_setup")
SEC("tp/syscalls/sys_exit_flock")
SEC("tp/syscalls/sys_enter_flock")
SEC("tp/syscalls/sys_exit_open_by_handle_at")
SEC("tp/syscalls/sys_enter_open_by_handle_at")
SEC("tp/syscalls/sys_exit_name_to_handle_at")
SEC("tp/syscalls/sys_enter_name_to_handle_at")
SEC("tp/syscalls/sys_exit_quotactl_fd")
SEC("tp/syscalls/sys_enter_quotactl_fd")
SEC("tp/syscalls/sys_exit_quotactl")
SEC("tp/syscalls/sys_enter_quotactl")
SEC("tp/syscalls/sys_exit_msgrcv")
SEC("tp/syscalls/sys_enter_msgrcv")
SEC("tp/syscalls/sys_exit_msgsnd")
SEC("tp/syscalls/sys_enter_msgsnd")
SEC("tp/syscalls/sys_exit_msgctl")
SEC("tp/syscalls/sys_enter_msgctl")
SEC("tp/syscalls/sys_exit_msgget")
SEC("tp/syscalls/sys_enter_msgget")
SEC("tp/syscalls/sys_exit_semop")
SEC("tp/syscalls/sys_enter_semop")
SEC("tp/syscalls/sys_exit_semtimedop")
SEC("tp/syscalls/sys_enter_semtimedop")
SEC("tp/syscalls/sys_exit_semctl")
SEC("tp/syscalls/sys_enter_semctl")
SEC("tp/syscalls/sys_exit_semget")
SEC("tp/syscalls/sys_enter_semget")
SEC("tp/syscalls/sys_exit_shmdt")
SEC("tp/syscalls/sys_enter_shmdt")
SEC("tp/syscalls/sys_exit_shmat")
SEC("tp/syscalls/sys_enter_shmat")
SEC("tp/syscalls/sys_exit_shmctl")
SEC("tp/syscalls/sys_enter_shmctl")
SEC("tp/syscalls/sys_exit_shmget")
SEC("tp/syscalls/sys_enter_shmget")
SEC("tp/syscalls/sys_exit_mq_getsetattr")
SEC("tp/syscalls/sys_enter_mq_getsetattr")
SEC("tp/syscalls/sys_exit_mq_notify")
SEC("tp/syscalls/sys_enter_mq_notify")
SEC("tp/syscalls/sys_exit_mq_timedreceive")
SEC("tp/syscalls/sys_enter_mq_timedreceive")
SEC("tp/syscalls/sys_exit_mq_timedsend")
SEC("tp/syscalls/sys_enter_mq_timedsend")
SEC("tp/syscalls/sys_exit_mq_unlink")
SEC("tp/syscalls/sys_enter_mq_unlink")
SEC("tp/syscalls/sys_exit_mq_open")
SEC("tp/syscalls/sys_enter_mq_open")
SEC("tp/syscalls/sys_exit_keyctl")
SEC("tp/syscalls/sys_enter_keyctl")
SEC("tp/syscalls/sys_exit_request_key")
SEC("tp/syscalls/sys_enter_request_key")
SEC("tp/syscalls/sys_exit_add_key")
SEC("tp/syscalls/sys_enter_add_key")
SEC("tp/syscalls/sys_exit_lsm_list_modules")
SEC("tp/syscalls/sys_enter_lsm_list_modules")
SEC("tp/syscalls/sys_exit_lsm_get_self_attr")
SEC("tp/syscalls/sys_enter_lsm_get_self_attr")
SEC("tp/syscalls/sys_exit_lsm_set_self_attr")
SEC("tp/syscalls/sys_enter_lsm_set_self_attr")
SEC("tp/syscalls/sys_exit_ioprio_get")
SEC("tp/syscalls/sys_enter_ioprio_get")
SEC("tp/syscalls/sys_exit_ioprio_set")
SEC("tp/syscalls/sys_enter_ioprio_set")
SEC("tp/syscalls/sys_exit_io_uring_setup")
SEC("tp/syscalls/sys_enter_io_uring_setup")
SEC("tp/syscalls/sys_exit_io_uring_enter")
SEC("tp/syscalls/sys_enter_io_uring_enter")
SEC("tp/syscalls/sys_exit_io_uring_register")
SEC("tp/syscalls/sys_enter_io_uring_register")
SEC("tp/syscalls/sys_exit_getrandom")
SEC("tp/syscalls/sys_enter_getrandom")
SEC("tp/syscalls/sys_exit_recvmmsg")
SEC("tp/syscalls/sys_enter_recvmmsg")
SEC("tp/syscalls/sys_exit_recvmsg")
SEC("tp/syscalls/sys_enter_recvmsg")
SEC("tp/syscalls/sys_exit_sendmmsg")
SEC("tp/syscalls/sys_enter_sendmmsg")
SEC("tp/syscalls/sys_exit_sendmsg")
SEC("tp/syscalls/sys_enter_sendmsg")
SEC("tp/syscalls/sys_exit_shutdown")
SEC("tp/syscalls/sys_enter_shutdown")
SEC("tp/syscalls/sys_exit_getsockopt")
SEC("tp/syscalls/sys_enter_getsockopt")
SEC("tp/syscalls/sys_exit_setsockopt")
SEC("tp/syscalls/sys_enter_setsockopt")
SEC("tp/syscalls/sys_exit_recvfrom")
SEC("tp/syscalls/sys_enter_recvfrom")
SEC("tp/syscalls/sys_exit_sendto")
SEC("tp/syscalls/sys_enter_sendto")
SEC("tp/syscalls/sys_exit_getpeername")
SEC("tp/syscalls/sys_enter_getpeername")
SEC("tp/syscalls/sys_exit_getsockname")
SEC("tp/syscalls/sys_enter_getsockname")
SEC("tp/syscalls/sys_exit_connect")
SEC("tp/syscalls/sys_enter_connect")
SEC("tp/syscalls/sys_exit_accept")
SEC("tp/syscalls/sys_enter_accept")
SEC("tp/syscalls/sys_exit_accept4")
SEC("tp/syscalls/sys_enter_accept4")
SEC("tp/syscalls/sys_exit_listen")
SEC("tp/syscalls/sys_enter_listen")
SEC("tp/syscalls/sys_exit_bind")
SEC("tp/syscalls/sys_enter_bind")
SEC("tp/syscalls/sys_exit_socketpair")
SEC("tp/syscalls/sys_enter_socketpair")
SEC("tp/syscalls/sys_exit_socket")
SEC("tp/syscalls/sys_enter_socket")
SEC("tp/irq_vectors/vector_free_moved")
SEC("tp/irq_vectors/vector_setup")
SEC("tp/irq_vectors/vector_teardown")
SEC("tp/irq_vectors/vector_deactivate")
SEC("tp/irq_vectors/vector_activate")
SEC("tp/irq_vectors/vector_alloc_managed")
SEC("tp/irq_vectors/vector_alloc")
SEC("tp/irq_vectors/vector_reserve")
SEC("tp/irq_vectors/vector_reserve_managed")
SEC("tp/irq_vectors/vector_clear")
SEC("tp/irq_vectors/vector_update")
SEC("tp/irq_vectors/vector_config")
SEC("tp/irq_vectors/thermal_apic_exit")
SEC("tp/irq_vectors/thermal_apic_entry")
SEC("tp/irq_vectors/deferred_error_apic_exit")
SEC("tp/irq_vectors/deferred_error_apic_entry")
SEC("tp/irq_vectors/threshold_apic_exit")
SEC("tp/irq_vectors/threshold_apic_entry")
SEC("tp/irq_vectors/call_function_single_exit")
SEC("tp/irq_vectors/call_function_single_entry")
SEC("tp/irq_vectors/call_function_exit")
SEC("tp/irq_vectors/call_function_entry")
SEC("tp/irq_vectors/reschedule_exit")
SEC("tp/irq_vectors/reschedule_entry")
SEC("tp/irq_vectors/irq_work_exit")
SEC("tp/irq_vectors/irq_work_entry")
SEC("tp/irq_vectors/x86_platform_ipi_exit")
SEC("tp/irq_vectors/x86_platform_ipi_entry")
SEC("tp/irq_vectors/error_apic_exit")
SEC("tp/irq_vectors/error_apic_entry")
SEC("tp/irq_vectors/spurious_apic_exit")
SEC("tp/irq_vectors/spurious_apic_entry")
SEC("tp/irq_vectors/local_timer_exit")
SEC("tp/irq_vectors/local_timer_entry")
SEC("tp/nmi/nmi_handler")
SEC("tp/x86_fpu/x86_fpu_xstate_check_failed")
SEC("tp/x86_fpu/x86_fpu_copy_dst")
SEC("tp/x86_fpu/x86_fpu_copy_src")
SEC("tp/x86_fpu/x86_fpu_dropped")
SEC("tp/x86_fpu/x86_fpu_init_state")
SEC("tp/x86_fpu/x86_fpu_regs_deactivated")
SEC("tp/x86_fpu/x86_fpu_regs_activated")
SEC("tp/x86_fpu/x86_fpu_after_restore")
SEC("tp/x86_fpu/x86_fpu_before_restore")
SEC("tp/x86_fpu/x86_fpu_after_save")
SEC("tp/x86_fpu/x86_fpu_before_save")
SEC("tp/mce/mce_record")
SEC("tp/exceptions/page_fault_kernel")
SEC("tp/exceptions/page_fault_user")
SEC("tp/task/task_rename")
SEC("tp/task/task_newtask")
SEC("tp/cpuhp/cpuhp_exit")
SEC("tp/cpuhp/cpuhp_multi_enter")
SEC("tp/cpuhp/cpuhp_enter")
SEC("tp/irq/tasklet_exit")
SEC("tp/irq/tasklet_entry")
SEC("tp/irq/softirq_raise")
SEC("tp/irq/softirq_exit")
SEC("tp/irq/softirq_entry")
SEC("tp/irq/irq_handler_exit")
SEC("tp/irq/irq_handler_entry")
SEC("tp/signal/signal_deliver")
SEC("tp/signal/signal_generate")
SEC("tp/workqueue/workqueue_execute_end")
SEC("tp/workqueue/workqueue_execute_start")
SEC("tp/workqueue/workqueue_activate_work")
SEC("tp/workqueue/workqueue_queue_work")
SEC("tp/notifier/notifier_run")
SEC("tp/notifier/notifier_unregister")
SEC("tp/notifier/notifier_register")
SEC("tp/ipi/ipi_exit")
SEC("tp/ipi/ipi_entry")
SEC("tp/ipi/ipi_send_cpumask")
SEC("tp/ipi/ipi_send_cpu")
SEC("tp/ipi/ipi_raise")
SEC("tp/sched/sched_wake_idle_without_ipi")
SEC("tp/sched/sched_swap_numa")
SEC("tp/sched/sched_stick_numa")
SEC("tp/sched/sched_move_numa")
SEC("tp/sched/sched_pi_setprio")
SEC("tp/sched/sched_stat_runtime")
SEC("tp/sched/sched_stat_blocked")
SEC("tp/sched/sched_stat_iowait")
SEC("tp/sched/sched_stat_sleep")
SEC("tp/sched/sched_stat_wait")
SEC("tp/sched/sched_prepare_exec")
SEC("tp/sched/sched_process_exec")
SEC("tp/sched/sched_process_fork")
SEC("tp/sched/sched_process_wait")
SEC("tp/sched/sched_wait_task")
SEC("tp/sched/sched_process_exit")
SEC("tp/sched/sched_process_free")
SEC("tp/sched/sched_migrate_task")
SEC("tp/sched/sched_switch")
SEC("tp/sched/sched_wakeup_new")
SEC("tp/sched/sched_wakeup")
SEC("tp/sched/sched_waking")
SEC("tp/sched/sched_kthread_work_execute_end")
SEC("tp/sched/sched_kthread_work_execute_start")
SEC("tp/sched/sched_kthread_work_queue_work")
SEC("tp/sched/sched_kthread_stop_ret")
SEC("tp/sched/sched_kthread_stop")
SEC("tp/lock/contention_end")
SEC("tp/lock/contention_begin")
SEC("tp/printk/console")
SEC("tp/irq_matrix/irq_matrix_free")
SEC("tp/irq_matrix/irq_matrix_alloc")
SEC("tp/irq_matrix/irq_matrix_assign")
SEC("tp/irq_matrix/irq_matrix_alloc_managed")
SEC("tp/irq_matrix/irq_matrix_remove_managed")
SEC("tp/irq_matrix/irq_matrix_reserve_managed")
SEC("tp/irq_matrix/irq_matrix_alloc_reserved")
SEC("tp/irq_matrix/irq_matrix_assign_system")
SEC("tp/irq_matrix/irq_matrix_remove_reserved")
SEC("tp/irq_matrix/irq_matrix_reserve")
SEC("tp/irq_matrix/irq_matrix_offline")
SEC("tp/irq_matrix/irq_matrix_online")
SEC("tp/rcu/rcu_barrier")
SEC("tp/rcu/rcu_torture_read")
SEC("tp/rcu/rcu_batch_end")
SEC("tp/rcu/rcu_sr_normal")
SEC("tp/rcu/rcu_invoke_kfree_bulk_callback")
SEC("tp/rcu/rcu_invoke_kvfree_callback")
SEC("tp/rcu/rcu_invoke_callback")
SEC("tp/rcu/rcu_batch_start")
SEC("tp/rcu/rcu_kvfree_callback")
SEC("tp/rcu/rcu_segcb_stats")
SEC("tp/rcu/rcu_callback")
SEC("tp/rcu/rcu_watching")
SEC("tp/rcu/rcu_stall_warning")
SEC("tp/rcu/rcu_fqs")
SEC("tp/rcu/rcu_quiescent_state_report")
SEC("tp/rcu/rcu_unlock_preempted_task")
SEC("tp/rcu/rcu_preempt_task")
SEC("tp/rcu/rcu_exp_funnel_lock")
SEC("tp/rcu/rcu_exp_grace_period")
SEC("tp/rcu/rcu_grace_period_init")
SEC("tp/rcu/rcu_future_grace_period")
SEC("tp/rcu/rcu_grace_period")
SEC("tp/rcu/rcu_utilization")
SEC("tp/dma/dma_sync_sg_for_device")
SEC("tp/dma/dma_sync_sg_for_cpu")
SEC("tp/dma/dma_sync_single_for_device")
SEC("tp/dma/dma_sync_single_for_cpu")
SEC("tp/dma/dma_unmap_sg")
SEC("tp/dma/dma_map_sg")
SEC("tp/dma/dma_free")
SEC("tp/dma/dma_alloc")
SEC("tp/dma/dma_unmap_resource")
SEC("tp/dma/dma_unmap_page")
SEC("tp/dma/dma_map_resource")
SEC("tp/dma/dma_map_page")
SEC("tp/swiotlb/swiotlb_bounced")
SEC("tp/raw_syscalls/sys_exit")
SEC("tp/raw_syscalls/sys_enter")
SEC("tp/module/module_request")
SEC("tp/module/module_put")
SEC("tp/module/module_get")
SEC("tp/module/module_free")
SEC("tp/module/module_load")
SEC("tp/timer/tick_stop")
SEC("tp/timer/itimer_expire")
SEC("tp/timer/itimer_state")
SEC("tp/timer/hrtimer_cancel")
SEC("tp/timer/hrtimer_expire_exit")
SEC("tp/timer/hrtimer_expire_entry")
SEC("tp/timer/hrtimer_start")
SEC("tp/timer/hrtimer_init")
SEC("tp/timer/timer_base_idle")
SEC("tp/timer/timer_cancel")
SEC("tp/timer/timer_expire_exit")
SEC("tp/timer/timer_expire_entry")
SEC("tp/timer/timer_start")
SEC("tp/timer/timer_init")
SEC("tp/alarmtimer/alarmtimer_cancel")
SEC("tp/alarmtimer/alarmtimer_start")
SEC("tp/alarmtimer/alarmtimer_fired")
SEC("tp/alarmtimer/alarmtimer_suspend")
SEC("tp/timer_migration/tmigr_handle_remote")
SEC("tp/timer_migration/tmigr_update_events")
SEC("tp/timer_migration/tmigr_cpu_new_timer_idle")
SEC("tp/timer_migration/tmigr_cpu_idle")
SEC("tp/timer_migration/tmigr_handle_remote_cpu")
SEC("tp/timer_migration/tmigr_cpu_offline")
SEC("tp/timer_migration/tmigr_cpu_online")
SEC("tp/timer_migration/tmigr_cpu_active")
SEC("tp/timer_migration/tmigr_cpu_new_timer")
SEC("tp/timer_migration/tmigr_group_set_cpu_active")
SEC("tp/timer_migration/tmigr_group_set_cpu_inactive")
SEC("tp/timer_migration/tmigr_connect_cpu_parent")
SEC("tp/timer_migration/tmigr_connect_child_parent")
SEC("tp/timer_migration/tmigr_group_set")
SEC("tp/csd/csd_function_exit")
SEC("tp/csd/csd_function_entry")
SEC("tp/csd/csd_queue_cpu")
SEC("tp/cgroup/cgroup_rstat_cpu_unlock_fastpath")
SEC("tp/cgroup/cgroup_rstat_cpu_unlock")
SEC("tp/cgroup/cgroup_rstat_cpu_locked_fastpath")
SEC("tp/cgroup/cgroup_rstat_cpu_locked")
SEC("tp/cgroup/cgroup_rstat_cpu_lock_contended_fastpath")
SEC("tp/cgroup/cgroup_rstat_cpu_lock_contended")
SEC("tp/cgroup/cgroup_rstat_unlock")
SEC("tp/cgroup/cgroup_rstat_locked")
SEC("tp/cgroup/cgroup_rstat_lock_contended")
SEC("tp/cgroup/cgroup_notify_frozen")
SEC("tp/cgroup/cgroup_notify_populated")
SEC("tp/cgroup/cgroup_transfer_tasks")
SEC("tp/cgroup/cgroup_attach_task")
SEC("tp/cgroup/cgroup_unfreeze")
SEC("tp/cgroup/cgroup_freeze")
SEC("tp/cgroup/cgroup_rename")
SEC("tp/cgroup/cgroup_release")
SEC("tp/cgroup/cgroup_rmdir")
SEC("tp/cgroup/cgroup_mkdir")
SEC("tp/cgroup/cgroup_remount")
SEC("tp/cgroup/cgroup_destroy_root")
SEC("tp/cgroup/cgroup_setup_root")
SEC("tp/ftrace/print")
SEC("tp/bpf_trace/bpf_trace_printk")
SEC("tp/error_report/error_report_end")
SEC("tp/power/guest_halt_poll_ns")
SEC("tp/power/dev_pm_qos_remove_request")
SEC("tp/power/dev_pm_qos_update_request")
SEC("tp/power/dev_pm_qos_add_request")
SEC("tp/power/pm_qos_update_flags")
SEC("tp/power/pm_qos_update_target")
SEC("tp/power/pm_qos_remove_request")
SEC("tp/power/pm_qos_update_request")
SEC("tp/power/pm_qos_add_request")
SEC("tp/power/power_domain_target")
SEC("tp/power/clock_set_rate")
SEC("tp/power/clock_disable")
SEC("tp/power/clock_enable")
SEC("tp/power/wakeup_source_deactivate")
SEC("tp/power/wakeup_source_activate")
SEC("tp/power/suspend_resume")
SEC("tp/power/device_pm_callback_end")
SEC("tp/power/device_pm_callback_start")
SEC("tp/power/cpu_frequency_limits")
SEC("tp/power/cpu_frequency")
SEC("tp/power/pstate_sample")
SEC("tp/power/powernv_throttle")
SEC("tp/power/cpu_idle_miss")
SEC("tp/power/cpu_idle")
SEC("tp/rpm/rpm_status")
SEC("tp/rpm/rpm_return_int")
SEC("tp/rpm/rpm_usage")
SEC("tp/rpm/rpm_idle")
SEC("tp/rpm/rpm_resume")
SEC("tp/rpm/rpm_suspend")
SEC("tp/xdp/bpf_xdp_link_attach_failed")
SEC("tp/xdp/mem_return_failed")
SEC("tp/xdp/mem_connect")
SEC("tp/xdp/mem_disconnect")
SEC("tp/xdp/xdp_devmap_xmit")
SEC("tp/xdp/xdp_cpumap_enqueue")
SEC("tp/xdp/xdp_cpumap_kthread")
SEC("tp/xdp/xdp_redirect_map_err")
SEC("tp/xdp/xdp_redirect_map")
SEC("tp/xdp/xdp_redirect_err")
SEC("tp/xdp/xdp_redirect")
SEC("tp/xdp/xdp_bulk_tx")
SEC("tp/xdp/xdp_exception")
SEC("tp/rseq/rseq_ip_fixup")
SEC("tp/rseq/rseq_update")
SEC("tp/filemap/file_check_and_advance_wb_err")
SEC("tp/filemap/filemap_set_wb_err")
SEC("tp/filemap/mm_filemap_fault")
SEC("tp/filemap/mm_filemap_map_pages")
SEC("tp/filemap/mm_filemap_get_pages")
SEC("tp/filemap/mm_filemap_add_to_page_cache")
SEC("tp/filemap/mm_filemap_delete_from_page_cache")
SEC("tp/oom/compact_retry")
SEC("tp/oom/skip_task_reaping")
SEC("tp/oom/finish_task_reaping")
SEC("tp/oom/start_task_reaping")
SEC("tp/oom/wake_reaper")
SEC("tp/oom/mark_victim")
SEC("tp/oom/reclaim_retry_zone")
SEC("tp/oom/oom_score_adj_update")
SEC("tp/pagemap/mm_lru_activate")
SEC("tp/pagemap/mm_lru_insertion")
SEC("tp/vmscan/mm_vmscan_throttled")
SEC("tp/vmscan/mm_vmscan_node_reclaim_end")
SEC("tp/vmscan/mm_vmscan_node_reclaim_begin")
SEC("tp/vmscan/mm_vmscan_lru_shrink_active")
SEC("tp/vmscan/mm_vmscan_lru_shrink_inactive")
SEC("tp/vmscan/mm_vmscan_write_folio")
SEC("tp/vmscan/mm_vmscan_lru_isolate")
SEC("tp/vmscan/mm_shrink_slab_end")
SEC("tp/vmscan/mm_shrink_slab_start")
SEC("tp/vmscan/mm_vmscan_memcg_softlimit_reclaim_end")
SEC("tp/vmscan/mm_vmscan_memcg_reclaim_end")
SEC("tp/vmscan/mm_vmscan_direct_reclaim_end")
SEC("tp/vmscan/mm_vmscan_memcg_softlimit_reclaim_begin")
SEC("tp/vmscan/mm_vmscan_memcg_reclaim_begin")
SEC("tp/vmscan/mm_vmscan_direct_reclaim_begin")
SEC("tp/vmscan/mm_vmscan_wakeup_kswapd")
SEC("tp/vmscan/mm_vmscan_kswapd_wake")
SEC("tp/vmscan/mm_vmscan_kswapd_sleep")
SEC("tp/percpu/percpu_destroy_chunk")
SEC("tp/percpu/percpu_create_chunk")
SEC("tp/percpu/percpu_alloc_percpu_fail")
SEC("tp/percpu/percpu_free_percpu")
SEC("tp/percpu/percpu_alloc_percpu")
SEC("tp/kmem/rss_stat")
SEC("tp/kmem/mm_alloc_contig_migrate_range_info")
SEC("tp/kmem/mm_page_alloc_extfrag")
SEC("tp/kmem/mm_page_pcpu_drain")
SEC("tp/kmem/mm_page_alloc_zone_locked")
SEC("tp/kmem/mm_page_alloc")
SEC("tp/kmem/mm_page_free_batched")
SEC("tp/kmem/mm_page_free")
SEC("tp/kmem/kmem_cache_free")
SEC("tp/kmem/kfree")
SEC("tp/kmem/kmalloc")
SEC("tp/kmem/kmem_cache_alloc")
SEC("tp/compaction/mm_compaction_kcompactd_wake")
SEC("tp/compaction/mm_compaction_wakeup_kcompactd")
SEC("tp/compaction/mm_compaction_kcompactd_sleep")
SEC("tp/compaction/mm_compaction_defer_reset")
SEC("tp/compaction/mm_compaction_defer_compaction")
SEC("tp/compaction/mm_compaction_deferred")
SEC("tp/compaction/mm_compaction_suitable")
SEC("tp/compaction/mm_compaction_finished")
SEC("tp/compaction/mm_compaction_try_to_compact_pages")
SEC("tp/compaction/mm_compaction_end")
SEC("tp/compaction/mm_compaction_begin")
SEC("tp/compaction/mm_compaction_migratepages")
SEC("tp/compaction/mm_compaction_fast_isolate_freepages")
SEC("tp/compaction/mm_compaction_isolate_freepages")
SEC("tp/compaction/mm_compaction_isolate_migratepages")
SEC("tp/mmap_lock/mmap_lock_acquire_returned")
SEC("tp/mmap_lock/mmap_lock_released")
SEC("tp/mmap_lock/mmap_lock_start_locking")
SEC("tp/mmap/exit_mmap")
SEC("tp/mmap/vma_store")
SEC("tp/mmap/vma_mas_szero")
SEC("tp/mmap/vm_unmapped_area")
SEC("tp/migrate/remove_migration_pte")
SEC("tp/migrate/set_migration_pte")
SEC("tp/migrate/mm_migrate_pages_start")
SEC("tp/migrate/mm_migrate_pages")
SEC("tp/tlb/tlb_flush")
SEC("tp/vmalloc/free_vmap_area_noflush")
SEC("tp/vmalloc/purge_vmap_area_lazy")
SEC("tp/vmalloc/alloc_vmap_area")
SEC("tp/writeback/sb_clear_inode_writeback")
SEC("tp/writeback/sb_mark_inode_writeback")
SEC("tp/writeback/writeback_dirty_inode_enqueue")
SEC("tp/writeback/writeback_lazytime_iput")
SEC("tp/writeback/writeback_lazytime")
SEC("tp/writeback/writeback_single_inode")
SEC("tp/writeback/writeback_single_inode_start")
SEC("tp/writeback/writeback_sb_inodes_requeue")
SEC("tp/writeback/balance_dirty_pages")
SEC("tp/writeback/bdi_dirty_ratelimit")
SEC("tp/writeback/global_dirty_state")
SEC("tp/writeback/writeback_queue_io")
SEC("tp/writeback/wbc_writepage")
SEC("tp/writeback/writeback_bdi_register")
SEC("tp/writeback/writeback_wake_background")
SEC("tp/writeback/writeback_pages_written")
SEC("tp/writeback/writeback_wait")
SEC("tp/writeback/writeback_written")
SEC("tp/writeback/writeback_start")
SEC("tp/writeback/writeback_exec")
SEC("tp/writeback/writeback_queue")
SEC("tp/writeback/writeback_write_inode")
SEC("tp/writeback/writeback_write_inode_start")
SEC("tp/writeback/flush_foreign")
SEC("tp/writeback/track_foreign_dirty")
SEC("tp/writeback/inode_switch_wbs")
SEC("tp/writeback/inode_foreign_history")
SEC("tp/writeback/writeback_dirty_inode")
SEC("tp/writeback/writeback_dirty_inode_start")
SEC("tp/writeback/writeback_mark_inode_dirty")
SEC("tp/writeback/folio_wait_writeback")
SEC("tp/writeback/writeback_dirty_folio")
SEC("tp/filelock/leases_conflict")
SEC("tp/filelock/generic_add_lease")
SEC("tp/filelock/time_out_leases")
SEC("tp/filelock/generic_delete_lease")
SEC("tp/filelock/break_lease_unblock")
SEC("tp/filelock/break_lease_block")
SEC("tp/filelock/break_lease_noblock")
SEC("tp/filelock/flock_lock_inode")
SEC("tp/filelock/locks_remove_posix")
SEC("tp/filelock/fcntl_setlk")
SEC("tp/filelock/posix_lock_inode")
SEC("tp/filelock/locks_get_lock_context")
SEC("tp/iomap/iomap_dio_complete")
SEC("tp/iomap/iomap_dio_rw_begin")
SEC("tp/iomap/iomap_iter")
SEC("tp/iomap/iomap_writepage_map")
SEC("tp/iomap/iomap_iter_srcmap")
SEC("tp/iomap/iomap_iter_dstmap")
SEC("tp/iomap/iomap_dio_rw_queued")
SEC("tp/iomap/iomap_dio_invalidate_fail")
SEC("tp/iomap/iomap_invalidate_folio")
SEC("tp/iomap/iomap_release_folio")
SEC("tp/iomap/iomap_writepage")
SEC("tp/iomap/iomap_readahead")
SEC("tp/iomap/iomap_readpage")
SEC("tp/netfs/netfs_donate")
SEC("tp/netfs/netfs_progress")
SEC("tp/netfs/netfs_collect_stream")
SEC("tp/netfs/netfs_collect_gap")
SEC("tp/netfs/netfs_collect_state")
SEC("tp/netfs/netfs_collect_folio")
SEC("tp/netfs/netfs_collect_sreq")
SEC("tp/netfs/netfs_collect")
SEC("tp/netfs/netfs_write")
SEC("tp/netfs/netfs_write_iter")
SEC("tp/netfs/netfs_folio")
SEC("tp/netfs/netfs_sreq_ref")
SEC("tp/netfs/netfs_rreq_ref")
SEC("tp/netfs/netfs_failure")
SEC("tp/netfs/netfs_sreq")
SEC("tp/netfs/netfs_rreq")
SEC("tp/netfs/netfs_read")
SEC("tp/ext4/ext4_update_sb")
SEC("tp/ext4/ext4_fc_cleanup")
SEC("tp/ext4/ext4_fc_track_range")
SEC("tp/ext4/ext4_fc_track_inode")
SEC("tp/ext4/ext4_fc_track_unlink")
SEC("tp/ext4/ext4_fc_track_link")
SEC("tp/ext4/ext4_fc_track_create")
SEC("tp/ext4/ext4_fc_stats")
SEC("tp/ext4/ext4_fc_commit_stop")
SEC("tp/ext4/ext4_fc_commit_start")
SEC("tp/ext4/ext4_fc_replay")
SEC("tp/ext4/ext4_fc_replay_scan")
SEC("tp/ext4/ext4_lazy_itable_init")
SEC("tp/ext4/ext4_prefetch_bitmaps")
SEC("tp/ext4/ext4_error")
SEC("tp/ext4/ext4_shutdown")
SEC("tp/ext4/ext4_getfsmap_mapping")
SEC("tp/ext4/ext4_getfsmap_high_key")
SEC("tp/ext4/ext4_getfsmap_low_key")
SEC("tp/ext4/ext4_fsmap_mapping")
SEC("tp/ext4/ext4_fsmap_high_key")
SEC("tp/ext4/ext4_fsmap_low_key")
SEC("tp/ext4/ext4_es_insert_delayed_extent")
SEC("tp/ext4/ext4_es_shrink")
SEC("tp/ext4/ext4_insert_range")
SEC("tp/ext4/ext4_collapse_range")
SEC("tp/ext4/ext4_es_shrink_scan_exit")
SEC("tp/ext4/ext4_es_shrink_scan_enter")
SEC("tp/ext4/ext4_es_shrink_count")
SEC("tp/ext4/ext4_es_lookup_extent_exit")
SEC("tp/ext4/ext4_es_lookup_extent_enter")
SEC("tp/ext4/ext4_es_find_extent_range_exit")
SEC("tp/ext4/ext4_es_find_extent_range_enter")
SEC("tp/ext4/ext4_es_remove_extent")
SEC("tp/ext4/ext4_es_cache_extent")
SEC("tp/ext4/ext4_es_insert_extent")
SEC("tp/ext4/ext4_ext_remove_space_done")
SEC("tp/ext4/ext4_ext_remove_space")
SEC("tp/ext4/ext4_ext_rm_idx")
SEC("tp/ext4/ext4_ext_rm_leaf")
SEC("tp/ext4/ext4_remove_blocks")
SEC("tp/ext4/ext4_ext_show_extent")
SEC("tp/ext4/ext4_get_implied_cluster_alloc_exit")
SEC("tp/ext4/ext4_ext_handle_unwritten_extents")
SEC("tp/ext4/ext4_trim_all_free")
SEC("tp/ext4/ext4_trim_extent")
SEC("tp/ext4/ext4_journal_start_reserved")
SEC("tp/ext4/ext4_journal_start_inode")
SEC("tp/ext4/ext4_journal_start_sb")
SEC("tp/ext4/ext4_load_inode")
SEC("tp/ext4/ext4_ext_load_extent")
SEC("tp/ext4/ext4_ind_map_blocks_exit")
SEC("tp/ext4/ext4_ext_map_blocks_exit")
SEC("tp/ext4/ext4_ind_map_blocks_enter")
SEC("tp/ext4/ext4_ext_map_blocks_enter")
SEC("tp/ext4/ext4_ext_convert_to_initialized_fastpath")
SEC("tp/ext4/ext4_ext_convert_to_initialized_enter")
SEC("tp/ext4/ext4_truncate_exit")
SEC("tp/ext4/ext4_truncate_enter")
SEC("tp/ext4/ext4_unlink_exit")
SEC("tp/ext4/ext4_unlink_enter")
SEC("tp/ext4/ext4_fallocate_exit")
SEC("tp/ext4/ext4_zero_range")
SEC("tp/ext4/ext4_punch_hole")
SEC("tp/ext4/ext4_fallocate_enter")
SEC("tp/ext4/ext4_read_block_bitmap_load")
SEC("tp/ext4/ext4_load_inode_bitmap")
SEC("tp/ext4/ext4_mb_buddy_bitmap_load")
SEC("tp/ext4/ext4_mb_bitmap_load")
SEC("tp/ext4/ext4_da_release_space")
SEC("tp/ext4/ext4_da_reserve_space")
SEC("tp/ext4/ext4_da_update_reserve_space")
SEC("tp/ext4/ext4_forget")
SEC("tp/ext4/ext4_mballoc_free")
SEC("tp/ext4/ext4_mballoc_discard")
SEC("tp/ext4/ext4_mballoc_prealloc")
SEC("tp/ext4/ext4_mballoc_alloc")
SEC("tp/ext4/ext4_alloc_da_blocks")
SEC("tp/ext4/ext4_sync_fs")
SEC("tp/ext4/ext4_sync_file_exit")
SEC("tp/ext4/ext4_sync_file_enter")
SEC("tp/ext4/ext4_free_blocks")
SEC("tp/ext4/ext4_allocate_blocks")
SEC("tp/ext4/ext4_request_blocks")
SEC("tp/ext4/ext4_mb_discard_preallocations")
SEC("tp/ext4/ext4_discard_preallocations")
SEC("tp/ext4/ext4_mb_release_group_pa")
SEC("tp/ext4/ext4_mb_release_inode_pa")
SEC("tp/ext4/ext4_mb_new_group_pa")
SEC("tp/ext4/ext4_mb_new_inode_pa")
SEC("tp/ext4/ext4_discard_blocks")
SEC("tp/ext4/ext4_journalled_invalidate_folio")
SEC("tp/ext4/ext4_invalidate_folio")
SEC("tp/ext4/ext4_release_folio")
SEC("tp/ext4/ext4_read_folio")
SEC("tp/ext4/ext4_writepages_result")
SEC("tp/ext4/ext4_da_write_pages_extent")
SEC("tp/ext4/ext4_da_write_pages")
SEC("tp/ext4/ext4_writepages")
SEC("tp/ext4/ext4_da_write_end")
SEC("tp/ext4/ext4_journalled_write_end")
SEC("tp/ext4/ext4_write_end")
SEC("tp/ext4/ext4_da_write_begin")
SEC("tp/ext4/ext4_write_begin")
SEC("tp/ext4/ext4_begin_ordered_truncate")
SEC("tp/ext4/ext4_mark_inode_dirty")
SEC("tp/ext4/ext4_nfs_commit_metadata")
SEC("tp/ext4/ext4_drop_inode")
SEC("tp/ext4/ext4_evict_inode")
SEC("tp/ext4/ext4_allocate_inode")
SEC("tp/ext4/ext4_request_inode")
SEC("tp/ext4/ext4_free_inode")
SEC("tp/ext4/ext4_other_inode_update_time")
SEC("tp/ext2/ext2_dio_write_endio")
SEC("tp/ext2/ext2_dio_read_end")
SEC("tp/ext2/ext2_dio_read_begin")
SEC("tp/ext2/ext2_dio_write_buff_end")
SEC("tp/ext2/ext2_dio_write_end")
SEC("tp/ext2/ext2_dio_write_begin")
SEC("tp/jbd2/jbd2_shrink_checkpoint_list")
SEC("tp/jbd2/jbd2_shrink_scan_exit")
SEC("tp/jbd2/jbd2_shrink_scan_enter")
SEC("tp/jbd2/jbd2_shrink_count")
SEC("tp/jbd2/jbd2_lock_buffer_stall")
SEC("tp/jbd2/jbd2_write_superblock")
SEC("tp/jbd2/jbd2_update_log_tail")
SEC("tp/jbd2/jbd2_checkpoint_stats")
SEC("tp/jbd2/jbd2_run_stats")
SEC("tp/jbd2/jbd2_handle_stats")
SEC("tp/jbd2/jbd2_handle_extend")
SEC("tp/jbd2/jbd2_handle_restart")
SEC("tp/jbd2/jbd2_handle_start")
SEC("tp/jbd2/jbd2_submit_inode_data")
SEC("tp/jbd2/jbd2_end_commit")
SEC("tp/jbd2/jbd2_drop_transaction")
SEC("tp/jbd2/jbd2_commit_logging")
SEC("tp/jbd2/jbd2_commit_flushing")
SEC("tp/jbd2/jbd2_commit_locking")
SEC("tp/jbd2/jbd2_start_commit")
SEC("tp/jbd2/jbd2_checkpoint")
SEC("tp/nfs/nfs_xdr_bad_filehandle")
SEC("tp/nfs/nfs_xdr_status")
SEC("tp/nfs/nfs_local_disable")
SEC("tp/nfs/nfs_local_enable")
SEC("tp/nfs/nfs_local_open_fh")
SEC("tp/nfs/nfs_mount_path")
SEC("tp/nfs/nfs_mount_option")
SEC("tp/nfs/nfs_mount_assign")
SEC("tp/nfs/nfs_fh_to_dentry")
SEC("tp/nfs/nfs_direct_write_reschedule_io")
SEC("tp/nfs/nfs_direct_write_schedule_iovec")
SEC("tp/nfs/nfs_direct_write_completion")
SEC("tp/nfs/nfs_direct_write_complete")
SEC("tp/nfs/nfs_direct_resched_write")
SEC("tp/nfs/nfs_direct_commit_complete")
SEC("tp/nfs/nfs_commit_done")
SEC("tp/nfs/nfs_initiate_commit")
SEC("tp/nfs/nfs_commit_error")
SEC("tp/nfs/nfs_comp_error")
SEC("tp/nfs/nfs_write_error")
SEC("tp/nfs/nfs_writeback_done")
SEC("tp/nfs/nfs_initiate_write")
SEC("tp/nfs/nfs_pgio_error")
SEC("tp/nfs/nfs_readpage_short")
SEC("tp/nfs/nfs_readpage_done")
SEC("tp/nfs/nfs_initiate_read")
SEC("tp/nfs/nfs_aop_readahead_done")
SEC("tp/nfs/nfs_aop_readahead")
SEC("tp/nfs/nfs_launder_folio_done")
SEC("tp/nfs/nfs_invalidate_folio")
SEC("tp/nfs/nfs_writeback_folio_done")
SEC("tp/nfs/nfs_writeback_folio")
SEC("tp/nfs/nfs_aop_readpage_done")
SEC("tp/nfs/nfs_aop_readpage")
SEC("tp/nfs/nfs_sillyrename_unlink")
SEC("tp/nfs/nfs_async_rename_done")
SEC("tp/nfs/nfs_rename_exit")
SEC("tp/nfs/nfs_rename_enter")
SEC("tp/nfs/nfs_link_exit")
SEC("tp/nfs/nfs_link_enter")
SEC("tp/nfs/nfs_symlink_exit")
SEC("tp/nfs/nfs_symlink_enter")
SEC("tp/nfs/nfs_unlink_exit")
SEC("tp/nfs/nfs_unlink_enter")
SEC("tp/nfs/nfs_remove_exit")
SEC("tp/nfs/nfs_remove_enter")
SEC("tp/nfs/nfs_rmdir_exit")
SEC("tp/nfs/nfs_rmdir_enter")
SEC("tp/nfs/nfs_mkdir_exit")
SEC("tp/nfs/nfs_mkdir_enter")
SEC("tp/nfs/nfs_mknod_exit")
SEC("tp/nfs/nfs_mknod_enter")
SEC("tp/nfs/nfs_create_exit")
SEC("tp/nfs/nfs_create_enter")
SEC("tp/nfs/nfs_atomic_open_exit")
SEC("tp/nfs/nfs_atomic_open_enter")
SEC("tp/nfs/nfs_readdir_lookup_revalidate")
SEC("tp/nfs/nfs_readdir_lookup_revalidate_failed")
SEC("tp/nfs/nfs_readdir_lookup")
SEC("tp/nfs/nfs_lookup_revalidate_exit")
SEC("tp/nfs/nfs_lookup_revalidate_enter")
SEC("tp/nfs/nfs_lookup_exit")
SEC("tp/nfs/nfs_lookup_enter")
SEC("tp/nfs/nfs_readdir_uncached")
SEC("tp/nfs/nfs_readdir_cache_fill")
SEC("tp/nfs/nfs_readdir_invalidate_cache_range")
SEC("tp/nfs/nfs_size_grow")
SEC("tp/nfs/nfs_size_update")
SEC("tp/nfs/nfs_size_wcc")
SEC("tp/nfs/nfs_size_truncate")
SEC("tp/nfs/nfs_access_exit")
SEC("tp/nfs/nfs_readdir_uncached_done")
SEC("tp/nfs/nfs_readdir_cache_fill_done")
SEC("tp/nfs/nfs_readdir_force_readdirplus")
SEC("tp/nfs/nfs_set_cache_invalid")
SEC("tp/nfs/nfs_access_enter")
SEC("tp/nfs/nfs_fsync_exit")
SEC("tp/nfs/nfs_fsync_enter")
SEC("tp/nfs/nfs_writeback_inode_exit")
SEC("tp/nfs/nfs_writeback_inode_enter")
SEC("tp/nfs/nfs_setattr_exit")
SEC("tp/nfs/nfs_setattr_enter")
SEC("tp/nfs/nfs_getattr_exit")
SEC("tp/nfs/nfs_getattr_enter")
SEC("tp/nfs/nfs_invalidate_mapping_exit")
SEC("tp/nfs/nfs_invalidate_mapping_enter")
SEC("tp/nfs/nfs_revalidate_inode_exit")
SEC("tp/nfs/nfs_revalidate_inode_enter")
SEC("tp/nfs/nfs_refresh_inode_exit")
SEC("tp/nfs/nfs_refresh_inode_enter")
SEC("tp/nfs/nfs_set_inode_stale")
SEC("tp/nfs4/nfs4_commit")
SEC("tp/nfs4/nfs4_write")
SEC("tp/nfs4/nfs4_read")
SEC("tp/nfs4/nfs4_map_gid_to_group")
SEC("tp/nfs4/nfs4_map_uid_to_name")
SEC("tp/nfs4/nfs4_map_group_to_gid")
SEC("tp/nfs4/nfs4_map_name_to_uid")
SEC("tp/nfs4/nfs4_cb_layoutrecall_file")
SEC("tp/nfs4/nfs4_cb_recall")
SEC("tp/nfs4/nfs4_cb_getattr")
SEC("tp/nfs4/nfs4_fsinfo")
SEC("tp/nfs4/nfs4_lookup_root")
SEC("tp/nfs4/nfs4_getattr")
SEC("tp/nfs4/nfs4_close_stateid_update_wait")
SEC("tp/nfs4/nfs4_open_stateid_update_wait")
SEC("tp/nfs4/nfs4_open_stateid_update")
SEC("tp/nfs4/nfs4_delegreturn")
SEC("tp/nfs4/nfs4_setattr")
SEC("tp/nfs4/nfs4_set_acl")
SEC("tp/nfs4/nfs4_get_acl")
SEC("tp/nfs4/nfs4_readdir")
SEC("tp/nfs4/nfs4_readlink")
SEC("tp/nfs4/nfs4_access")
SEC("tp/nfs4/nfs4_rename")
SEC("tp/nfs4/nfs4_lookupp")
SEC("tp/nfs4/nfs4_secinfo")
SEC("tp/nfs4/nfs4_get_fs_locations")
SEC("tp/nfs4/nfs4_remove")
SEC("tp/nfs4/nfs4_mknod")
SEC("tp/nfs4/nfs4_mkdir")
SEC("tp/nfs4/nfs4_symlink")
SEC("tp/nfs4/nfs4_lookup")
SEC("tp/nfs4/nfs4_delegreturn_exit")
SEC("tp/nfs4/nfs4_reclaim_delegation")
SEC("tp/nfs4/nfs4_set_delegation")
SEC("tp/nfs4/nfs4_state_lock_reclaim")
SEC("tp/nfs4/nfs4_set_lock")
SEC("tp/nfs4/nfs4_unlock")
SEC("tp/nfs4/nfs4_get_lock")
SEC("tp/nfs4/nfs4_close")
SEC("tp/nfs4/nfs4_cached_open")
SEC("tp/nfs4/nfs4_open_file")
SEC("tp/nfs4/nfs4_open_expired")
SEC("tp/nfs4/nfs4_open_reclaim")
SEC("tp/nfs4/nfs_cb_badprinc")
SEC("tp/nfs4/nfs_cb_no_clp")
SEC("tp/nfs4/nfs4_xdr_bad_filehandle")
SEC("tp/nfs4/nfs4_xdr_status")
SEC("tp/nfs4/nfs4_xdr_bad_operation")
SEC("tp/nfs4/nfs4_state_mgr_failed")
SEC("tp/nfs4/nfs4_state_mgr")
SEC("tp/nfs4/nfs4_setup_sequence")
SEC("tp/nfs4/nfs4_renew_async")
SEC("tp/nfs4/nfs4_renew")
SEC("tp/nfs4/nfs4_setclientid_confirm")
SEC("tp/nfs4/nfs4_setclientid")
SEC("tp/lockd/nlmclnt_grant")
SEC("tp/lockd/nlmclnt_unlock")
SEC("tp/lockd/nlmclnt_lock")
SEC("tp/lockd/nlmclnt_test")
SEC("tp/fuse/fuse_request_end")
SEC("tp/fuse/fuse_request_send")
SEC("tp/xfs/xfs_getparents_end")
SEC("tp/xfs/xfs_getparents_begin")
SEC("tp/xfs/xfs_getparents_expand_lastrec")
SEC("tp/xfs/xfs_getparents_put_listent")
SEC("tp/xfs/xfs_exchmaps_delta_nextents")
SEC("tp/xfs/xfs_exchmaps_delta_nextents_step")
SEC("tp/xfs/xfs_exchmaps_recover")
SEC("tp/xfs/xfs_exchmaps_defer")
SEC("tp/xfs/xfs_exchmaps_final_estimate")
SEC("tp/xfs/xfs_exchmaps_initial_estimate")
SEC("tp/xfs/xfs_exchmaps_overhead")
SEC("tp/xfs/xfs_exchrange_freshness")
SEC("tp/xfs/xfs_exchrange_mappings")
SEC("tp/xfs/xfs_exchrange_flush")
SEC("tp/xfs/xfs_exchrange_prep")
SEC("tp/xfs/xfs_exchrange_error")
SEC("tp/xfs/xfs_exchrange_after")
SEC("tp/xfs/xfs_exchrange_before")
SEC("tp/xfs/xfs_exchmaps_update_inode_size")
SEC("tp/xfs/xfs_exchmaps_mapping2")
SEC("tp/xfs/xfs_exchmaps_mapping1")
SEC("tp/xfs/xfs_exchmaps_mapping1_skip")
SEC("tp/xfs/xfbtree_free_block")
SEC("tp/xfs/xfbtree_alloc_block")
SEC("tp/xfs/xfbtree_trans_cancel_buf")
SEC("tp/xfs/xfbtree_trans_commit_buf")
SEC("tp/xfs/xfbtree_create_root_buf")
SEC("tp/xfs/xfbtree_init")
SEC("tp/xfs/xmbuf_free")
SEC("tp/xfs/xmbuf_create")
SEC("tp/xfs/xfs_perag_wait_intents")
SEC("tp/xfs/xfs_perag_intent_rele")
SEC("tp/xfs/xfs_perag_intent_hold")
SEC("tp/xfs/xfs_force_shutdown")
SEC("tp/xfs/xfs_attr_defer_add")
SEC("tp/xfs/xfs_attr_rmtval_remove_return")
SEC("tp/xfs/xfs_attr_rmtval_alloc")
SEC("tp/xfs/xfs_attr_remove_iter_return")
SEC("tp/xfs/xfs_attr_node_addname_return")
SEC("tp/xfs/xfs_attr_leaf_addname_return")
SEC("tp/xfs/xfs_attr_set_iter_return")
SEC("tp/xfs/xfs_attr_sf_addname_return")
SEC("tp/xfs/xlog_iclog_write")
SEC("tp/xfs/xlog_iclog_wait_on")
SEC("tp/xfs/xlog_iclog_want_sync")
SEC("tp/xfs/xlog_iclog_sync_done")
SEC("tp/xfs/xlog_iclog_syncing")
SEC("tp/xfs/xlog_iclog_sync")
SEC("tp/xfs/xlog_iclog_switch")
SEC("tp/xfs/xlog_iclog_release")
SEC("tp/xfs/xlog_iclog_get_space")
SEC("tp/xfs/xlog_iclog_force_lsn")
SEC("tp/xfs/xlog_iclog_force")
SEC("tp/xfs/xlog_iclog_callbacks_done")
SEC("tp/xfs/xlog_iclog_callbacks_start")
SEC("tp/xfs/xlog_iclog_callback")
SEC("tp/xfs/xlog_iclog_clean")
SEC("tp/xfs/xlog_iclog_activate")
SEC("tp/xfs/xfs_blockgc_free_space")
SEC("tp/xfs/xfs_ioc_free_eofblocks")
SEC("tp/xfs/xfs_quota_expiry_range")
SEC("tp/xfs/xfs_inode_timestamp_range")
SEC("tp/xfs/xfs_btree_bload_block")
SEC("tp/xfs/xfs_btree_bload_level_geometry")
SEC("tp/xfs/xfs_btree_commit_ifakeroot")
SEC("tp/xfs/xfs_btree_commit_afakeroot")
SEC("tp/xfs/xfs_check_new_dalign")
SEC("tp/xfs/xfs_pwork_init")
SEC("tp/xfs/xfs_iwalk_ag_rec")
SEC("tp/xfs/xfs_iwalk_ag")
SEC("tp/xfs/xfs_inode_unfixed_corruption")
SEC("tp/xfs/xfs_inode_mark_healthy")
SEC("tp/xfs/xfs_inode_mark_corrupt")
SEC("tp/xfs/xfs_inode_mark_sick")
SEC("tp/xfs/xfs_ag_unfixed_corruption")
SEC("tp/xfs/xfs_ag_mark_healthy")
SEC("tp/xfs/xfs_ag_mark_corrupt")
SEC("tp/xfs/xfs_ag_mark_sick")
SEC("tp/xfs/xfs_rt_unfixed_corruption")
SEC("tp/xfs/xfs_rt_mark_healthy")
SEC("tp/xfs/xfs_rt_mark_corrupt")
SEC("tp/xfs/xfs_rt_mark_sick")
SEC("tp/xfs/xfs_fs_unfixed_corruption")
SEC("tp/xfs/xfs_fs_mark_healthy")
SEC("tp/xfs/xfs_fs_mark_corrupt")
SEC("tp/xfs/xfs_fs_mark_sick")
SEC("tp/xfs/xfs_iunlink_remove")
SEC("tp/xfs/xfs_iunlink")
SEC("tp/xfs/xfs_inode_reload_unlinked_bucket")
SEC("tp/xfs/xfs_iunlink_reload_next")
SEC("tp/xfs/xfs_iunlink_update_dinode")
SEC("tp/xfs/xfs_iunlink_update_bucket")
SEC("tp/xfs/xfs_trans_free_items")
SEC("tp/xfs/xfs_trans_commit_items")
SEC("tp/xfs/xfs_trans_add_item")
SEC("tp/xfs/xfs_trans_roll")
SEC("tp/xfs/xfs_trans_free")
SEC("tp/xfs/xfs_trans_dup")
SEC("tp/xfs/xfs_trans_commit")
SEC("tp/xfs/xfs_trans_cancel")
SEC("tp/xfs/xfs_trans_alloc")
SEC("tp/xfs/xfs_log_get_max_trans_res")
SEC("tp/xfs/xfs_trans_resv_calc_minlogsize")
SEC("tp/xfs/xfs_trans_resv_calc")
SEC("tp/xfs/xfs_getfsmap_mapping")
SEC("tp/xfs/xfs_getfsmap_high_key")
SEC("tp/xfs/xfs_getfsmap_low_key")
SEC("tp/xfs/xfs_fsmap_high_key_linear")
SEC("tp/xfs/xfs_fsmap_low_key_linear")
SEC("tp/xfs/xfs_fsmap_mapping")
SEC("tp/xfs/xfs_fsmap_high_key")
SEC("tp/xfs/xfs_fsmap_low_key")
SEC("tp/xfs/xfs_swap_extent_rmap_error")
SEC("tp/xfs/xfs_swap_extent_rmap_remap_piece")
SEC("tp/xfs/xfs_swap_extent_rmap_remap")
SEC("tp/xfs/xfs_reflink_cancel_cow")
SEC("tp/xfs/xfs_reflink_end_cow_error")
SEC("tp/xfs/xfs_reflink_cancel_cow_range_error")
SEC("tp/xfs/xfs_reflink_cow_remap_to")
SEC("tp/xfs/xfs_reflink_cow_remap_from")
SEC("tp/xfs/xfs_reflink_end_cow")
SEC("tp/xfs/xfs_reflink_cancel_cow_range")
SEC("tp/xfs/xfs_reflink_convert_cow")
SEC("tp/xfs/xfs_reflink_cow_enospc")
SEC("tp/xfs/xfs_reflink_cow_found")
SEC("tp/xfs/xfs_reflink_trim_around_shared")
SEC("tp/xfs/xfs_reflink_unshare_error")
SEC("tp/xfs/xfs_reflink_unshare")
SEC("tp/xfs/xfs_ioctl_clone")
SEC("tp/xfs/xfs_reflink_compare_extents_error")
SEC("tp/xfs/xfs_reflink_compare_extents")
SEC("tp/xfs/xfs_reflink_remap_extent_dest")
SEC("tp/xfs/xfs_reflink_remap_extent_src")
SEC("tp/xfs/xfs_reflink_remap_extent_error")
SEC("tp/xfs/xfs_reflink_remap_blocks_error")
SEC("tp/xfs/xfs_reflink_update_inode_size_error")
SEC("tp/xfs/xfs_reflink_set_inode_flag_error")
SEC("tp/xfs/xfs_reflink_remap_range_error")
SEC("tp/xfs/xfs_reflink_remap_range")
SEC("tp/xfs/xfs_reflink_remap_blocks")
SEC("tp/xfs/xfs_reflink_update_inode_size")
SEC("tp/xfs/xfs_reflink_unset_inode_flag")
SEC("tp/xfs/xfs_reflink_set_inode_flag")
SEC("tp/xfs/xfs_iomap_invalid")
SEC("tp/xfs/xfs_wb_data_iomap_invalid")
SEC("tp/xfs/xfs_wb_cow_iomap_invalid")
SEC("tp/xfs/xfs_refcount_finish_one_leftover")
SEC("tp/xfs/xfs_refcount_deferred")
SEC("tp/xfs/xfs_refcount_defer")
SEC("tp/xfs/xfs_refcount_find_shared_error")
SEC("tp/xfs/xfs_refcount_find_shared_result")
SEC("tp/xfs/xfs_refcount_find_shared")
SEC("tp/xfs/xfs_refcount_find_right_extent_error")
SEC("tp/xfs/xfs_refcount_find_left_extent_error")
SEC("tp/xfs/xfs_refcount_merge_right_extent_error")
SEC("tp/xfs/xfs_refcount_merge_left_extent_error")
SEC("tp/xfs/xfs_refcount_split_extent_error")
SEC("tp/xfs/xfs_refcount_modify_extent_error")
SEC("tp/xfs/xfs_refcount_merge_center_extents_error")
SEC("tp/xfs/xfs_refcount_adjust_cow_error")
SEC("tp/xfs/xfs_refcount_adjust_error")
SEC("tp/xfs/xfs_refcount_find_right_extent")
SEC("tp/xfs/xfs_refcount_find_left_extent")
SEC("tp/xfs/xfs_refcount_merge_right_extent")
SEC("tp/xfs/xfs_refcount_merge_left_extent")
SEC("tp/xfs/xfs_refcount_split_extent")
SEC("tp/xfs/xfs_refcount_modify_extent")
SEC("tp/xfs/xfs_refcount_merge_center_extents")
SEC("tp/xfs/xfs_refcount_cow_decrease")
SEC("tp/xfs/xfs_refcount_cow_increase")
SEC("tp/xfs/xfs_refcount_decrease")
SEC("tp/xfs/xfs_refcount_increase")
SEC("tp/xfs/xfs_refcount_update_error")
SEC("tp/xfs/xfs_refcount_delete_error")
SEC("tp/xfs/xfs_refcount_insert_error")
SEC("tp/xfs/xfs_refcount_delete")
SEC("tp/xfs/xfs_refcount_insert")
SEC("tp/xfs/xfs_refcount_update")
SEC("tp/xfs/xfs_refcount_get")
SEC("tp/xfs/xfs_refcount_lookup")
SEC("tp/xfs/xfs_ag_resv_init_error")
SEC("tp/xfs/xfs_ag_resv_needed")
SEC("tp/xfs/xfs_ag_resv_critical")
SEC("tp/xfs/xfs_ag_resv_free_extent")
SEC("tp/xfs/xfs_ag_resv_alloc_extent")
SEC("tp/xfs/xfs_ag_resv_free")
SEC("tp/xfs/xfs_ag_resv_init")
SEC("tp/xfs/xfs_bmap_deferred")
SEC("tp/xfs/xfs_bmap_defer")
SEC("tp/xfs/xfs_rmap_find_left_neighbor_result")
SEC("tp/xfs/xfs_rmap_find_right_neighbor_result")
SEC("tp/xfs/xfs_rmap_lookup_le_range_result")
SEC("tp/xfs/xfs_rmap_lookup_le_range")
SEC("tp/xfs/xfs_rmap_lookup_le_range_candidate")
SEC("tp/xfs/xfs_rmap_find_left_neighbor_query")
SEC("tp/xfs/xfs_rmap_find_left_neighbor_candidate")
SEC("tp/xfs/xfs_rmap_update_error")
SEC("tp/xfs/xfs_rmap_delete_error")
SEC("tp/xfs/xfs_rmap_insert_error")
SEC("tp/xfs/xfs_rmap_delete")
SEC("tp/xfs/xfs_rmap_insert")
SEC("tp/xfs/xfs_rmap_update")
SEC("tp/xfs/xfs_rmap_deferred")
SEC("tp/xfs/xfs_rmap_defer")
SEC("tp/xfs/xfs_rmap_convert_state")
SEC("tp/xfs/xfs_rmap_convert_error")
SEC("tp/xfs/xfs_rmap_convert_done")
SEC("tp/xfs/xfs_rmap_convert")
SEC("tp/xfs/xfs_rmap_map_error")
SEC("tp/xfs/xfs_rmap_map_done")
SEC("tp/xfs/xfs_rmap_map")
SEC("tp/xfs/xfs_rmap_unmap_error")
SEC("tp/xfs/xfs_rmap_unmap_done")
SEC("tp/xfs/xfs_rmap_unmap")
SEC("tp/xfs/xfs_defer_finish_item")
SEC("tp/xfs/xfs_defer_cancel_item")
SEC("tp/xfs/xfs_defer_add_item")
SEC("tp/xfs/xfs_extent_free_deferred")
SEC("tp/xfs/xfs_extent_free_defer")
SEC("tp/xfs/xfs_agfl_free_deferred")
SEC("tp/xfs/xfs_agfl_free_defer")
SEC("tp/xfs/xfs_defer_item_unpause")
SEC("tp/xfs/xfs_defer_item_pause")
SEC("tp/xfs/xfs_defer_isolate_paused")
SEC("tp/xfs/xfs_defer_relog_intent")
SEC("tp/xfs/xfs_defer_pending_abort")
SEC("tp/xfs/xfs_defer_pending_finish")
SEC("tp/xfs/xfs_defer_cancel_list")
SEC("tp/xfs/xfs_defer_create_intent")
SEC("tp/xfs/xfs_defer_finish_error")
SEC("tp/xfs/xfs_defer_trans_roll_error")
SEC("tp/xfs/xfs_defer_finish_done")
SEC("tp/xfs/xfs_defer_finish")
SEC("tp/xfs/xfs_defer_trans_abort")
SEC("tp/xfs/xfs_defer_trans_roll")
SEC("tp/xfs/xfs_defer_cancel")
SEC("tp/xfs/xfs_btree_free_block")
SEC("tp/xfs/xfs_btree_alloc_block")
SEC("tp/xfs/xfs_btree_overlapped_query_range")
SEC("tp/xfs/xfs_btree_updkeys")
SEC("tp/xfs/xfs_discard_rtrelax")
SEC("tp/xfs/xfs_discard_rttoosmall")
SEC("tp/xfs/xfs_discard_rtextent")
SEC("tp/xfs/xfs_discard_busy")
SEC("tp/xfs/xfs_discard_exclude")
SEC("tp/xfs/xfs_discard_toosmall")
SEC("tp/xfs/xfs_discard_extent")
SEC("tp/xfs/xfs_log_recover_icreate_recover")
SEC("tp/xfs/xfs_log_recover_icreate_cancel")
SEC("tp/xfs/xfs_log_recover_inode_skip")
SEC("tp/xfs/xfs_log_recover_inode_cancel")
SEC("tp/xfs/xfs_log_recover_inode_recover")
SEC("tp/xfs/xfs_log_recover_buf_dquot_buf")
SEC("tp/xfs/xfs_log_recover_buf_reg_buf")
SEC("tp/xfs/xfs_log_recover_buf_inode_buf")
SEC("tp/xfs/xfs_log_recover_buf_skip")
SEC("tp/xfs/xfs_log_recover_buf_recover")
SEC("tp/xfs/xfs_log_recover_buf_cancel_ref_inc")
SEC("tp/xfs/xfs_log_recover_buf_cancel_add")
SEC("tp/xfs/xfs_log_recover_buf_cancel")
SEC("tp/xfs/xfs_log_recover_buf_not_cancel")
SEC("tp/xfs/xfs_log_recover_item_recover")
SEC("tp/xfs/xfs_log_recover_item_reorder_tail")
SEC("tp/xfs/xfs_log_recover_item_reorder_head")
SEC("tp/xfs/xfs_log_recover_item_add_cont")
SEC("tp/xfs/xfs_log_recover_item_add")
SEC("tp/xfs/xfs_log_recover_record")
SEC("tp/xfs/xfs_log_recover")
SEC("tp/xfs/xfs_swap_extent_after")
SEC("tp/xfs/xfs_swap_extent_before")
SEC("tp/xfs/xfs_dir2_leafn_moveents")
SEC("tp/xfs/xfs_dir2_shrink_inode")
SEC("tp/xfs/xfs_dir2_grow_inode")
SEC("tp/xfs/xfs_dir2_leafn_remove")
SEC("tp/xfs/xfs_dir2_leafn_add")
SEC("tp/xfs/xfs_da_path_shift")
SEC("tp/xfs/xfs_da_fixhashpath")
SEC("tp/xfs/xfs_da_shrink_inode")
SEC("tp/xfs/xfs_da_grow_inode")
SEC("tp/xfs/xfs_da_swap_lastblock")
SEC("tp/xfs/xfs_da_node_toosmall")
SEC("tp/xfs/xfs_da_node_unbalance")
SEC("tp/xfs/xfs_da_node_rebalance")
SEC("tp/xfs/xfs_da_node_remove")
SEC("tp/xfs/xfs_da_node_split")
SEC("tp/xfs/xfs_da_node_create")
SEC("tp/xfs/xfs_da_node_add")
SEC("tp/xfs/xfs_da_root_join")
SEC("tp/xfs/xfs_da_root_split")
SEC("tp/xfs/xfs_da_unlink_forward")
SEC("tp/xfs/xfs_da_unlink_back")
SEC("tp/xfs/xfs_da_link_after")
SEC("tp/xfs/xfs_da_link_before")
SEC("tp/xfs/xfs_da_join")
SEC("tp/xfs/xfs_da_split")
SEC("tp/xfs/xfs_attr_rmtval_set")
SEC("tp/xfs/xfs_attr_rmtval_get")
SEC("tp/xfs/xfs_attr_refillstate")
SEC("tp/xfs/xfs_attr_fillstate")
SEC("tp/xfs/xfs_attr_node_removename")
SEC("tp/xfs/xfs_attr_node_replace")
SEC("tp/xfs/xfs_attr_node_get")
SEC("tp/xfs/xfs_attr_node_addname")
SEC("tp/xfs/xfs_attr_leaf_toosmall")
SEC("tp/xfs/xfs_attr_leaf_unbalance")
SEC("tp/xfs/xfs_attr_leaf_rebalance")
SEC("tp/xfs/xfs_attr_leaf_to_node")
SEC("tp/xfs/xfs_attr_leaf_to_sf")
SEC("tp/xfs/xfs_attr_leaf_flipflags")
SEC("tp/xfs/xfs_attr_leaf_setflag")
SEC("tp/xfs/xfs_attr_leaf_clearflag")
SEC("tp/xfs/xfs_attr_leaf_split_after")
SEC("tp/xfs/xfs_attr_leaf_split_before")
SEC("tp/xfs/xfs_attr_leaf_split")
SEC("tp/xfs/xfs_attr_leaf_removename")
SEC("tp/xfs/xfs_attr_leaf_remove")
SEC("tp/xfs/xfs_attr_leaf_replace")
SEC("tp/xfs/xfs_attr_leaf_lookup")
SEC("tp/xfs/xfs_attr_leaf_get")
SEC("tp/xfs/xfs_attr_leaf_compact")
SEC("tp/xfs/xfs_attr_leaf_create")
SEC("tp/xfs/xfs_attr_leaf_add_work")
SEC("tp/xfs/xfs_attr_leaf_add_new")
SEC("tp/xfs/xfs_attr_leaf_add_old")
SEC("tp/xfs/xfs_attr_leaf_add")
SEC("tp/xfs/xfs_attr_sf_to_leaf")
SEC("tp/xfs/xfs_attr_sf_remove")
SEC("tp/xfs/xfs_attr_sf_lookup")
SEC("tp/xfs/xfs_attr_sf_create")
SEC("tp/xfs/xfs_attr_sf_addname")
SEC("tp/xfs/xfs_attr_sf_add")
SEC("tp/xfs/xfs_dir2_node_to_leaf")
SEC("tp/xfs/xfs_dir2_node_removename")
SEC("tp/xfs/xfs_dir2_node_replace")
SEC("tp/xfs/xfs_dir2_node_lookup")
SEC("tp/xfs/xfs_dir2_node_addname")
SEC("tp/xfs/xfs_dir2_leaf_to_node")
SEC("tp/xfs/xfs_dir2_leaf_to_block")
SEC("tp/xfs/xfs_dir2_leaf_removename")
SEC("tp/xfs/xfs_dir2_leaf_replace")
SEC("tp/xfs/xfs_dir2_leaf_lookup")
SEC("tp/xfs/xfs_dir2_leaf_addname")
SEC("tp/xfs/xfs_dir2_block_to_leaf")
SEC("tp/xfs/xfs_dir2_block_to_sf")
SEC("tp/xfs/xfs_dir2_block_removename")
SEC("tp/xfs/xfs_dir2_block_replace")
SEC("tp/xfs/xfs_dir2_block_lookup")
SEC("tp/xfs/xfs_dir2_block_addname")
SEC("tp/xfs/xfs_dir2_sf_to_block")
SEC("tp/xfs/xfs_dir2_sf_toino8")
SEC("tp/xfs/xfs_dir2_sf_toino4")
SEC("tp/xfs/xfs_dir2_sf_removename")
SEC("tp/xfs/xfs_dir2_sf_replace")
SEC("tp/xfs/xfs_dir2_sf_lookup")
SEC("tp/xfs/xfs_dir2_sf_create")
SEC("tp/xfs/xfs_dir2_sf_addname")
SEC("tp/xfs/xfs_alloc_cur_check")
SEC("tp/xfs/xfs_alloc_vextent_finish")
SEC("tp/xfs/xfs_alloc_vextent_near_bno")
SEC("tp/xfs/xfs_alloc_vextent_exact_bno")
SEC("tp/xfs/xfs_alloc_vextent_first_ag")
SEC("tp/xfs/xfs_alloc_vextent_start_ag")
SEC("tp/xfs/xfs_alloc_vextent_this_ag")
SEC("tp/xfs/xfs_alloc_vextent_allfailed")
SEC("tp/xfs/xfs_alloc_vextent_loopfailed")
SEC("tp/xfs/xfs_alloc_vextent_noagbp")
SEC("tp/xfs/xfs_alloc_vextent_nofix")
SEC("tp/xfs/xfs_alloc_vextent_skip_deadlock")
SEC("tp/xfs/xfs_alloc_vextent_badargs")
SEC("tp/xfs/xfs_alloc_small_error")
SEC("tp/xfs/xfs_alloc_small_done")
SEC("tp/xfs/xfs_alloc_small_notenough")
SEC("tp/xfs/xfs_alloc_small_freelist")
SEC("tp/xfs/xfs_alloc_size_busy")
SEC("tp/xfs/xfs_alloc_size_error")
SEC("tp/xfs/xfs_alloc_size_done")
SEC("tp/xfs/xfs_alloc_size_nominleft")
SEC("tp/xfs/xfs_alloc_size_noentry")
SEC("tp/xfs/xfs_alloc_size_neither")
SEC("tp/xfs/xfs_alloc_near_busy")
SEC("tp/xfs/xfs_alloc_near_noentry")
SEC("tp/xfs/xfs_alloc_near_error")
SEC("tp/xfs/xfs_alloc_cur_lookup_done")
SEC("tp/xfs/xfs_alloc_cur_lookup")
SEC("tp/xfs/xfs_alloc_cur_left")
SEC("tp/xfs/xfs_alloc_cur_right")
SEC("tp/xfs/xfs_alloc_cur")
SEC("tp/xfs/xfs_alloc_near_first")
SEC("tp/xfs/xfs_alloc_near_nominleft")
SEC("tp/xfs/xfs_alloc_exact_error")
SEC("tp/xfs/xfs_alloc_exact_notfound")
SEC("tp/xfs/xfs_alloc_exact_done")
SEC("tp/xfs/xfs_free_extent")
SEC("tp/xfs/xfs_agfl_reset")
SEC("tp/xfs/xfs_agf")
SEC("tp/xfs/xfs_extent_busy_trim")
SEC("tp/xfs/xfs_extent_busy_clear")
SEC("tp/xfs/xfs_extent_busy_reuse")
SEC("tp/xfs/xfs_extent_busy_force")
SEC("tp/xfs/xfs_extent_busy")
SEC("tp/xfs/xfs_bunmap")
SEC("tp/xfs/xfs_pagecache_inval")
SEC("tp/xfs/xfs_itruncate_extents_end")
SEC("tp/xfs/xfs_itruncate_extents_start")
SEC("tp/xfs/xfs_file_splice_read")
SEC("tp/xfs/xfs_end_io_direct_write_append")
SEC("tp/xfs/xfs_end_io_direct_write_unwritten")
SEC("tp/xfs/xfs_end_io_direct_write")
SEC("tp/xfs/xfs_zero_eof")
SEC("tp/xfs/xfs_setfilesize")
SEC("tp/xfs/xfs_unwritten_convert")
SEC("tp/xfs/xfs_delalloc_enospc")
SEC("tp/xfs/xfs_iomap_found")
SEC("tp/xfs/xfs_iomap_alloc")
SEC("tp/xfs/xfs_map_blocks_alloc")
SEC("tp/xfs/xfs_map_blocks_found")
SEC("tp/xfs/xfs_reflink_bounce_dio_write")
SEC("tp/xfs/xfs_file_dax_write")
SEC("tp/xfs/xfs_file_direct_write")
SEC("tp/xfs/xfs_file_buffered_write")
SEC("tp/xfs/xfs_file_dax_read")
SEC("tp/xfs/xfs_file_direct_read")
SEC("tp/xfs/xfs_file_buffered_read")
SEC("tp/xfs/xfs_log_assign_tail_lsn")
SEC("tp/xfs/xfs_ail_delete")
SEC("tp/xfs/xfs_ail_move")
SEC("tp/xfs/xfs_ail_insert")
SEC("tp/xfs/xfs_cil_whiteout_unpin")
SEC("tp/xfs/xfs_cil_whiteout_skip")
SEC("tp/xfs/xfs_cil_whiteout_mark")
SEC("tp/xfs/xfs_ail_flushing")
SEC("tp/xfs/xfs_ail_locked")
SEC("tp/xfs/xfs_ail_pinned")
SEC("tp/xfs/xfs_ail_push")
SEC("tp/xfs/xfs_log_force")
SEC("tp/xfs/xfs_log_cil_return")
SEC("tp/xfs/xfs_log_cil_wait")
SEC("tp/xfs/xfs_log_ticket_ungrant_exit")
SEC("tp/xfs/xfs_log_ticket_ungrant_sub")
SEC("tp/xfs/xfs_log_ticket_ungrant")
SEC("tp/xfs/xfs_log_ticket_regrant_sub")
SEC("tp/xfs/xfs_log_ticket_regrant_exit")
SEC("tp/xfs/xfs_log_ticket_regrant")
SEC("tp/xfs/xfs_log_regrant_exit")
SEC("tp/xfs/xfs_log_regrant")
SEC("tp/xfs/xfs_log_reserve_exit")
SEC("tp/xfs/xfs_log_reserve")
SEC("tp/xfs/xfs_log_grant_wake_up")
SEC("tp/xfs/xfs_log_grant_wake")
SEC("tp/xfs/xfs_log_grant_sleep")
SEC("tp/xfs/xfs_log_umount_write")
SEC("tp/xfs/xfs_trans_mod_dquot_after")
SEC("tp/xfs/xfs_trans_mod_dquot_before")
SEC("tp/xfs/xfs_trans_apply_dquot_deltas")
SEC("tp/xfs/xfs_trans_mod_dquot")
SEC("tp/xfs/xfs_trans_apply_dquot_deltas_after")
SEC("tp/xfs/xfs_trans_apply_dquot_deltas_before")
SEC("tp/xfs/xfs_dqflush_done")
SEC("tp/xfs/xfs_dqflush_force")
SEC("tp/xfs/xfs_dqflush")
SEC("tp/xfs/xfs_dqrele")
SEC("tp/xfs/xfs_dqput_free")
SEC("tp/xfs/xfs_dqput")
SEC("tp/xfs/xfs_dqget_dup")
SEC("tp/xfs/xfs_dqget_freeing")
SEC("tp/xfs/xfs_dqget_miss")
SEC("tp/xfs/xfs_dqget_hit")
SEC("tp/xfs/xfs_dqread_fail")
SEC("tp/xfs/xfs_dqread")
SEC("tp/xfs/xfs_dqtobp_read")
SEC("tp/xfs/xfs_dqalloc")
SEC("tp/xfs/xfs_dqattach_get")
SEC("tp/xfs/xfs_dqattach_found")
SEC("tp/xfs/xfs_dqreclaim_done")
SEC("tp/xfs/xfs_dqreclaim_busy")
SEC("tp/xfs/xfs_dqreclaim_dirty")
SEC("tp/xfs/xfs_dqreclaim_want")
SEC("tp/xfs/xfs_dqadjust")
SEC("tp/xfs/xfs_rename")
SEC("tp/xfs/xfs_symlink")
SEC("tp/xfs/xfs_create")
SEC("tp/xfs/xfs_lookup")
SEC("tp/xfs/xfs_link")
SEC("tp/xfs/xfs_remove")
SEC("tp/xfs/xfs_inode_unpin_nowait")
SEC("tp/xfs/xfs_inode_unpin")
SEC("tp/xfs/xfs_inode_pin")
SEC("tp/xfs/xfs_irele")
SEC("tp/xfs/xfs_irec_merge_post")
SEC("tp/xfs/xfs_irec_merge_pre")
SEC("tp/xfs/xfs_iomap_prealloc_size")
SEC("tp/xfs/xfs_filemap_fault")
SEC("tp/xfs/xfs_inode_inactivating")
SEC("tp/xfs/xfs_inode_set_need_inactive")
SEC("tp/xfs/xfs_inode_reclaiming")
SEC("tp/xfs/xfs_inode_set_reclaimable")
SEC("tp/xfs/xfs_inode_free_cowblocks_invalid")
SEC("tp/xfs/xfs_inode_clear_cowblocks_tag")
SEC("tp/xfs/xfs_inode_set_cowblocks_tag")
SEC("tp/xfs/xfs_inode_free_eofblocks_invalid")
SEC("tp/xfs/xfs_inode_clear_eofblocks_tag")
SEC("tp/xfs/xfs_inode_set_eofblocks_tag")
SEC("tp/xfs/xfs_dquot_dqdetach")
SEC("tp/xfs/xfs_dquot_dqalloc")
SEC("tp/xfs/xfs_update_time")
SEC("tp/xfs/xfs_destroy_inode")
SEC("tp/xfs/xfs_file_fsync")
SEC("tp/xfs/xfs_dir_fsync")
SEC("tp/xfs/xfs_ioctl_setattr")
SEC("tp/xfs/xfs_file_compat_ioctl")
SEC("tp/xfs/xfs_file_ioctl")
SEC("tp/xfs/xfs_vm_bmap")
SEC("tp/xfs/xfs_get_acl")
SEC("tp/xfs/xfs_readdir")
SEC("tp/xfs/xfs_insert_file_space")
SEC("tp/xfs/xfs_collapse_file_space")
SEC("tp/xfs/xfs_zero_file_space")
SEC("tp/xfs/xfs_free_file_space")
SEC("tp/xfs/xfs_alloc_file_space")
SEC("tp/xfs/xfs_inactive_symlink")
SEC("tp/xfs/xfs_readlink")
SEC("tp/xfs/xfs_setattr")
SEC("tp/xfs/xfs_getattr")
SEC("tp/xfs/xfs_iget_miss")
SEC("tp/xfs/xfs_iget_hit")
SEC("tp/xfs/xfs_iget_recycle_fail")
SEC("tp/xfs/xfs_iget_recycle")
SEC("tp/xfs/xfs_iget_skip")
SEC("tp/xfs/xfs_iunlock")
SEC("tp/xfs/xfs_ilock_demote")
SEC("tp/xfs/xfs_ilock_nowait")
SEC("tp/xfs/xfs_ilock")
SEC("tp/xfs/xfs_filestream_pick")
SEC("tp/xfs/xfs_filestream_scan")
SEC("tp/xfs/xfs_filestream_lookup")
SEC("tp/xfs/xfs_filestream_free")
SEC("tp/xfs/xfs_trans_binval")
SEC("tp/xfs/xfs_trans_bhold_release")
SEC("tp/xfs/xfs_trans_bhold")
SEC("tp/xfs/xfs_trans_bjoin")
SEC("tp/xfs/xfs_trans_bdetach")
SEC("tp/xfs/xfs_trans_brelse")
SEC("tp/xfs/xfs_trans_log_buf")
SEC("tp/xfs/xfs_trans_read_buf_recur")
SEC("tp/xfs/xfs_trans_read_buf")
SEC("tp/xfs/xfs_trans_getsb_recur")
SEC("tp/xfs/xfs_trans_getsb")
SEC("tp/xfs/xfs_trans_get_buf_recur")
SEC("tp/xfs/xfs_trans_get_buf")
SEC("tp/xfs/xfs_buf_item_push")
SEC("tp/xfs/xfs_buf_item_committed")
SEC("tp/xfs/xfs_buf_item_release")
SEC("tp/xfs/xfs_buf_item_unpin_stale")
SEC("tp/xfs/xfs_buf_item_unpin")
SEC("tp/xfs/xfs_buf_item_pin")
SEC("tp/xfs/xfs_buf_item_ordered")
SEC("tp/xfs/xfs_buf_item_format_stale")
SEC("tp/xfs/xfs_buf_item_format")
SEC("tp/xfs/xfs_buf_item_size_stale")
SEC("tp/xfs/xfs_buf_item_size_ordered")
SEC("tp/xfs/xfs_buf_item_size")
SEC("tp/xfs/xfs_buf_ioerror")
SEC("tp/xfs/xfs_buf_read")
SEC("tp/xfs/xfs_buf_get")
SEC("tp/xfs/xfs_buf_find")
SEC("tp/xfs/xfs_reset_dqcounts")
SEC("tp/xfs/xfs_btree_corrupt")
SEC("tp/xfs/xfs_trans_read_buf_shut")
SEC("tp/xfs/xfs_buf_drain_buftarg")
SEC("tp/xfs/xfs_buf_error_relse")
SEC("tp/xfs/xfs_buf_iodone_async")
SEC("tp/xfs/xfs_buf_item_relse")
SEC("tp/xfs/xfs_buf_get_uncached")
SEC("tp/xfs/xfs_buf_delwri_pushbuf")
SEC("tp/xfs/xfs_buf_delwri_split")
SEC("tp/xfs/xfs_buf_delwri_queued")
SEC("tp/xfs/xfs_buf_delwri_queue")
SEC("tp/xfs/xfs_buf_iowait_done")
SEC("tp/xfs/xfs_buf_iowait")
SEC("tp/xfs/xfs_buf_unlock")
SEC("tp/xfs/xfs_buf_trylock")
SEC("tp/xfs/xfs_buf_trylock_fail")
SEC("tp/xfs/xfs_buf_lock_done")
SEC("tp/xfs/xfs_buf_lock")
SEC("tp/xfs/xfs_buf_submit")
SEC("tp/xfs/xfs_buf_iodone")
SEC("tp/xfs/xfs_buf_rele")
SEC("tp/xfs/xfs_buf_hold")
SEC("tp/xfs/xfs_buf_free")
SEC("tp/xfs/xfs_buf_init")
SEC("tp/xfs/xfs_write_extent")
SEC("tp/xfs/xfs_read_extent")
SEC("tp/xfs/xfs_bmap_post_update")
SEC("tp/xfs/xfs_bmap_pre_update")
SEC("tp/xfs/xfs_iext_remove")
SEC("tp/xfs/xfs_iext_insert")
SEC("tp/xfs/xfs_attr_list_node_descend")
SEC("tp/xfs/xfs_ialloc_read_agi")
SEC("tp/xfs/xfs_read_agi")
SEC("tp/xfs/xfs_alloc_read_agf")
SEC("tp/xfs/xfs_read_agf")
SEC("tp/xfs/xfs_inodegc_shrinker_scan")
SEC("tp/xfs/xfs_blockgc_flush_all")
SEC("tp/xfs/xfs_blockgc_worker")
SEC("tp/xfs/xfs_blockgc_stop")
SEC("tp/xfs/xfs_blockgc_start")
SEC("tp/xfs/xfs_fs_sync_fs")
SEC("tp/xfs/xfs_inodegc_throttle")
SEC("tp/xfs/xfs_inodegc_queue")
SEC("tp/xfs/xfs_inodegc_stop")
SEC("tp/xfs/xfs_inodegc_start")
SEC("tp/xfs/xfs_inodegc_push")
SEC("tp/xfs/xfs_inodegc_flush")
SEC("tp/xfs/xfs_inodegc_worker")
SEC("tp/xfs/xfs_reclaim_inodes_count")
SEC("tp/xfs/xfs_perag_clear_inode_tag")
SEC("tp/xfs/xfs_perag_set_inode_tag")
SEC("tp/xfs/xfs_perag_rele")
SEC("tp/xfs/xfs_perag_grab_next_tag")
SEC("tp/xfs/xfs_perag_grab")
SEC("tp/xfs/xfs_perag_put")
SEC("tp/xfs/xfs_perag_hold")
SEC("tp/xfs/xfs_perag_get")
SEC("tp/xfs/xlog_intent_recovery_failed")
SEC("tp/xfs/xfs_attr_node_list")
SEC("tp/xfs/xfs_attr_leaf_list")
SEC("tp/xfs/xfs_attr_list_notfound")
SEC("tp/xfs/xfs_attr_list_wrong_blk")
SEC("tp/xfs/xfs_attr_list_add")
SEC("tp/xfs/xfs_attr_list_full")
SEC("tp/xfs/xfs_attr_list_leaf_end")
SEC("tp/xfs/xfs_attr_list_leaf")
SEC("tp/xfs/xfs_attr_list_sf_all")
SEC("tp/xfs/xfs_attr_list_sf")
SEC("tp/xfs_scrub/xrep_dirtree_decided_fate")
SEC("tp/xfs_scrub/xrep_dirtree_create_adoption")
SEC("tp/xfs_scrub/xrep_dirtree_delete_path")
SEC("tp/xfs_scrub/xrep_dirpath_set_outcome")
SEC("tp/xfs_scrub/xrep_iunlink_commit_bucket")
SEC("tp/xfs_scrub/xrep_iunlink_add_to_bucket")
SEC("tp/xfs_scrub/xrep_iunlink_relink_prev")
SEC("tp/xfs_scrub/xrep_iunlink_relink_next")
SEC("tp/xfs_scrub/xrep_iunlink_resolve_ok")
SEC("tp/xfs_scrub/xrep_iunlink_resolve_nolist")
SEC("tp/xfs_scrub/xrep_iunlink_resolve_wronglist")
SEC("tp/xfs_scrub/xrep_iunlink_resolve_uncached")
SEC("tp/xfs_scrub/xrep_iunlink_walk_ondisk_bucket")
SEC("tp/xfs_scrub/xrep_iunlink_reload_ondisk")
SEC("tp/xfs_scrub/xrep_iunlink_reload_next")
SEC("tp/xfs_scrub/xrep_iunlink_visit")
SEC("tp/xfs_scrub/xrep_symlink_reset_fork")
SEC("tp/xfs_scrub/xrep_symlink_rebuild")
SEC("tp/xfs_scrub/xrep_symlink_salvage_target")
SEC("tp/xfs_scrub/xrep_dirtree_delete_child")
SEC("tp/xfs_scrub/xrep_adoption_invalidate_child")
SEC("tp/xfs_scrub/xrep_adoption_check_child")
SEC("tp/xfs_scrub/xrep_nlinks_set_record")
SEC("tp/xfs_scrub/xrep_parent_stash_parentremove")
SEC("tp/xfs_scrub/xrep_parent_stash_parentadd")
SEC("tp/xfs_scrub/xrep_parent_replay_parentremove")
SEC("tp/xfs_scrub/xrep_parent_replay_parentadd")
SEC("tp/xfs_scrub/xrep_xattr_replay_parentremove")
SEC("tp/xfs_scrub/xrep_xattr_replay_parentadd")
SEC("tp/xfs_scrub/xrep_findparent_from_dcache")
SEC("tp/xfs_scrub/xrep_findparent_dirent")
SEC("tp/xfs_scrub/xrep_dir_salvaged_parent")
SEC("tp/xfs_scrub/xrep_adoption_trans_roll")
SEC("tp/xfs_scrub/xrep_dir_replay_removename")
SEC("tp/xfs_scrub/xrep_dir_stash_removename")
SEC("tp/xfs_scrub/xrep_adoption_reparent")
SEC("tp/xfs_scrub/xrep_dir_replay_createname")
SEC("tp/xfs_scrub/xrep_dir_stash_createname")
SEC("tp/xfs_scrub/xrep_dir_salvage_entry")
SEC("tp/xfs_scrub/xrep_parent_reset_dotdot")
SEC("tp/xfs_scrub/xrep_dir_reset_fork")
SEC("tp/xfs_scrub/xrep_dir_rebuild_tree")
SEC("tp/xfs_scrub/xrep_dir_recover_dirblock")
SEC("tp/xfs_scrub/xrep_xattr_stash_parentremove")
SEC("tp/xfs_scrub/xrep_xattr_stash_parentadd")
SEC("tp/xfs_scrub/xrep_xattr_full_reset")
SEC("tp/xfs_scrub/xrep_xattr_reset_fork")
SEC("tp/xfs_scrub/xrep_xattr_rebuild_tree")
SEC("tp/xfs_scrub/xrep_xattr_class")
SEC("tp/xfs_scrub/xrep_xattr_insert_pptr")
SEC("tp/xfs_scrub/xrep_xattr_salvage_pptr")
SEC("tp/xfs_scrub/xrep_parent_insert_xattr")
SEC("tp/xfs_scrub/xrep_parent_stash_xattr")
SEC("tp/xfs_scrub/xrep_xattr_insert_rec")
SEC("tp/xfs_scrub/xrep_xattr_salvage_rec")
SEC("tp/xfs_scrub/xrep_xattr_recover_leafblock")
SEC("tp/xfs_scrub/xreap_bmapi_binval_scan")
SEC("tp/xfs_scrub/xreap_ifork_extent")
SEC("tp/xfs_scrub/xrep_tempfile_copyin")
SEC("tp/xfs_scrub/xrep_tempfile_prealloc")
SEC("tp/xfs_scrub/xrep_tempfile_create")
SEC("tp/xfs_scrub/xrep_rmap_live_update")
SEC("tp/xfs_scrub/xrep_nlinks_unfixable_inode")
SEC("tp/xfs_scrub/xrep_nlinks_update_inode")
SEC("tp/xfs_scrub/xrep_quotacheck_dquot")
SEC("tp/xfs_scrub/xrep_dquot_item_fill_bmap_hole")
SEC("tp/xfs_scrub/xrep_disk_dquot")
SEC("tp/xfs_scrub/xrep_dquot_item")
SEC("tp/xfs_scrub/xrep_cow_free_staging")
SEC("tp/xfs_scrub/xrep_cow_replace_mapping")
SEC("tp/xfs_scrub/xrep_cow_mark_file_range")
SEC("tp/xfs_scrub/xrep_dinode_findmode_dirent_inval")
SEC("tp/xfs_scrub/xrep_dinode_findmode_dirent")
SEC("tp/xfs_scrub/xrep_dinode_count_rmaps")
SEC("tp/xfs_scrub/xrep_inode_fixed")
SEC("tp/xfs_scrub/xrep_inode_dir_size")
SEC("tp/xfs_scrub/xrep_inode_sfdir_size")
SEC("tp/xfs_scrub/xrep_inode_blockdir_size")
SEC("tp/xfs_scrub/xrep_inode_flags")
SEC("tp/xfs_scrub/xrep_inode_ids")
SEC("tp/xfs_scrub/xrep_inode_blockcounts")
SEC("tp/xfs_scrub/xrep_dinode_ensure_forkoff")
SEC("tp/xfs_scrub/xrep_dinode_zap_afork")
SEC("tp/xfs_scrub/xrep_dinode_zap_dfork")
SEC("tp/xfs_scrub/xrep_dinode_zap_forks")
SEC("tp/xfs_scrub/xrep_dinode_fixed")
SEC("tp/xfs_scrub/xrep_dinode_zap_dir")
SEC("tp/xfs_scrub/xrep_dinode_zap_symlink")
SEC("tp/xfs_scrub/xrep_dinode_extsize_hints")
SEC("tp/xfs_scrub/xrep_dinode_size")
SEC("tp/xfs_scrub/xrep_dinode_flags")
SEC("tp/xfs_scrub/xrep_dinode_mode")
SEC("tp/xfs_scrub/xrep_dinode_header")
SEC("tp/xfs_scrub/xrep_newbt_claim_block")
SEC("tp/xfs_scrub/xrep_newbt_free_blocks")
SEC("tp/xfs_scrub/xrep_newbt_alloc_file_blocks")
SEC("tp/xfs_scrub/xrep_newbt_alloc_ag_blocks")
SEC("tp/xfs_scrub/xrep_reset_counters")
SEC("tp/xfs_scrub/xrep_calc_ag_resblks_btsize")
SEC("tp/xfs_scrub/xrep_calc_ag_resblks")
SEC("tp/xfs_scrub/xrep_findroot_block")
SEC("tp/xfs_scrub/xrep_rmap_found")
SEC("tp/xfs_scrub/xrep_bmap_found")
SEC("tp/xfs_scrub/xrep_refc_found")
SEC("tp/xfs_scrub/xrep_ibt_found")
SEC("tp/xfs_scrub/xrep_abt_found")
SEC("tp/xfs_scrub/xrep_bmap_walk_rmap")
SEC("tp/xfs_scrub/xrep_ibt_walk_rmap")
SEC("tp/xfs_scrub/xreap_bmapi_select")
SEC("tp/xfs_scrub/xreap_agextent_select")
SEC("tp/xfs_scrub/xrep_agfl_insert")
SEC("tp/xfs_scrub/xreap_bmapi_binval")
SEC("tp/xfs_scrub/xreap_agextent_binval")
SEC("tp/xfs_scrub/xreap_dispose_free_extent")
SEC("tp/xfs_scrub/xreap_dispose_unmap_extent")
SEC("tp/xfs_scrub/xchk_dirtree_live_update")
SEC("tp/xfs_scrub/xchk_dirpath_changed")
SEC("tp/xfs_scrub/xchk_dirtree_evaluate")
SEC("tp/xfs_scrub/xchk_dirpath_evaluate_path")
SEC("tp/xfs_scrub/xchk_dirpath_set_outcome")
SEC("tp/xfs_scrub/xchk_dirpath_found_next_step")
SEC("tp/xfs_scrub/xchk_dirpath_unlinked_parent")
SEC("tp/xfs_scrub/xchk_dirpath_nondir_parent")
SEC("tp/xfs_scrub/xchk_dirpath_badgen")
SEC("tp/xfs_scrub/xchk_dirpath_disappeared")
SEC("tp/xfs_scrub/xchk_dirpath_walk_upwards")
SEC("tp/xfs_scrub/xchk_dirtree_create_path")
SEC("tp/xfs_scrub/xchk_parent_ultraslowpath")
SEC("tp/xfs_scrub/xchk_parent_slowpath")
SEC("tp/xfs_scrub/xchk_parent_defer")
SEC("tp/xfs_scrub/xchk_dir_ultraslowpath")
SEC("tp/xfs_scrub/xchk_dir_slowpath")
SEC("tp/xfs_scrub/xchk_dir_defer")
SEC("tp/xfs_scrub/xchk_nlinks_compare_inode")
SEC("tp/xfs_scrub/xchk_nlinks_update_incore")
SEC("tp/xfs_scrub/xchk_nlinks_check_zero")
SEC("tp/xfs_scrub/xchk_nlinks_live_update")
SEC("tp/xfs_scrub/xchk_nlinks_collect_metafile")
SEC("tp/xfs_scrub/xchk_nlinks_collect_pptr")
SEC("tp/xfs_scrub/xchk_nlinks_collect_dirent")
SEC("tp/xfs_scrub/xchk_iscan_agi_retry_wait")
SEC("tp/xfs_scrub/xchk_iscan_iget_retry_wait")
SEC("tp/xfs_scrub/xchk_iscan_iget_batch")
SEC("tp/xfs_scrub/xchk_iscan_iget")
SEC("tp/xfs_scrub/xchk_iscan_start")
SEC("tp/xfs_scrub/xchk_iscan_want_live_update")
SEC("tp/xfs_scrub/xchk_iscan_advance_ag")
SEC("tp/xfs_scrub/xchk_iscan_skip")
SEC("tp/xfs_scrub/xchk_iscan_visit")
SEC("tp/xfs_scrub/xchk_iscan_move_cursor")
SEC("tp/xfs_scrub/xchk_rtsum_record_free")
SEC("tp/xfs_scrub/xfarray_sort_stats")
SEC("tp/xfs_scrub/xfarray_sort_scan")
SEC("tp/xfs_scrub/xfarray_sort")
SEC("tp/xfs_scrub/xfarray_qsort")
SEC("tp/xfs_scrub/xfarray_foliosort")
SEC("tp/xfs_scrub/xfarray_isort")
SEC("tp/xfs_scrub/xfarray_create")
SEC("tp/xfs_scrub/xfile_discard")
SEC("tp/xfs_scrub/xfile_put_folio")
SEC("tp/xfs_scrub/xfile_get_folio")
SEC("tp/xfs_scrub/xfile_seek_data")
SEC("tp/xfs_scrub/xfile_store")
SEC("tp/xfs_scrub/xfile_load")
SEC("tp/xfs_scrub/xfile_destroy")
SEC("tp/xfs_scrub/xfile_create")
SEC("tp/xfs_scrub/xchk_refcount_incorrect")
SEC("tp/xfs_scrub/xchk_fsthaw")
SEC("tp/xfs_scrub/xchk_fsfreeze")
SEC("tp/xfs_scrub/xchk_fscounters_within_range")
SEC("tp/xfs_scrub/xchk_fscounters_calc")
SEC("tp/xfs_scrub/xchk_inode_is_allocated")
SEC("tp/xfs_scrub/xchk_iallocbt_check_cluster")
SEC("tp/xfs_scrub/xchk_xref_error")
SEC("tp/xfs_scrub/xchk_btree_key")
SEC("tp/xfs_scrub/xchk_btree_rec")
SEC("tp/xfs_scrub/xchk_ifork_btree_error")
SEC("tp/xfs_scrub/xchk_btree_error")
SEC("tp/xfs_scrub/xchk_ifork_btree_op_error")
SEC("tp/xfs_scrub/xchk_btree_op_error")
SEC("tp/xfs_scrub/xchk_incomplete")
SEC("tp/xfs_scrub/xchk_qcheck_error")
SEC("tp/xfs_scrub/xchk_dquot_iter")
SEC("tp/xfs_scrub/xchk_dquot_iter_advance_incore")
SEC("tp/xfs_scrub/xchk_dquot_iter_advance_bmap")
SEC("tp/xfs_scrub/xchk_dquot_iter_revalidate_bmap")
SEC("tp/xfs_scrub/xchk_fblock_preen")
SEC("tp/xfs_scrub/xchk_fblock_warning")
SEC("tp/xfs_scrub/xchk_fblock_error")
SEC("tp/xfs_scrub/xchk_ino_warning")
SEC("tp/xfs_scrub/xchk_ino_preen")
SEC("tp/xfs_scrub/xchk_ino_error")
SEC("tp/xfs_scrub/xchk_block_preen")
SEC("tp/xfs_scrub/xchk_block_error")
SEC("tp/xfs_scrub/xchk_fs_error")
SEC("tp/xfs_scrub/xchk_file_op_error")
SEC("tp/xfs_scrub/xchk_op_error")
SEC("tp/xfs_scrub/xchk_scrubv_outcome")
SEC("tp/xfs_scrub/xchk_scrubv_item")
SEC("tp/xfs_scrub/xchk_scrubv_barrier_fail")
SEC("tp/xfs_scrub/xchk_scrubv_start")
SEC("tp/xfs_scrub/xchk_fsgates_disable")
SEC("tp/xfs_scrub/xchk_fsgates_enable")
SEC("tp/xfs_scrub/xrep_done")
SEC("tp/xfs_scrub/xrep_attempt")
SEC("tp/xfs_scrub/xchk_dirtree_done")
SEC("tp/xfs_scrub/xchk_dirtree_start")
SEC("tp/xfs_scrub/xchk_deadlock_retry")
SEC("tp/xfs_scrub/xchk_done")
SEC("tp/xfs_scrub/xchk_start")
SEC("tp/block/block_rq_remap")
SEC("tp/block/block_bio_remap")
SEC("tp/block/block_split")
SEC("tp/block/block_unplug")
SEC("tp/block/block_plug")
SEC("tp/block/block_getrq")
SEC("tp/block/block_bio_queue")
SEC("tp/block/block_bio_frontmerge")
SEC("tp/block/block_bio_backmerge")
SEC("tp/block/block_bio_bounce")
SEC("tp/block/block_bio_complete")
SEC("tp/block/block_io_done")
SEC("tp/block/block_io_start")
SEC("tp/block/block_rq_merge")
SEC("tp/block/block_rq_issue")
SEC("tp/block/block_rq_insert")
SEC("tp/block/block_rq_error")
SEC("tp/block/block_rq_complete")
SEC("tp/block/block_rq_requeue")
SEC("tp/block/block_dirty_buffer")
SEC("tp/block/block_touch_buffer")
SEC("tp/kyber/kyber_throttled")
SEC("tp/kyber/kyber_adjust")
SEC("tp/kyber/kyber_latency")
SEC("tp/io_uring/io_uring_local_work_run")
SEC("tp/io_uring/io_uring_short_write")
SEC("tp/io_uring/io_uring_task_work_run")
SEC("tp/io_uring/io_uring_cqe_overflow")
SEC("tp/io_uring/io_uring_req_failed")
SEC("tp/io_uring/io_uring_task_add")
SEC("tp/io_uring/io_uring_poll_arm")
SEC("tp/io_uring/io_uring_submit_req")
SEC("tp/io_uring/io_uring_complete")
SEC("tp/io_uring/io_uring_fail_link")
SEC("tp/io_uring/io_uring_cqring_wait")
SEC("tp/io_uring/io_uring_link")
SEC("tp/io_uring/io_uring_defer")
SEC("tp/io_uring/io_uring_queue_async_work")
SEC("tp/io_uring/io_uring_file_get")
SEC("tp/io_uring/io_uring_register")
SEC("tp/io_uring/io_uring_create")
SEC("tp/msr/rdpmc")
SEC("tp/msr/write_msr")
SEC("tp/msr/read_msr")
SEC("tp/clk/clk_rate_request_done")
SEC("tp/clk/clk_rate_request_start")
SEC("tp/clk/clk_set_duty_cycle_complete")
SEC("tp/clk/clk_set_duty_cycle")
SEC("tp/clk/clk_set_phase_complete")
SEC("tp/clk/clk_set_phase")
SEC("tp/clk/clk_set_parent_complete")
SEC("tp/clk/clk_set_parent")
SEC("tp/clk/clk_set_rate_range")
SEC("tp/clk/clk_set_max_rate")
SEC("tp/clk/clk_set_min_rate")
SEC("tp/clk/clk_set_rate_complete")
SEC("tp/clk/clk_set_rate")
SEC("tp/clk/clk_unprepare_complete")
SEC("tp/clk/clk_unprepare")
SEC("tp/clk/clk_prepare_complete")
SEC("tp/clk/clk_prepare")
SEC("tp/clk/clk_disable_complete")
SEC("tp/clk/clk_disable")
SEC("tp/clk/clk_enable_complete")
SEC("tp/clk/clk_enable")
SEC("tp/intel_iommu/cache_tag_flush_range_np")
SEC("tp/intel_iommu/cache_tag_flush_range")
SEC("tp/intel_iommu/cache_tag_flush_all")
SEC("tp/intel_iommu/cache_tag_unassign")
SEC("tp/intel_iommu/cache_tag_assign")
SEC("tp/intel_iommu/prq_report")
SEC("tp/intel_iommu/qi_submit")
SEC("tp/iommu/io_page_fault")
SEC("tp/iommu/unmap")
SEC("tp/iommu/map")
SEC("tp/iommu/attach_device_to_domain")
SEC("tp/iommu/remove_device_from_group")
SEC("tp/iommu/add_device_to_group")
SEC("tp/drm/drm_vblank_event_delivered")
SEC("tp/drm/drm_vblank_event_queued")
SEC("tp/drm/drm_vblank_event")
SEC("tp/regmap/regcache_drop_region")
SEC("tp/regmap/regmap_async_complete_done")
SEC("tp/regmap/regmap_async_complete_start")
SEC("tp/regmap/regmap_async_io_complete")
SEC("tp/regmap/regmap_async_write_start")
SEC("tp/regmap/regmap_cache_bypass")
SEC("tp/regmap/regmap_cache_only")
SEC("tp/regmap/regcache_sync")
SEC("tp/regmap/regmap_hw_write_done")
SEC("tp/regmap/regmap_hw_write_start")
SEC("tp/regmap/regmap_hw_read_done")
SEC("tp/regmap/regmap_hw_read_start")
SEC("tp/regmap/regmap_bulk_read")
SEC("tp/regmap/regmap_bulk_write")
SEC("tp/regmap/regmap_reg_read_cache")
SEC("tp/regmap/regmap_reg_read")
SEC("tp/regmap/regmap_reg_write")
SEC("tp/dev/devres_log")
SEC("tp/dma_fence/dma_fence_wait_end")
SEC("tp/dma_fence/dma_fence_wait_start")
SEC("tp/dma_fence/dma_fence_signaled")
SEC("tp/dma_fence/dma_fence_enable_signal")
SEC("tp/dma_fence/dma_fence_destroy")
SEC("tp/dma_fence/dma_fence_init")
SEC("tp/dma_fence/dma_fence_emit")
SEC("tp/scsi/scsi_eh_wakeup")
SEC("tp/scsi/scsi_dispatch_cmd_timeout")
SEC("tp/scsi/scsi_dispatch_cmd_done")
SEC("tp/scsi/scsi_dispatch_cmd_error")
SEC("tp/scsi/scsi_dispatch_cmd_start")
SEC("tp/nvme/nvme_sq")
SEC("tp/nvme/nvme_async_event")
SEC("tp/nvme/nvme_complete_rq")
SEC("tp/nvme/nvme_setup_cmd")
SEC("tp/libata/ata_sff_flush_pio_task")
SEC("tp/libata/atapi_send_cdb")
SEC("tp/libata/atapi_pio_transfer_data")
SEC("tp/libata/ata_sff_pio_transfer_data")
SEC("tp/libata/ata_sff_port_intr")
SEC("tp/libata/ata_sff_hsm_command_complete")
SEC("tp/libata/ata_sff_hsm_state")
SEC("tp/libata/ata_port_thaw")
SEC("tp/libata/ata_port_freeze")
SEC("tp/libata/ata_std_sched_eh")
SEC("tp/libata/ata_slave_postreset")
SEC("tp/libata/ata_link_postreset")
SEC("tp/libata/ata_link_softreset_end")
SEC("tp/libata/ata_slave_hardreset_end")
SEC("tp/libata/ata_link_hardreset_end")
SEC("tp/libata/ata_link_softreset_begin")
SEC("tp/libata/ata_slave_hardreset_begin")
SEC("tp/libata/ata_link_hardreset_begin")
SEC("tp/libata/ata_eh_done")
SEC("tp/libata/ata_eh_about_to_do")
SEC("tp/libata/ata_eh_link_autopsy_qc")
SEC("tp/libata/ata_eh_link_autopsy")
SEC("tp/libata/ata_bmdma_status")
SEC("tp/libata/ata_bmdma_stop")
SEC("tp/libata/ata_bmdma_start")
SEC("tp/libata/ata_bmdma_setup")
SEC("tp/libata/ata_exec_command")
SEC("tp/libata/ata_tf_load")
SEC("tp/libata/ata_qc_complete_done")
SEC("tp/libata/ata_qc_complete_failed")
SEC("tp/libata/ata_qc_complete_internal")
SEC("tp/libata/ata_qc_issue")
SEC("tp/libata/ata_qc_prep")
SEC("tp/mdio/mdio_access")
SEC("tp/e1000e_trace/e1000e_trace_mac_register")
SEC("tp/rtc/rtc_timer_fired")
SEC("tp/rtc/rtc_timer_dequeue")
SEC("tp/rtc/rtc_timer_enqueue")
SEC("tp/rtc/rtc_read_offset")
SEC("tp/rtc/rtc_set_offset")
SEC("tp/rtc/rtc_alarm_irq_enable")
SEC("tp/rtc/rtc_irq_set_state")
SEC("tp/rtc/rtc_irq_set_freq")
SEC("tp/rtc/rtc_read_alarm")
SEC("tp/rtc/rtc_set_alarm")
SEC("tp/rtc/rtc_read_time")
SEC("tp/rtc/rtc_set_time")
SEC("tp/i2c/i2c_result")
SEC("tp/i2c/i2c_reply")
SEC("tp/i2c/i2c_read")
SEC("tp/i2c/i2c_write")
SEC("tp/smbus/smbus_result")
SEC("tp/smbus/smbus_reply")
SEC("tp/smbus/smbus_read")
SEC("tp/smbus/smbus_write")
SEC("tp/hwmon/hwmon_attr_show_string")
SEC("tp/hwmon/hwmon_attr_store")
SEC("tp/hwmon/hwmon_attr_show")
SEC("tp/thermal/thermal_zone_trip")
SEC("tp/thermal/cdev_update")
SEC("tp/thermal/thermal_temperature")
SEC("tp/amd_cpu/amd_pstate_perf")
SEC("tp/ras/aer_event")
SEC("tp/ras/non_standard_event")
SEC("tp/ras/arm_event")
SEC("tp/ras/mc_event")
SEC("tp/hda_controller/azx_pcm_prepare")
SEC("tp/hda_controller/azx_pcm_hw_params")
SEC("tp/hda_controller/azx_pcm_close")
SEC("tp/hda_controller/azx_pcm_open")
SEC("tp/hda_controller/azx_get_position")
SEC("tp/hda_controller/azx_pcm_trigger")
SEC("tp/hda_intel/azx_runtime_resume")
SEC("tp/hda_intel/azx_runtime_suspend")
SEC("tp/hda_intel/azx_resume")
SEC("tp/hda_intel/azx_suspend")
SEC("tp/hda/snd_hdac_stream_stop")
SEC("tp/hda/snd_hdac_stream_start")
SEC("tp/hda/hda_unsol_event")
SEC("tp/hda/hda_get_response")
SEC("tp/hda/hda_send_cmd")
SEC("tp/neigh/neigh_cleanup_and_release")
SEC("tp/neigh/neigh_event_send_dead")
SEC("tp/neigh/neigh_event_send_done")
SEC("tp/neigh/neigh_timer_handler")
SEC("tp/neigh/neigh_update_done")
SEC("tp/neigh/neigh_update")
SEC("tp/neigh/neigh_create")
SEC("tp/page_pool/page_pool_update_nid")
SEC("tp/page_pool/page_pool_state_hold")
SEC("tp/page_pool/page_pool_state_release")
SEC("tp/page_pool/page_pool_release")
SEC("tp/bridge/br_mdb_full")
SEC("tp/bridge/br_fdb_update")
SEC("tp/bridge/fdb_delete")
SEC("tp/bridge/br_fdb_external_learn_add")
SEC("tp/bridge/br_fdb_add")
SEC("tp/qdisc/qdisc_create")
SEC("tp/qdisc/qdisc_destroy")
SEC("tp/qdisc/qdisc_reset")
SEC("tp/qdisc/qdisc_enqueue")
SEC("tp/qdisc/qdisc_dequeue")
SEC("tp/fib/fib_table_lookup")
SEC("tp/tcp/tcp_ao_rcv_sne_update")
SEC("tp/tcp/tcp_ao_snd_sne_update")
SEC("tp/tcp/tcp_ao_synack_no_key")
SEC("tp/tcp/tcp_ao_rnext_request")
SEC("tp/tcp/tcp_ao_key_not_found")
SEC("tp/tcp/tcp_ao_mismatch")
SEC("tp/tcp/tcp_ao_wrong_maclen")
SEC("tp/tcp/tcp_ao_handshake_failure")
SEC("tp/tcp/tcp_hash_ao_required")
SEC("tp/tcp/tcp_hash_md5_mismatch")
SEC("tp/tcp/tcp_hash_md5_unexpected")
SEC("tp/tcp/tcp_hash_md5_required")
SEC("tp/tcp/tcp_hash_bad_header")
SEC("tp/tcp/tcp_cong_state_set")
SEC("tp/tcp/tcp_bad_csum")
SEC("tp/tcp/tcp_probe")
SEC("tp/tcp/tcp_retransmit_synack")
SEC("tp/tcp/tcp_rcv_space_adjust")
SEC("tp/tcp/tcp_destroy_sock")
SEC("tp/tcp/tcp_receive_reset")
SEC("tp/tcp/tcp_send_reset")
SEC("tp/tcp/tcp_retransmit_skb")
SEC("tp/udp/udp_fail_queue_rcv_skb")
SEC("tp/sock/sock_recv_length")
SEC("tp/sock/sock_send_length")
SEC("tp/sock/sk_data_ready")
SEC("tp/sock/inet_sk_error_report")
SEC("tp/sock/inet_sock_set_state")
SEC("tp/sock/sock_exceed_buf_limit")
SEC("tp/sock/sock_rcvqueue_full")
SEC("tp/napi/dql_stall_detected")
SEC("tp/napi/napi_poll")
SEC("tp/net/netif_receive_skb_list_exit")
SEC("tp/net/netif_rx_exit")
SEC("tp/net/netif_receive_skb_exit")
SEC("tp/net/napi_gro_receive_exit")
SEC("tp/net/napi_gro_frags_exit")
SEC("tp/net/netif_rx_entry")
SEC("tp/net/netif_receive_skb_list_entry")
SEC("tp/net/netif_receive_skb_entry")
SEC("tp/net/napi_gro_receive_entry")
SEC("tp/net/napi_gro_frags_entry")
SEC("tp/net/netif_rx")
SEC("tp/net/netif_receive_skb")
SEC("tp/net/net_dev_queue")
SEC("tp/net/net_dev_xmit_timeout")
SEC("tp/net/net_dev_xmit")
SEC("tp/net/net_dev_start_xmit")
SEC("tp/skb/skb_copy_datagram_iovec")
SEC("tp/skb/consume_skb")
SEC("tp/skb/kfree_skb")
SEC("tp/netlink/netlink_extack")
SEC("tp/bpf_test_run/bpf_test_finish")
SEC("tp/bpf_test_run/bpf_trigger_tp")
SEC("tp/icmp/icmp_send")
SEC("tp/fib6/fib6_table_lookup")
SEC("tp/sunrpc/svc_unregister")
SEC("tp/sunrpc/svc_noregister")
SEC("tp/sunrpc/svc_register")
SEC("tp/sunrpc/cache_entry_no_listener")
SEC("tp/sunrpc/cache_entry_make_negative")
SEC("tp/sunrpc/cache_entry_update")
SEC("tp/sunrpc/cache_entry_upcall")
SEC("tp/sunrpc/cache_entry_expired")
SEC("tp/sunrpc/svcsock_getpeername_err")
SEC("tp/sunrpc/svcsock_accept_err")
SEC("tp/sunrpc/svcsock_tcp_state")
SEC("tp/sunrpc/svcsock_tcp_recv_short")
SEC("tp/sunrpc/svcsock_write_space")
SEC("tp/sunrpc/svcsock_data_ready")
SEC("tp/sunrpc/svcsock_tcp_recv_err")
SEC("tp/sunrpc/svcsock_tcp_recv_eagain")
SEC("tp/sunrpc/svcsock_tcp_recv")
SEC("tp/sunrpc/svcsock_tcp_send")
SEC("tp/sunrpc/svcsock_udp_recv_err")
SEC("tp/sunrpc/svcsock_udp_recv")
SEC("tp/sunrpc/svcsock_udp_send")
SEC("tp/sunrpc/svcsock_marker")
SEC("tp/sunrpc/svcsock_free")
SEC("tp/sunrpc/svcsock_new")
SEC("tp/sunrpc/svc_defer_recv")
SEC("tp/sunrpc/svc_defer_queue")
SEC("tp/sunrpc/svc_defer_drop")
SEC("tp/sunrpc/svc_alloc_arg_err")
SEC("tp/sunrpc/svc_wake_up")
SEC("tp/sunrpc/svc_xprt_accept")
SEC("tp/sunrpc/svc_tls_timed_out")
SEC("tp/sunrpc/svc_tls_not_started")
SEC("tp/sunrpc/svc_tls_unavailable")
SEC("tp/sunrpc/svc_tls_upcall")
SEC("tp/sunrpc/svc_tls_start")
SEC("tp/sunrpc/svc_xprt_free")
SEC("tp/sunrpc/svc_xprt_detach")
SEC("tp/sunrpc/svc_xprt_close")
SEC("tp/sunrpc/svc_xprt_no_write_space")
SEC("tp/sunrpc/svc_xprt_dequeue")
SEC("tp/sunrpc/svc_xprt_enqueue")
SEC("tp/sunrpc/svc_xprt_create_err")
SEC("tp/sunrpc/svc_stats_latency")
SEC("tp/sunrpc/svc_replace_page_err")
SEC("tp/sunrpc/svc_send")
SEC("tp/sunrpc/svc_drop")
SEC("tp/sunrpc/svc_defer")
SEC("tp/sunrpc/svc_process")
SEC("tp/sunrpc/svc_authenticate")
SEC("tp/sunrpc/svc_xdr_sendto")
SEC("tp/sunrpc/svc_xdr_recvfrom")
SEC("tp/sunrpc/rpc_tls_not_started")
SEC("tp/sunrpc/rpc_tls_unavailable")
SEC("tp/sunrpc/rpcb_unregister")
SEC("tp/sunrpc/rpcb_register")
SEC("tp/sunrpc/pmap_register")
SEC("tp/sunrpc/rpcb_setport")
SEC("tp/sunrpc/rpcb_getport")
SEC("tp/sunrpc/xs_stream_read_request")
SEC("tp/sunrpc/xs_stream_read_data")
SEC("tp/sunrpc/xs_data_ready")
SEC("tp/sunrpc/xprt_reserve")
SEC("tp/sunrpc/xprt_put_cong")
SEC("tp/sunrpc/xprt_get_cong")
SEC("tp/sunrpc/xprt_release_cong")
SEC("tp/sunrpc/xprt_reserve_cong")
SEC("tp/sunrpc/xprt_release_xprt")
SEC("tp/sunrpc/xprt_reserve_xprt")
SEC("tp/sunrpc/xprt_ping")
SEC("tp/sunrpc/xprt_retransmit")
SEC("tp/sunrpc/xprt_transmit")
SEC("tp/sunrpc/xprt_lookup_rqst")
SEC("tp/sunrpc/xprt_timer")
SEC("tp/sunrpc/xprt_destroy")
SEC("tp/sunrpc/xprt_disconnect_force")
SEC("tp/sunrpc/xprt_disconnect_done")
SEC("tp/sunrpc/xprt_disconnect_auto")
SEC("tp/sunrpc/xprt_connect")
SEC("tp/sunrpc/xprt_create")
SEC("tp/sunrpc/rpc_socket_nospace")
SEC("tp/sunrpc/rpc_socket_shutdown")
SEC("tp/sunrpc/rpc_socket_close")
SEC("tp/sunrpc/rpc_socket_reset_connection")
SEC("tp/sunrpc/rpc_socket_error")
SEC("tp/sunrpc/rpc_socket_connect")
SEC("tp/sunrpc/rpc_socket_state_change")
SEC("tp/sunrpc/rpc_xdr_alignment")
SEC("tp/sunrpc/rpc_xdr_overflow")
SEC("tp/sunrpc/rpc_stats_latency")
SEC("tp/sunrpc/rpc_call_rpcerror")
SEC("tp/sunrpc/rpc_buf_alloc")
SEC("tp/sunrpc/rpcb_unrecognized_err")
SEC("tp/sunrpc/rpcb_unreachable_err")
SEC("tp/sunrpc/rpcb_bind_version_err")
SEC("tp/sunrpc/rpcb_timeout_err")
SEC("tp/sunrpc/rpcb_prog_unavail_err")
SEC("tp/sunrpc/rpc__auth_tooweak")
SEC("tp/sunrpc/rpc__bad_creds")
SEC("tp/sunrpc/rpc__stale_creds")
SEC("tp/sunrpc/rpc__mismatch")
SEC("tp/sunrpc/rpc__unparsable")
SEC("tp/sunrpc/rpc__garbage_args")
SEC("tp/sunrpc/rpc__proc_unavail")
SEC("tp/sunrpc/rpc__prog_mismatch")
SEC("tp/sunrpc/rpc__prog_unavail")
SEC("tp/sunrpc/rpc_bad_verifier")
SEC("tp/sunrpc/rpc_bad_callhdr")
SEC("tp/sunrpc/rpc_task_wakeup")
SEC("tp/sunrpc/rpc_task_sleep")
SEC("tp/sunrpc/rpc_task_call_done")
SEC("tp/sunrpc/rpc_task_end")
SEC("tp/sunrpc/rpc_task_signalled")
SEC("tp/sunrpc/rpc_task_timeout")
SEC("tp/sunrpc/rpc_task_complete")
SEC("tp/sunrpc/rpc_task_sync_wake")
SEC("tp/sunrpc/rpc_task_sync_sleep")
SEC("tp/sunrpc/rpc_task_run_action")
SEC("tp/sunrpc/rpc_task_begin")
SEC("tp/sunrpc/rpc_request")
SEC("tp/sunrpc/rpc_refresh_status")
SEC("tp/sunrpc/rpc_retry_refresh_status")
SEC("tp/sunrpc/rpc_timeout_status")
SEC("tp/sunrpc/rpc_connect_status")
SEC("tp/sunrpc/rpc_call_status")
SEC("tp/sunrpc/rpc_clnt_clone_err")
SEC("tp/sunrpc/rpc_clnt_new_err")
SEC("tp/sunrpc/rpc_clnt_new")
SEC("tp/sunrpc/rpc_clnt_replace_xprt_err")
SEC("tp/sunrpc/rpc_clnt_replace_xprt")
SEC("tp/sunrpc/rpc_clnt_release")
SEC("tp/sunrpc/rpc_clnt_shutdown")
SEC("tp/sunrpc/rpc_clnt_killall")
SEC("tp/sunrpc/rpc_clnt_free")
SEC("tp/sunrpc/rpc_xdr_reply_pages")
SEC("tp/sunrpc/rpc_xdr_recvfrom")
SEC("tp/sunrpc/rpc_xdr_sendto")
SEC("tp/rpcgss/rpcgss_oid_to_mech")
SEC("tp/rpcgss/rpcgss_createauth")
SEC("tp/rpcgss/rpcgss_context")
SEC("tp/rpcgss/rpcgss_upcall_result")
SEC("tp/rpcgss/rpcgss_upcall_msg")
SEC("tp/rpcgss/rpcgss_svc_seqno_low")
SEC("tp/rpcgss/rpcgss_svc_seqno_seen")
SEC("tp/rpcgss/rpcgss_svc_seqno_large")
SEC("tp/rpcgss/rpcgss_update_slack")
SEC("tp/rpcgss/rpcgss_need_reencode")
SEC("tp/rpcgss/rpcgss_seqno")
SEC("tp/rpcgss/rpcgss_bad_seqno")
SEC("tp/rpcgss/rpcgss_unwrap_failed")
SEC("tp/rpcgss/rpcgss_svc_authenticate")
SEC("tp/rpcgss/rpcgss_svc_accept_upcall")
SEC("tp/rpcgss/rpcgss_svc_seqno_bad")
SEC("tp/rpcgss/rpcgss_svc_unwrap_failed")
SEC("tp/rpcgss/rpcgss_svc_wrap_failed")
SEC("tp/rpcgss/rpcgss_svc_get_mic")
SEC("tp/rpcgss/rpcgss_svc_mic")
SEC("tp/rpcgss/rpcgss_svc_unwrap")
SEC("tp/rpcgss/rpcgss_svc_wrap")
SEC("tp/rpcgss/rpcgss_ctx_destroy")
SEC("tp/rpcgss/rpcgss_ctx_init")
SEC("tp/rpcgss/rpcgss_unwrap")
SEC("tp/rpcgss/rpcgss_wrap")
SEC("tp/rpcgss/rpcgss_verify_mic")
SEC("tp/rpcgss/rpcgss_get_mic")
SEC("tp/rpcgss/rpcgss_import_ctx")
SEC("tp/cfg80211/cfg80211_links_removed")
SEC("tp/cfg80211/rdev_mod_link_station")
SEC("tp/cfg80211/rdev_add_link_station")
SEC("tp/cfg80211/cfg80211_assoc_comeback")
SEC("tp/cfg80211/cfg80211_bss_color_notify")
SEC("tp/cfg80211/cfg80211_update_owe_info_event")
SEC("tp/cfg80211/cfg80211_pmsr_complete")
SEC("tp/cfg80211/cfg80211_pmsr_report")
SEC("tp/cfg80211/cfg80211_stop_iface")
SEC("tp/cfg80211/cfg80211_ft_event")
SEC("tp/cfg80211/cfg80211_report_wowlan_wakeup")
SEC("tp/cfg80211/cfg80211_return_u32")
SEC("tp/cfg80211/cfg80211_return_uint")
SEC("tp/cfg80211/cfg80211_return_bss")
SEC("tp/cfg80211/cfg80211_inform_bss_frame")
SEC("tp/cfg80211/cfg80211_get_bss")
SEC("tp/cfg80211/cfg80211_sched_scan_results")
SEC("tp/cfg80211/cfg80211_sched_scan_stopped")
SEC("tp/cfg80211/cfg80211_scan_done")
SEC("tp/cfg80211/cfg80211_tdls_oper_request")
SEC("tp/cfg80211/cfg80211_report_obss_beacon")
SEC("tp/cfg80211/cfg80211_pmksa_candidate_notify")
SEC("tp/cfg80211/cfg80211_gtk_rekey_notify")
SEC("tp/cfg80211/cfg80211_cqm_pktloss_notify")
SEC("tp/cfg80211/cfg80211_probe_status")
SEC("tp/cfg80211/cfg80211_ibss_joined")
SEC("tp/cfg80211/cfg80211_rx_unexpected_4addr_frame")
SEC("tp/cfg80211/cfg80211_rx_spurious_frame")
SEC("tp/cfg80211/cfg80211_cac_event")
SEC("tp/cfg80211/cfg80211_radar_event")
SEC("tp/cfg80211/cfg80211_ch_switch_started_notify")
SEC("tp/cfg80211/cfg80211_ch_switch_notify")
SEC("tp/cfg80211/cfg80211_chandef_dfs_required")
SEC("tp/cfg80211/cfg80211_reg_can_beacon")
SEC("tp/cfg80211/cfg80211_cqm_rssi_notify")
SEC("tp/cfg80211/cfg80211_rx_control_port")
SEC("tp/cfg80211/cfg80211_control_port_tx_status")
SEC("tp/cfg80211/cfg80211_mgmt_tx_status")
SEC("tp/cfg80211/cfg80211_rx_mgmt")
SEC("tp/cfg80211/cfg80211_del_sta")
SEC("tp/cfg80211/cfg80211_new_sta")
SEC("tp/cfg80211/cfg80211_tx_mgmt_expired")
SEC("tp/cfg80211/cfg80211_ready_on_channel_expired")
SEC("tp/cfg80211/cfg80211_ready_on_channel")
SEC("tp/cfg80211/cfg80211_michael_mic_failure")
SEC("tp/cfg80211/cfg80211_send_assoc_failure")
SEC("tp/cfg80211/cfg80211_send_auth_timeout")
SEC("tp/cfg80211/cfg80211_tx_mlme_mgmt")
SEC("tp/cfg80211/cfg80211_rx_mlme_mgmt")
SEC("tp/cfg80211/cfg80211_rx_unprot_mlme_mgmt")
SEC("tp/cfg80211/cfg80211_send_rx_assoc")
SEC("tp/cfg80211/cfg80211_send_rx_auth")
SEC("tp/cfg80211/cfg80211_notify_new_peer_candidate")
SEC("tp/cfg80211/cfg80211_return_bool")
SEC("tp/cfg80211/rdev_set_ttlm")
SEC("tp/cfg80211/rdev_set_hw_timestamp")
SEC("tp/cfg80211/rdev_del_link_station")
SEC("tp/cfg80211/rdev_del_intf_link")
SEC("tp/cfg80211/rdev_add_intf_link")
SEC("tp/cfg80211/rdev_set_radar_background")
SEC("tp/cfg80211/rdev_color_change")
SEC("tp/cfg80211/rdev_set_sar_specs")
SEC("tp/cfg80211/rdev_reset_tid_config")
SEC("tp/cfg80211/rdev_set_tid_config")
SEC("tp/cfg80211/rdev_probe_mesh_link")
SEC("tp/cfg80211/rdev_update_owe_info")
SEC("tp/cfg80211/rdev_set_fils_aad")
SEC("tp/cfg80211/rdev_abort_pmsr")
SEC("tp/cfg80211/rdev_start_pmsr")
SEC("tp/cfg80211/rdev_get_ftm_responder_stats")
SEC("tp/cfg80211/rdev_get_txq_stats")
SEC("tp/cfg80211/rdev_set_multicast_to_unicast")
SEC("tp/cfg80211/rdev_abort_scan")
SEC("tp/cfg80211/rdev_set_coalesce")
SEC("tp/cfg80211/rdev_set_mcast_rate")
SEC("tp/cfg80211/rdev_start_radar_detection")
SEC("tp/cfg80211/rdev_external_auth")
SEC("tp/cfg80211/rdev_del_pmk")
SEC("tp/cfg80211/rdev_set_pmk")
SEC("tp/cfg80211/rdev_tdls_cancel_channel_switch")
SEC("tp/cfg80211/rdev_tdls_channel_switch")
SEC("tp/cfg80211/rdev_del_tx_ts")
SEC("tp/cfg80211/rdev_add_tx_ts")
SEC("tp/cfg80211/rdev_set_ap_chanwidth")
SEC("tp/cfg80211/rdev_set_qos_map")
SEC("tp/cfg80211/rdev_channel_switch")
SEC("tp/cfg80211/rdev_crit_proto_stop")
SEC("tp/cfg80211/rdev_crit_proto_start")
SEC("tp/cfg80211/rdev_update_ft_ies")
SEC("tp/cfg80211/rdev_set_mac_acl")
SEC("tp/cfg80211/rdev_del_nan_func")
SEC("tp/cfg80211/rdev_add_nan_func")
SEC("tp/cfg80211/rdev_stop_nan")
SEC("tp/cfg80211/rdev_nan_change_conf")
SEC("tp/cfg80211/rdev_start_nan")
SEC("tp/cfg80211/rdev_stop_p2p_device")
SEC("tp/cfg80211/rdev_start_p2p_device")
SEC("tp/cfg80211/rdev_return_chandef")
SEC("tp/cfg80211/rdev_get_channel")
SEC("tp/cfg80211/rdev_set_noack_map")
SEC("tp/cfg80211/rdev_tx_control_port")
SEC("tp/cfg80211/rdev_mgmt_tx")
SEC("tp/cfg80211/rdev_cancel_remain_on_channel")
SEC("tp/cfg80211/rdev_return_int_cookie")
SEC("tp/cfg80211/rdev_remain_on_channel")
SEC("tp/cfg80211/rdev_del_pmksa")
SEC("tp/cfg80211/rdev_set_pmksa")
SEC("tp/cfg80211/rdev_probe_client")
SEC("tp/cfg80211/rdev_tdls_oper")
SEC("tp/cfg80211/rdev_return_int_survey_info")
SEC("tp/cfg80211/rdev_dump_survey")
SEC("tp/cfg80211/rdev_tdls_mgmt")
SEC("tp/cfg80211/rdev_sched_scan_stop")
SEC("tp/cfg80211/rdev_sched_scan_start")
SEC("tp/cfg80211/rdev_set_antenna")
SEC("tp/cfg80211/rdev_return_void_tx_rx")
SEC("tp/cfg80211/rdev_return_int_tx_rx")
SEC("tp/cfg80211/rdev_update_mgmt_frame_registrations")
SEC("tp/cfg80211/rdev_set_bitrate_mask")
SEC("tp/cfg80211/rdev_return_int_int")
SEC("tp/cfg80211/rdev_set_tx_power")
SEC("tp/cfg80211/rdev_get_tx_power")
SEC("tp/cfg80211/rdev_set_wiphy_params")
SEC("tp/cfg80211/rdev_join_ocb")
SEC("tp/cfg80211/rdev_join_ibss")
SEC("tp/cfg80211/rdev_disconnect")
SEC("tp/cfg80211/rdev_set_cqm_txe_config")
SEC("tp/cfg80211/rdev_set_cqm_rssi_range_config")
SEC("tp/cfg80211/rdev_set_cqm_rssi_config")
SEC("tp/cfg80211/rdev_update_connect_params")
SEC("tp/cfg80211/rdev_connect")
SEC("tp/cfg80211/rdev_set_power_mgmt")
SEC("tp/cfg80211/rdev_mgmt_tx_cancel_wait")
SEC("tp/cfg80211/rdev_disassoc")
SEC("tp/cfg80211/rdev_deauth")
SEC("tp/cfg80211/rdev_assoc")
SEC("tp/cfg80211/rdev_auth")
SEC("tp/cfg80211/rdev_set_monitor_channel")
SEC("tp/cfg80211/rdev_libertas_set_mesh_channel")
SEC("tp/cfg80211/rdev_set_txq_params")
SEC("tp/cfg80211/rdev_inform_bss")
SEC("tp/cfg80211/rdev_change_bss")
SEC("tp/cfg80211/rdev_join_mesh")
SEC("tp/cfg80211/rdev_update_mesh_config")
SEC("tp/cfg80211/rdev_return_int_mesh_config")
SEC("tp/cfg80211/rdev_return_int_mpath_info")
SEC("tp/cfg80211/rdev_dump_mpp")
SEC("tp/cfg80211/rdev_get_mpp")
SEC("tp/cfg80211/rdev_dump_mpath")
SEC("tp/cfg80211/rdev_get_mpath")
SEC("tp/cfg80211/rdev_change_mpath")
SEC("tp/cfg80211/rdev_add_mpath")
SEC("tp/cfg80211/rdev_return_int_station_info")
SEC("tp/cfg80211/rdev_dump_station")
SEC("tp/cfg80211/rdev_del_mpath")
SEC("tp/cfg80211/rdev_get_station")
SEC("tp/cfg80211/rdev_del_station")
SEC("tp/cfg80211/rdev_change_station")
SEC("tp/cfg80211/rdev_add_station")
SEC("tp/cfg80211/rdev_end_cac")
SEC("tp/cfg80211/rdev_flush_pmksa")
SEC("tp/cfg80211/rdev_leave_ocb")
SEC("tp/cfg80211/rdev_leave_ibss")
SEC("tp/cfg80211/rdev_leave_mesh")
SEC("tp/cfg80211/rdev_get_mesh_config")
SEC("tp/cfg80211/rdev_set_rekey_data")
SEC("tp/cfg80211/rdev_stop_ap")
SEC("tp/cfg80211/rdev_change_beacon")
SEC("tp/cfg80211/rdev_start_ap")
SEC("tp/cfg80211/rdev_set_default_beacon_key")
SEC("tp/cfg80211/rdev_set_default_mgmt_key")
SEC("tp/cfg80211/rdev_set_default_key")
SEC("tp/cfg80211/rdev_add_key")
SEC("tp/cfg80211/rdev_del_key")
SEC("tp/cfg80211/rdev_get_key")
SEC("tp/cfg80211/rdev_change_virtual_intf")
SEC("tp/cfg80211/rdev_del_virtual_intf")
SEC("tp/cfg80211/rdev_return_wdev")
SEC("tp/cfg80211/rdev_add_virtual_intf")
SEC("tp/cfg80211/rdev_set_wakeup")
SEC("tp/cfg80211/rdev_rfkill_poll")
SEC("tp/cfg80211/rdev_get_antenna")
SEC("tp/cfg80211/rdev_return_void")
SEC("tp/cfg80211/rdev_resume")
SEC("tp/cfg80211/rdev_scan")
SEC("tp/cfg80211/rdev_return_int")
SEC("tp/cfg80211/rdev_suspend")
SEC("tp/cfg80211/wiphy_work_worker_start")
SEC("tp/cfg80211/wiphy_delayed_work_queue")
SEC("tp/cfg80211/wiphy_work_flush")
SEC("tp/cfg80211/wiphy_work_cancel")
SEC("tp/cfg80211/wiphy_work_run")
SEC("tp/cfg80211/wiphy_work_queue")
SEC("tp/mac80211/drv_neg_ttlm_res")
SEC("tp/mac80211/drv_can_neg_ttlm")
SEC("tp/mac80211/stop_queue")
SEC("tp/mac80211/wake_queue")
SEC("tp/mac80211/api_request_smps")
SEC("tp/mac80211/api_radar_detected")
SEC("tp/mac80211/api_sta_set_buffered")
SEC("tp/mac80211/api_send_eosp_nullfunc")
SEC("tp/mac80211/api_eosp")
SEC("tp/mac80211/api_enable_rssi_reports")
SEC("tp/mac80211/api_gtk_rekey_notify")
SEC("tp/mac80211/api_remain_on_channel_expired")
SEC("tp/mac80211/api_ready_on_channel")
SEC("tp/mac80211/api_chswitch_done")
SEC("tp/mac80211/api_sta_block_awake")
SEC("tp/mac80211/api_sched_scan_stopped")
SEC("tp/mac80211/api_sched_scan_results")
SEC("tp/mac80211/api_scan_completed")
SEC("tp/mac80211/api_cqm_beacon_loss_notify")
SEC("tp/mac80211/api_cqm_rssi_notify")
SEC("tp/mac80211/api_disconnect")
SEC("tp/mac80211/api_connection_loss")
SEC("tp/mac80211/api_beacon_loss")
SEC("tp/mac80211/api_restart_hw")
SEC("tp/mac80211/api_stop_tx_ba_cb")
SEC("tp/mac80211/api_stop_tx_ba_session")
SEC("tp/mac80211/api_start_tx_ba_cb")
SEC("tp/mac80211/api_start_tx_ba_session")
SEC("tp/mac80211/drv_change_sta_links")
SEC("tp/mac80211/drv_change_vif_links")
SEC("tp/mac80211/drv_can_activate_links")
SEC("tp/mac80211/drv_net_setup_tc")
SEC("tp/mac80211/drv_net_fill_forward_path")
SEC("tp/mac80211/drv_twt_teardown_request")
SEC("tp/mac80211/drv_add_twt_setup")
SEC("tp/mac80211/drv_sta_set_decap_offload")
SEC("tp/mac80211/drv_sta_set_4addr")
SEC("tp/mac80211/drv_update_vif_offload")
SEC("tp/mac80211/drv_get_ftm_responder_stats")
SEC("tp/mac80211/drv_wake_tx_queue")
SEC("tp/mac80211/drv_tdls_recv_channel_switch")
SEC("tp/mac80211/drv_tdls_cancel_channel_switch")
SEC("tp/mac80211/drv_tdls_channel_switch")
SEC("tp/mac80211/drv_get_txpower")
SEC("tp/mac80211/drv_channel_switch_rx_beacon")
SEC("tp/mac80211/drv_abort_channel_switch")
SEC("tp/mac80211/drv_post_channel_switch")
SEC("tp/mac80211/drv_pre_channel_switch")
SEC("tp/mac80211/drv_channel_switch_beacon")
SEC("tp/mac80211/drv_set_default_unicast_key")
SEC("tp/mac80211/drv_abort_pmsr")
SEC("tp/mac80211/drv_start_pmsr")
SEC("tp/mac80211/drv_del_nan_func")
SEC("tp/mac80211/drv_add_nan_func")
SEC("tp/mac80211/drv_nan_change_conf")
SEC("tp/mac80211/drv_stop_nan")
SEC("tp/mac80211/drv_start_nan")
SEC("tp/mac80211/drv_get_expected_throughput")
SEC("tp/mac80211/drv_leave_ibss")
SEC("tp/mac80211/drv_join_ibss")
SEC("tp/mac80211/drv_ipv6_addr_change")
SEC("tp/mac80211/drv_reconfig_complete")
SEC("tp/mac80211/drv_stop_ap")
SEC("tp/mac80211/drv_start_ap")
SEC("tp/mac80211/drv_unassign_vif_chanctx")
SEC("tp/mac80211/drv_assign_vif_chanctx")
SEC("tp/mac80211/drv_switch_vif_chanctx")
SEC("tp/mac80211/drv_change_chanctx")
SEC("tp/mac80211/drv_remove_chanctx")
SEC("tp/mac80211/drv_add_chanctx")
SEC("tp/mac80211/drv_mgd_protect_tdls_discover")
SEC("tp/mac80211/drv_mgd_complete_tx")
SEC("tp/mac80211/drv_mgd_prepare_tx")
SEC("tp/mac80211/drv_allow_buffered_frames")
SEC("tp/mac80211/drv_release_buffered_frames")
SEC("tp/mac80211/drv_event_callback")
SEC("tp/mac80211/drv_set_rekey_data")
SEC("tp/mac80211/drv_set_bitrate_mask")
SEC("tp/mac80211/drv_offchannel_tx_cancel_wait")
SEC("tp/mac80211/drv_tx_frames_pending")
SEC("tp/mac80211/drv_get_ringparam")
SEC("tp/mac80211/drv_set_ringparam")
SEC("tp/mac80211/drv_cancel_remain_on_channel")
SEC("tp/mac80211/drv_remain_on_channel")
SEC("tp/mac80211/drv_get_antenna")
SEC("tp/mac80211/drv_set_antenna")
SEC("tp/mac80211/drv_channel_switch")
SEC("tp/mac80211/drv_flush_sta")
SEC("tp/mac80211/drv_flush")
SEC("tp/mac80211/drv_get_survey")
SEC("tp/mac80211/drv_ampdu_action")
SEC("tp/mac80211/drv_tx_last_beacon")
SEC("tp/mac80211/drv_reset_tsf")
SEC("tp/mac80211/drv_offset_tsf")
SEC("tp/mac80211/drv_set_tsf")
SEC("tp/mac80211/drv_get_tsf")
SEC("tp/mac80211/drv_conf_tx")
SEC("tp/mac80211/drv_sta_rate_tbl_update")
SEC("tp/mac80211/drv_sync_rx_queues")
SEC("tp/mac80211/drv_sta_pre_rcu_remove")
SEC("tp/mac80211/drv_sta_remove")
SEC("tp/mac80211/drv_sta_add")
SEC("tp/mac80211/drv_sta_statistics")
SEC("tp/mac80211/drv_sta_rc_update")
SEC("tp/mac80211/drv_sta_set_txpwr")
SEC("tp/mac80211/drv_sta_state")
SEC("tp/mac80211/drv_sta_notify")
SEC("tp/mac80211/drv_set_coverage_class")
SEC("tp/mac80211/drv_set_rts_threshold")
SEC("tp/mac80211/drv_set_frag_threshold")
SEC("tp/mac80211/drv_get_key_seq")
SEC("tp/mac80211/drv_get_stats")
SEC("tp/mac80211/drv_sw_scan_complete")
SEC("tp/mac80211/drv_sw_scan_start")
SEC("tp/mac80211/drv_sched_scan_stop")
SEC("tp/mac80211/drv_sched_scan_start")
SEC("tp/mac80211/drv_cancel_hw_scan")
SEC("tp/mac80211/drv_hw_scan")
SEC("tp/mac80211/drv_update_tkip_key")
SEC("tp/mac80211/drv_set_key")
SEC("tp/mac80211/drv_set_tim")
SEC("tp/mac80211/drv_config_iface_filter")
SEC("tp/mac80211/drv_configure_filter")
SEC("tp/mac80211/drv_prepare_multicast")
SEC("tp/mac80211/drv_link_info_changed")
SEC("tp/mac80211/drv_vif_cfg_changed")
SEC("tp/mac80211/drv_config")
SEC("tp/mac80211/drv_remove_interface")
SEC("tp/mac80211/drv_change_interface")
SEC("tp/mac80211/drv_add_interface")
SEC("tp/mac80211/drv_stop")
SEC("tp/mac80211/drv_set_wakeup")
SEC("tp/mac80211/drv_resume")
SEC("tp/mac80211/drv_suspend")
SEC("tp/mac80211/drv_get_et_stats")
SEC("tp/mac80211/drv_get_et_sset_count")
SEC("tp/mac80211/drv_get_et_strings")
SEC("tp/mac80211/drv_start")
SEC("tp/mac80211/drv_return_u64")
SEC("tp/mac80211/drv_return_u32")
SEC("tp/mac80211/drv_return_bool")
SEC("tp/mac80211/drv_return_int")
SEC("tp/mac80211/drv_return_void")
SEC("tp/9p/9p_fid_ref")
SEC("tp/9p/9p_protocol_dump")
SEC("tp/9p/9p_client_res")
SEC("tp/9p/9p_client_req")
SEC("tp/handshake/tls_alert_recv")
SEC("tp/handshake/tls_alert_send")
SEC("tp/handshake/tls_contenttype")
SEC("tp/handshake/handshake_cmd_done_err")
SEC("tp/handshake/handshake_cmd_done")
SEC("tp/handshake/handshake_cmd_accept_err")
SEC("tp/handshake/handshake_cmd_accept")
SEC("tp/handshake/handshake_notify_err")
SEC("tp/handshake/handshake_complete")
SEC("tp/handshake/handshake_destruct")
SEC("tp/handshake/handshake_cancel_busy")
SEC("tp/handshake/handshake_cancel_none")
SEC("tp/handshake/handshake_cancel")
SEC("tp/handshake/handshake_submit_err")
SEC("tp/handshake/handshake_submit")
SEC("tp/maple_tree/ma_write")
SEC("tp/maple_tree/ma_read")
SEC("tp/maple_tree/ma_op")
Although, here we see so many tracepoints, they are still not sufficient for deeper analysis. This is beacuse,