Skip to content
Snippets Groups Projects
kallsyms.txt 6.16 MiB
Newer Older
3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000
ffffffc00817d944 t kthread_flush_work_fn
ffffffc00817d96c T kthread_flush_work
ffffffc00817dcd8 T kthread_destroy_worker
ffffffc00817ddc4 T kthread_delayed_work_timer_fn
ffffffc00817e018 T kthread_create_worker
ffffffc00817e15c t __kthread_create_on_node
ffffffc00817e4f4 T kthread_create_on_node
ffffffc00817e570 T kthread_cancel_work_sync
ffffffc00817e59c t __kthread_cancel_work_sync
ffffffc00817ea54 T kthread_cancel_delayed_work_sync
ffffffc00817ea80 T kthread_blkcg
ffffffc00817eab0 T kthread_bind_mask
ffffffc00817ec4c T kthread_bind
ffffffc00817ee04 T __kthread_init_worker
ffffffc00817ee38 T free_kthread_struct
ffffffc00817ee8c T __kthread_should_park
ffffffc00817eeb4 T kthread_func
ffffffc00817eee0 T kthread_data
ffffffc00817ef04 T kthread_probe_data
ffffffc00817ef84 T tsk_fork_get_node
ffffffc00817ef94 T kthread_create_on_cpu
ffffffc00817f180 T kthread_set_per_cpu
ffffffc00817f234 T kthread_is_per_cpu
ffffffc00817f264 T kthreadd
ffffffc00817f794 t kthread
ffffffc00817f994 T kthread_create_worker_on_cpu
ffffffc00817fc6c T kthread_associate_blkcg
ffffffc00817fe1c t percpu_ref_put_many
ffffffc00817fff8 T sys_ni_syscall
ffffffc008180008 W __arm64_sys_io_pgetevents_time32
ffffffc008180018 W __arm64_compat_sys_io_pgetevents_time32
ffffffc008180028 W __arm64_sys_acct
ffffffc008180038 W __arm64_sys_kexec_load
ffffffc008180048 W __arm64_compat_sys_kexec_load
ffffffc008180058 W __arm64_sys_mq_open
ffffffc008180068 W __arm64_compat_sys_mq_open
ffffffc008180078 W __arm64_sys_mq_unlink
ffffffc008180088 W __arm64_sys_mq_timedsend
ffffffc008180098 W __arm64_sys_mq_timedsend_time32
ffffffc0081800a8 W __arm64_sys_mq_timedreceive
ffffffc0081800b8 W __arm64_sys_mq_timedreceive_time32
ffffffc0081800c8 W __arm64_sys_mq_notify
ffffffc0081800d8 W __arm64_compat_sys_mq_notify
ffffffc0081800e8 W __arm64_sys_mq_getsetattr
ffffffc0081800f8 W __arm64_compat_sys_mq_getsetattr
ffffffc008180108 W __arm64_sys_msgget
ffffffc008180118 W __arm64_sys_old_msgctl
ffffffc008180128 W __arm64_sys_msgctl
ffffffc008180138 W __arm64_compat_sys_msgctl
ffffffc008180148 W __arm64_compat_sys_old_msgctl
ffffffc008180158 W __arm64_sys_msgrcv
ffffffc008180168 W __arm64_compat_sys_msgrcv
ffffffc008180178 W __arm64_sys_msgsnd
ffffffc008180188 W __arm64_compat_sys_msgsnd
ffffffc008180198 W __arm64_sys_semget
ffffffc0081801a8 W __arm64_sys_old_semctl
ffffffc0081801b8 W __arm64_sys_semctl
ffffffc0081801c8 W __arm64_compat_sys_semctl
ffffffc0081801d8 W __arm64_compat_sys_old_semctl
ffffffc0081801e8 W __arm64_sys_semtimedop
ffffffc0081801f8 W __arm64_sys_semtimedop_time32
ffffffc008180208 W __arm64_sys_semop
ffffffc008180218 W __arm64_sys_shmget
ffffffc008180228 W __arm64_sys_old_shmctl
ffffffc008180238 W __arm64_sys_shmctl
ffffffc008180248 W __arm64_compat_sys_shmctl
ffffffc008180258 W __arm64_compat_sys_old_shmctl
ffffffc008180268 W __arm64_sys_shmat
ffffffc008180278 W __arm64_compat_sys_shmat
ffffffc008180288 W __arm64_sys_shmdt
ffffffc008180298 W __arm64_compat_sys_setsockopt
ffffffc0081802a8 W __arm64_compat_sys_getsockopt
ffffffc0081802b8 W __arm64_compat_sys_fadvise64_64
ffffffc0081802c8 W __arm64_sys_mbind
ffffffc0081802d8 W __arm64_compat_sys_mbind
ffffffc0081802e8 W __arm64_sys_get_mempolicy
ffffffc0081802f8 W __arm64_compat_sys_get_mempolicy
ffffffc008180308 W __arm64_sys_set_mempolicy
ffffffc008180318 W __arm64_compat_sys_set_mempolicy
ffffffc008180328 W __arm64_sys_migrate_pages
ffffffc008180338 W __arm64_compat_sys_migrate_pages
ffffffc008180348 W __arm64_sys_move_pages
ffffffc008180358 W __arm64_compat_sys_move_pages
ffffffc008180368 W __arm64_sys_fanotify_init
ffffffc008180378 W __arm64_sys_fanotify_mark
ffffffc008180388 W __arm64_sys_name_to_handle_at
ffffffc008180398 W __arm64_sys_open_by_handle_at
ffffffc0081803a8 W __arm64_compat_sys_open_by_handle_at
ffffffc0081803b8 W __arm64_compat_sys_process_vm_readv
ffffffc0081803c8 W __arm64_compat_sys_process_vm_writev
ffffffc0081803d8 W __arm64_sys_pkey_mprotect
ffffffc0081803e8 W __arm64_sys_pkey_alloc
ffffffc0081803f8 W __arm64_sys_pkey_free
ffffffc008180408 W __arm64_sys_pciconfig_iobase
ffffffc008180418 W __arm64_sys_socketcall
ffffffc008180428 W __arm64_compat_sys_fanotify_mark
ffffffc008180438 W __arm64_sys_vm86old
ffffffc008180448 W __arm64_sys_modify_ldt
ffffffc008180458 W __arm64_sys_vm86
ffffffc008180468 W __arm64_sys_kexec_file_load
ffffffc008180478 W __arm64_sys_s390_pci_mmio_read
ffffffc008180488 W __arm64_sys_s390_pci_mmio_write
ffffffc008180498 W __arm64_sys_s390_ipc
ffffffc0081804a8 W __arm64_compat_sys_s390_ipc
ffffffc0081804b8 W __arm64_sys_rtas
ffffffc0081804c8 W __arm64_sys_spu_run
ffffffc0081804d8 W __arm64_sys_spu_create
ffffffc0081804e8 W __arm64_sys_subpage_prot
ffffffc0081804f8 W __arm64_sys_fadvise64
ffffffc008180508 W __arm64_sys_uselib
ffffffc008180518 W __arm64_sys_time32
ffffffc008180528 W __arm64_sys_stime32
ffffffc008180538 W __arm64_sys_pselect6_time32
ffffffc008180548 W __arm64_sys_ppoll_time32
ffffffc008180558 W __arm64_sys_sgetmask
ffffffc008180568 W __arm64_sys_ssetmask
ffffffc008180578 W __arm64_sys_sysfs
ffffffc008180588 W __arm64_sys_ipc
ffffffc008180598 W __arm64_compat_sys_ipc
ffffffc0081805a8 W __arm64_sys_rseq
ffffffc0081805b8 T __arm64_sys_setns
ffffffc0081805e8 t __do_sys_setns
ffffffc008180864 t prepare_nsset
ffffffc0081809e4 t validate_nsset
ffffffc008180f1c t commit_nsset
ffffffc008181104 T free_nsproxy
ffffffc0081814a0 t create_new_namespaces
ffffffc0081818b0 T copy_namespaces
ffffffc008181a70 T unshare_nsproxy_namespaces
ffffffc008181ba4 T switch_task_namespaces
ffffffc008181d38 T exit_task_namespaces
ffffffc008181ec8 T notify_die
ffffffc008182018 t notifier_call_chain
ffffffc008182108 T atomic_notifier_call_chain_robust
ffffffc0081823d0 T atomic_notifier_call_chain
ffffffc0081824ec T unregister_die_notifier
ffffffc008182744 T srcu_notifier_chain_unregister
ffffffc008182820 T srcu_notifier_chain_register
ffffffc008182914 T srcu_notifier_call_chain
ffffffc008182a20 T srcu_init_notifier_head
ffffffc008182a80 T register_die_notifier
ffffffc008182c5c T raw_notifier_chain_unregister
ffffffc008182c9c T raw_notifier_chain_register
ffffffc008182d0c T raw_notifier_call_chain
ffffffc008182df0 T blocking_notifier_chain_unregister
ffffffc008182ea8 T blocking_notifier_chain_register
ffffffc008182f98 T blocking_notifier_call_chain
ffffffc00818309c T atomic_notifier_chain_unregister
ffffffc0081832cc T atomic_notifier_chain_register
ffffffc008183488 T blocking_notifier_call_chain_robust
ffffffc008183624 T raw_notifier_call_chain_robust
ffffffc008183790 t notes_read
ffffffc0081837d8 t rcu_normal_show
ffffffc008183820 t rcu_normal_store
ffffffc008183a64 t rcu_expedited_show
ffffffc008183aac t rcu_expedited_store
ffffffc008183cf0 t profiling_show
ffffffc008183d30 t profiling_store
ffffffc008183d98 t uevent_seqnum_show
ffffffc008183dd8 t fscaps_show
ffffffc008183e18 T __put_cred
ffffffc008183e8c t put_cred_rcu
ffffffc008184564 T exit_creds
ffffffc008184804 T get_task_cred
ffffffc0081848fc T cred_alloc_blank
ffffffc008184968 T abort_creds
ffffffc008184a38 T prepare_creds
ffffffc008184e28 T prepare_exec_creds
ffffffc008184e84 T copy_creds
ffffffc00818514c T commit_creds
ffffffc008185670 T override_creds
ffffffc00818580c T revert_creds
ffffffc008185a14 T cred_fscmp
ffffffc008185ad8 T prepare_kernel_cred
ffffffc008185f44 T set_security_override
ffffffc008185fec T set_security_override_from_ctx
ffffffc008186140 T set_create_files_as
ffffffc008186214 T __arm64_sys_reboot
ffffffc008186570 T kernel_restart
ffffffc008186824 T kernel_halt
ffffffc0081869dc T kernel_power_off
ffffffc008186d48 T unregister_restart_handler
ffffffc008186d78 T unregister_reboot_notifier
ffffffc008186e60 T register_restart_handler
ffffffc008186e94 T register_reboot_notifier
ffffffc008186ec8 T orderly_poweroff
ffffffc008186f98 t poweroff_work_func
ffffffc00818709c T emergency_restart
ffffffc0081870c8 T kernel_restart_prepare
ffffffc0081871d8 T devm_register_reboot_notifier
ffffffc0081872c0 t devm_unregister_reboot_notifier
ffffffc0081873a0 T do_kernel_restart
ffffffc0081874bc T migrate_to_reboot_cpu
ffffffc0081875e4 T ctrl_alt_del
ffffffc0081876c8 t deferred_cad
ffffffc0081876e0 T orderly_reboot
ffffffc0081877a0 t reboot_work_func
ffffffc008187888 T async_synchronize_full_domain
ffffffc0081878b4 T async_synchronize_cookie_domain
ffffffc008187f54 T async_schedule_node_domain
ffffffc008188494 t async_run_entry_fn
ffffffc0081888b0 T async_schedule_node
ffffffc0081888dc T async_synchronize_full
ffffffc008188908 T async_unregister_domain
ffffffc008188a9c T async_synchronize_cookie
ffffffc008188ac8 T current_is_async
ffffffc008188b38 T add_range
ffffffc008188b68 T add_range_with_merge
ffffffc008188c60 T subtract_range
ffffffc008188d88 T clean_sort_range
ffffffc008188f94 t cmp_range
ffffffc008188fc0 T sort_range
ffffffc0081890f8 T smpboot_unregister_percpu_thread
ffffffc0081892f4 T smpboot_register_percpu_thread
ffffffc008189618 t __smpboot_create_thread
ffffffc00818986c t smpboot_thread_fn
ffffffc008189e00 T idle_thread_get
ffffffc008189e40 T smpboot_create_threads
ffffffc008189ecc T smpboot_unpark_threads
ffffffc008189f74 T smpboot_park_threads
ffffffc00818a020 T cpu_report_state
ffffffc00818a05c T cpu_check_up_prepare
ffffffc00818a0ec T cpu_set_state_online
ffffffc00818a14c T cpu_wait_death
ffffffc00818a300 T cpu_report_death
ffffffc00818a3c0 T setup_userns_sysctls
ffffffc00818a52c t set_is_seen
ffffffc00818a548 t set_lookup
ffffffc00818a55c t set_permissions.3993
ffffffc00818a650 T retire_userns_sysctls
ffffffc00818a6a8 T inc_ucount
ffffffc00818ad8c T dec_ucount
ffffffc00818afe4 T regset_get
ffffffc00818b0e8 T regset_get_alloc
ffffffc00818b1e4 T copy_regset_to_user
ffffffc00818b334 t _copy_to_user.3997
ffffffc00818b4b8 T __request_module
ffffffc00818bbc4 t free_modprobe_argv
ffffffc00818bc04 T __arm64_sys_setgroups
ffffffc00818bc34 t __do_sys_setgroups
ffffffc00818bfa8 T groups_alloc
ffffffc00818c060 t groups_from_user
ffffffc00818c21c t gid_cmp
ffffffc00818c240 T set_current_groups
ffffffc00818c334 T __arm64_sys_getgroups
ffffffc00818c3a8 t groups_to_user
ffffffc00818c560 T in_group_p
ffffffc00818c5d8 T in_egroup_p
ffffffc00818c650 T groups_free
ffffffc00818c69c T groups_sort
ffffffc00818c7ac T groups_search
ffffffc00818c808 T set_groups
ffffffc00818c8e0 T may_setgroups
ffffffc00818c9b4 t trace_raw_output_sched_wakeup_template
ffffffc00818cab8 t trace_raw_output_sched_wake_idle_without_ipi
ffffffc00818cbb4 t trace_raw_output_sched_process_template
ffffffc00818ccb4 t trace_raw_output_sched_switch
ffffffc00818ce38 t trace_raw_output_sched_numa_pair_template
ffffffc00818cf5c t trace_raw_output_sched_stat_template
ffffffc00818d060 t trace_raw_output_sched_stat_runtime
ffffffc00818d164 t trace_raw_output_sched_process_wait
ffffffc00818d264 t trace_raw_output_sched_process_hang
ffffffc00818d364 t trace_raw_output_sched_process_fork
ffffffc00818d46c t trace_raw_output_sched_process_exec
ffffffc00818d570 t trace_raw_output_sched_pi_setprio
ffffffc00818d674 t trace_raw_output_sched_move_numa
ffffffc00818d788 t trace_raw_output_sched_migrate_task
ffffffc00818d890 t trace_raw_output_sched_kthread_stop_ret
ffffffc00818d98c t trace_raw_output_sched_kthread_stop
ffffffc00818da8c t trace_raw_output_sched_blocked_reason
ffffffc00818db90 t trace_event_raw_event_sched_wakeup_template
ffffffc00818dd40 t perf_trace_sched_wakeup_template
ffffffc00818df28 t trace_event_raw_event_sched_wake_idle_without_ipi
ffffffc00818e0ac t perf_trace_sched_wake_idle_without_ipi
ffffffc00818e270 t trace_event_raw_event_sched_switch
ffffffc00818e4a4 t perf_trace_sched_switch
ffffffc00818e704 t trace_event_raw_event_sched_stat_template
ffffffc00818e8a8 t perf_trace_sched_stat_template
ffffffc00818ea80 t trace_event_raw_event_sched_stat_runtime
ffffffc00818ec28 t perf_trace_sched_stat_runtime
ffffffc00818ee0c t trace_event_raw_event_sched_process_wait
ffffffc00818efb8 t perf_trace_sched_process_wait
ffffffc00818f1a0 t trace_event_raw_event_sched_process_template
ffffffc00818f33c t perf_trace_sched_process_template
ffffffc00818f518 t trace_event_raw_event_sched_process_hang
ffffffc00818f6ac t perf_trace_sched_process_hang
ffffffc00818f880 t trace_event_raw_event_sched_process_fork
ffffffc00818fa38 t perf_trace_sched_process_fork
ffffffc00818fc24 t trace_event_raw_event_sched_process_exec
ffffffc00818fe00 t perf_trace_sched_process_exec
ffffffc00818fff4 t trace_event_raw_event_sched_pi_setprio
ffffffc0081901b4 t perf_trace_sched_pi_setprio
ffffffc0081903a8 t trace_event_raw_event_sched_numa_pair_template
ffffffc008190580 t perf_trace_sched_numa_pair_template
ffffffc00819077c t trace_event_raw_event_sched_move_numa
ffffffc008190924 t perf_trace_sched_move_numa
ffffffc008190afc t trace_event_raw_event_sched_migrate_task
ffffffc008190cc4 t perf_trace_sched_migrate_task
ffffffc008190ec0 t trace_event_raw_event_sched_kthread_stop_ret
ffffffc008191044 t perf_trace_sched_kthread_stop_ret
ffffffc008191208 t trace_event_raw_event_sched_kthread_stop
ffffffc00819139c t perf_trace_sched_kthread_stop
ffffffc008191570 t trace_event_raw_event_sched_blocked_reason
ffffffc008191714 t perf_trace_sched_blocked_reason
ffffffc008191900 t __schedule_bug
ffffffc008191ab0 t update_rq_clock_task
ffffffc008191c24 t dequeue_task
ffffffc008191f40 t prepare_task_switch
ffffffc0081921b0 t finish_task_switch
ffffffc0081925d8 t uclamp_rq_dec_id
ffffffc0081928e4 T __arm64_sys_sched_yield
ffffffc00819290c t do_sched_yield
ffffffc008192b44 T __arm64_sys_sched_setscheduler
ffffffc008192d50 t _copy_from_user.4122
ffffffc008192f14 t __sched_setscheduler
ffffffc00819446c T task_rq_lock
ffffffc008194848 t trace_android_vh_setscheduler_uclamp
ffffffc0081949a0 t enqueue_task
ffffffc008194c9c t uclamp_rq_inc
ffffffc008194f14 T __arm64_sys_sched_setparam
ffffffc0081950f4 T __arm64_sys_sched_setattr
ffffffc008195128 t __do_sys_sched_setattr
ffffffc008195510 t sched_copy_attr
ffffffc008195908 T __arm64_sys_sched_setaffinity
ffffffc0081959c4 T sched_setaffinity
ffffffc008196054 t trace_android_vh_sched_setaffinity_early
ffffffc0081961b0 t __set_cpus_allowed_ptr_locked
ffffffc008196830 T do_set_cpus_allowed
ffffffc008196ad0 t migration_cpu_stop
ffffffc00819703c t move_queued_task
ffffffc008197344 T set_task_cpu
ffffffc008197554 T resched_curr
ffffffc008197628 t trace_sched_migrate_task
ffffffc008197780 T __arm64_sys_sched_rr_get_interval_time32
ffffffc008197818 t sched_rr_get_interval
ffffffc008197c10 T __arm64_sys_sched_rr_get_interval
ffffffc008197ca8 T __arm64_sys_sched_getscheduler
ffffffc008197e90 T __arm64_sys_sched_getparam
ffffffc0081980f8 t _copy_to_user.4145
ffffffc00819827c T __arm64_sys_sched_getattr
ffffffc0081985f0 T __arm64_sys_sched_getaffinity
ffffffc0081986c0 T sched_getaffinity
ffffffc0081989e8 T __arm64_sys_sched_get_priority_min
ffffffc008198a1c T __arm64_sys_sched_get_priority_max
ffffffc008198a50 T __arm64_sys_nice
ffffffc008198c0c T set_user_nice
ffffffc0081992bc T __traceiter_sched_waking
ffffffc008199314 T __traceiter_sched_wakeup_new
ffffffc00819936c T __traceiter_sched_wakeup
ffffffc0081993c4 T __traceiter_sched_wake_idle_without_ipi
ffffffc00819941c T __traceiter_sched_wait_task
ffffffc008199474 T __traceiter_sched_util_est_se_tp
ffffffc0081994cc T __traceiter_sched_util_est_cfs_tp
ffffffc008199524 T __traceiter_sched_update_nr_running_tp
ffffffc00819958c T __traceiter_sched_switch
ffffffc0081995fc T __traceiter_sched_swap_numa
ffffffc00819967c T __traceiter_sched_stick_numa
ffffffc0081996fc T __traceiter_sched_stat_wait
ffffffc008199764 T __traceiter_sched_stat_sleep
ffffffc0081997cc T __traceiter_sched_stat_runtime
ffffffc00819983c T __traceiter_sched_stat_iowait
ffffffc0081998a4 T __traceiter_sched_stat_blocked
ffffffc00819990c T __traceiter_sched_process_wait
ffffffc008199964 T __traceiter_sched_process_hang
ffffffc0081999bc T __traceiter_sched_process_free
ffffffc008199a14 T __traceiter_sched_process_fork
ffffffc008199a7c T __traceiter_sched_process_exit
ffffffc008199ad4 T __traceiter_sched_process_exec
ffffffc008199b44 T __traceiter_sched_pi_setprio
ffffffc008199bac T __traceiter_sched_overutilized_tp
ffffffc008199c14 T __traceiter_sched_move_numa
ffffffc008199c84 T __traceiter_sched_migrate_task
ffffffc008199cec T __traceiter_sched_kthread_stop_ret
ffffffc008199d44 T __traceiter_sched_kthread_stop
ffffffc008199d9c T __traceiter_sched_cpu_capacity_tp
ffffffc008199df4 T __traceiter_sched_blocked_reason
ffffffc008199e4c T __traceiter_pelt_thermal_tp
ffffffc008199ea4 T __traceiter_pelt_se_tp
ffffffc008199efc T __traceiter_pelt_rt_tp
ffffffc008199f54 T __traceiter_pelt_irq_tp
ffffffc008199fac T __traceiter_pelt_dl_tp
ffffffc00819a004 T __traceiter_pelt_cfs_tp
ffffffc00819a05c t __bpf_trace_sched_wakeup_template
ffffffc00819a080 t __bpf_trace_sched_wake_idle_without_ipi
ffffffc00819a0a8 t __bpf_trace_sched_process_template
ffffffc00819a0cc t __bpf_trace_sched_switch
ffffffc00819a0f4 t __bpf_trace_sched_numa_pair_template
ffffffc00819a120 t __bpf_trace_sched_stat_template
ffffffc00819a144 t __bpf_trace_sched_stat_runtime
ffffffc00819a168 t __bpf_trace_sched_process_wait
ffffffc00819a18c t __bpf_trace_sched_process_hang
ffffffc00819a1b0 t __bpf_trace_sched_process_fork
ffffffc00819a1d4 t __bpf_trace_sched_process_exec
ffffffc00819a1fc t __bpf_trace_sched_pi_setprio
ffffffc00819a220 t __bpf_trace_sched_move_numa
ffffffc00819a24c t __bpf_trace_sched_migrate_task
ffffffc00819a274 t __bpf_trace_sched_kthread_stop_ret
ffffffc00819a29c t __bpf_trace_sched_kthread_stop
ffffffc00819a2c0 t __bpf_trace_sched_blocked_reason
ffffffc00819a2e4 T wake_up_process
ffffffc00819a310 t try_to_wake_up
ffffffc00819aaac t trace_sched_waking
ffffffc00819abf4 t trace_sched_wakeup
ffffffc00819ad3c t ttwu_runnable
ffffffc00819b104 t trace_sched_blocked_reason
ffffffc00819b24c t ttwu_queue_wakelist
ffffffc00819b524 t select_fallback_rq
ffffffc00819bb40 t psi_ttwu_dequeue
ffffffc00819be08 t ttwu_queue
ffffffc00819c0ac t ttwu_stat
ffffffc00819c240 t ttwu_do_activate
ffffffc00819c390 t ttwu_do_wakeup
ffffffc00819c57c T wake_up_if_idle
ffffffc00819c790 T update_rq_clock
ffffffc00819c8e0 T uclamp_eff_value
ffffffc00819ca24 T task_sched_runtime
ffffffc00819cd7c T set_cpus_allowed_ptr
ffffffc00819cdfc T sched_show_task
ffffffc00819d008 t trace_android_vh_sched_show_task
ffffffc00819d150 T sched_setscheduler_nocheck
ffffffc00819d1ec T sched_setscheduler
ffffffc00819d288 T sched_setattr_nocheck
ffffffc00819d2b4 T sched_setattr
ffffffc00819d2e0 T sched_set_normal
ffffffc00819d35c T sched_set_fifo_low
ffffffc00819d3e8 T sched_set_fifo
ffffffc00819d478 T migrate_swap
ffffffc00819d590 t trace_sched_swap_numa
ffffffc00819d6f4 t migrate_swap_stop
ffffffc00819dcb0 t __migrate_swap_task
ffffffc00819de34 T default_wake_function
ffffffc00819de74 T deactivate_task
ffffffc00819dea4 T check_preempt_curr
ffffffc00819df7c T available_idle_cpu
ffffffc00819dfdc T activate_task
ffffffc00819e02c T __task_rq_lock
ffffffc00819e230 T sched_cpu_starting
ffffffc00819e2cc T hrtick_start
ffffffc00819e444 T wake_q_add
ffffffc00819e57c T wake_q_add_safe
ffffffc00819e69c T wake_up_q
ffffffc00819e7b8 T resched_cpu
ffffffc00819e984 T get_nohz_timer_target
ffffffc00819eda8 T idle_cpu
ffffffc00819ee08 T wake_up_nohz_cpu
ffffffc00819eee0 T walk_tg_tree_from
ffffffc00819efd4 T tg_nop
ffffffc00819efe4 T sysctl_sched_uclamp_handler
ffffffc00819f580 t cpu_util_update_eff
ffffffc00819f9ec t uclamp_rq_reinc_id
ffffffc00819fc3c T task_curr
ffffffc00819fc84 T set_cpus_allowed_common
ffffffc00819fd3c T force_compatible_cpus_allowed_ptr
ffffffc0081a00d0 T wait_task_inactive
ffffffc0081a0388 t trace_sched_wait_task
ffffffc0081a04d0 T kick_process
ffffffc0081a0614 T sched_set_stop_task
ffffffc0081a0710 T sched_ttwu_pending
ffffffc0081a0a6c T send_call_function_single_ipi
ffffffc0081a0ac0 T cpus_share_cache
ffffffc0081a0b18 T try_invoke_on_locked_down_task
ffffffc0081a0fc4 T wake_up_state
ffffffc0081a0fec T force_schedstat_enabled
ffffffc0081a102c T sysctl_schedstats
ffffffc0081a1200 T sched_fork
ffffffc0081a1528 t __sched_fork
ffffffc0081a1688 T sched_cgroup_fork
ffffffc0081a18c8 T sched_post_fork
ffffffc0081a1aa4 T to_ratio
ffffffc0081a1ad0 T wake_up_new_task
ffffffc0081a2378 t trace_sched_wakeup_new
ffffffc0081a24c0 T preempt_notifier_inc
ffffffc0081a24f4 T preempt_notifier_dec
ffffffc0081a255c T preempt_notifier_register
ffffffc0081a25c0 T preempt_notifier_unregister
ffffffc0081a25f0 T schedule_tail
ffffffc0081a2a3c T nr_running
ffffffc0081a2b18 T single_task_running
ffffffc0081a2b44 T nr_context_switches
ffffffc0081a2c20 T nr_iowait_cpu
ffffffc0081a2c64 T nr_iowait
ffffffc0081a2d48 T sched_exec
ffffffc0081a30c0 T scheduler_tick
ffffffc0081a3548 t trace_android_vh_scheduler_tick
ffffffc0081a3690 T do_task_dead
ffffffc0081a36e0 T rt_mutex_setprio
ffffffc0081a4024 t trace_sched_pi_setprio
ffffffc0081a417c T can_nice
ffffffc0081a4270 T task_prio
ffffffc0081a4284 T idle_task
ffffffc0081a42bc T __cond_resched_lock
ffffffc0081a4468 T io_schedule_prepare
ffffffc0081a44b4 T io_schedule_finish
ffffffc0081a44d8 T show_state_filter
ffffffc0081a45ec T cpuset_cpumask_can_shrink
ffffffc0081a4654 T task_can_attach
ffffffc0081a4670 T idle_task_exit
ffffffc0081a473c T sched_cpu_drain_rq
ffffffc0081a481c t drain_rq_cpu_stop
ffffffc0081a4a00 t migrate_tasks
ffffffc0081a5488 T sched_cpu_drain_rq_wait
ffffffc0081a54f4 T set_rq_online
ffffffc0081a5608 T set_rq_offline
ffffffc0081a5718 T sched_cpu_activate
ffffffc0081a5b30 T sched_cpus_activate
ffffffc0081a5c08 T sched_cpu_deactivate
ffffffc0081a5cd0 T _sched_cpu_deactivate
ffffffc0081a5ec0 T sched_cpus_deactivate_nosync
ffffffc0081a6020 T sched_cpu_dying
ffffffc0081a6448 T in_sched_functions
ffffffc0081a64a0 t nohz_csd_func
ffffffc0081a65d0 t __hrtick_start
ffffffc0081a6714 t hrtick
ffffffc0081a69c4 T normalize_rt_tasks
ffffffc0081a6b9c T sched_create_group
ffffffc0081a6c4c T sched_online_group
ffffffc0081a6ea0 T sched_destroy_group
ffffffc0081a6ed4 t sched_free_group_rcu
ffffffc0081a6f18 T sched_offline_group
ffffffc0081a70d0 T sched_move_task
ffffffc0081a7644 T dump_cpu_task
ffffffc0081a76ac T call_trace_sched_update_nr_running
ffffffc0081a76d0 t trace_sched_update_nr_running_tp
ffffffc0081a7828 t cpu_cgroup_css_alloc
ffffffc0081a78ec t cpu_cgroup_css_online
ffffffc0081a79c0 t cpu_cgroup_css_released
ffffffc0081a7b78 t cpu_cgroup_css_free
ffffffc0081a7bb8 t cpu_extra_stat_show
ffffffc0081a7bc8 t cpu_cgroup_can_attach
ffffffc0081a7e7c t cpu_cgroup_attach
ffffffc0081a7f9c t cpu_cgroup_fork
ffffffc0081a8314 t cpu_shares_read_u64
ffffffc0081a833c t cpu_shares_write_u64
ffffffc0081a8374 t cpu_uclamp_min_show
ffffffc0081a8498 t cpu_uclamp_min_write
ffffffc0081a84c0 t cpu_uclamp_max_show
ffffffc0081a85e4 t cpu_uclamp_max_write
ffffffc0081a860c t cpu_uclamp_ls_read_u64
ffffffc0081a861c t cpu_uclamp_ls_write_u64
ffffffc0081a8648 t cpu_uclamp_write
ffffffc0081a886c t cpu_weight_read_u64
ffffffc0081a88ac t cpu_weight_write_u64
ffffffc0081a8910 t cpu_weight_nice_read_s64
ffffffc0081a8974 t cpu_weight_nice_write_s64
ffffffc0081a89d0 T get_avenrun
ffffffc0081a8a14 T calc_load_fold_active
ffffffc0081a8a44 T calc_load_n
ffffffc0081a8ab8 T calc_load_nohz_start
ffffffc0081a8b68 T calc_load_nohz_remote
ffffffc0081a8c04 T calc_load_nohz_stop
ffffffc0081a8c68 T calc_global_load
ffffffc0081a8f9c T calc_global_load_tick
ffffffc0081a9020 T sched_clock_cpu
ffffffc0081a9104 W running_clock
ffffffc0081a91dc T thread_group_cputime_adjusted
ffffffc0081a946c T thread_group_cputime
ffffffc0081a96fc T enable_sched_clock_irqtime
ffffffc0081a9714 T disable_sched_clock_irqtime
ffffffc0081a9728 T irqtime_account_irq
ffffffc0081a99e4 T account_user_time
ffffffc0081a9c28 T account_guest_time
ffffffc0081a9ee0 T account_system_index_time
ffffffc0081aa12c T account_system_time
ffffffc0081aa1cc T account_steal_time
ffffffc0081aa1f8 T account_idle_time
ffffffc0081aa24c T account_process_tick
ffffffc0081aa5c8 t irqtime_account_process_tick
ffffffc0081aa9a8 T account_idle_ticks
ffffffc0081aab28 T cputime_adjust
ffffffc0081aad7c T task_cputime_adjusted
ffffffc0081aafdc T sched_idle_set_state
ffffffc0081ab000 T cpu_idle_poll_ctrl
ffffffc0081ab040 W arch_cpu_idle_prepare
ffffffc0081ab04c W arch_cpu_idle_enter
ffffffc0081ab058 W arch_cpu_idle_exit
ffffffc0081ab064 T cpu_in_idle
ffffffc0081ab094 T play_idle_precise
ffffffc0081ab284 t idle_inject_timer_fn
ffffffc0081ab2cc t do_idle
ffffffc0081ab840 T cpu_startup_entry
ffffffc0081ab8d0 T pick_next_task_idle
ffffffc0081ab900 t dequeue_task_idle
ffffffc0081abaa8 t check_preempt_curr_idle
ffffffc0081abacc t put_prev_task_idle
ffffffc0081abad8 t set_next_task_idle
ffffffc0081abb00 t balance_idle
ffffffc0081abb14 t select_task_rq_idle
ffffffc0081abb2c t task_tick_idle
ffffffc0081abb38 t switched_to_idle
ffffffc0081abb40 t prio_changed_idle
ffffffc0081abb48 t update_curr_idle
ffffffc0081abb54 T sched_trace_rq_cpu
ffffffc0081abb74 T sched_trace_rq_avg_rt
ffffffc0081abb8c T sched_trace_rq_avg_irq
ffffffc0081abba4 T sched_trace_rq_avg_dl
ffffffc0081abbbc T sched_trace_rd_span
ffffffc0081abbd4 T sched_trace_cfs_rq_path
ffffffc0081abc64 T sched_trace_cfs_rq_cpu
ffffffc0081abc88 T sched_trace_cfs_rq_avg
ffffffc0081abca0 W arch_asym_cpu_priority
ffffffc0081abcb0 T __pick_first_entity
ffffffc0081abccc T __pick_last_entity
ffffffc0081abd00 T sched_proc_update_handler
ffffffc0081abe38 T init_entity_runnable_average
ffffffc0081abe84 T post_init_entity_util_avg
ffffffc0081abfd4 t attach_entity_cfs_rq
ffffffc0081ac268 t update_load_avg
ffffffc0081ac6fc t attach_entity_load_avg
ffffffc0081aca28 t update_cfs_rq_load_avg
ffffffc0081acca4 t propagate_entity_load_avg
ffffffc0081ad0f4 t enqueue_task_fair
ffffffc0081ad77c t dequeue_task_fair
ffffffc0081adbf0 t yield_task_fair
ffffffc0081add10 t yield_to_task_fair
ffffffc0081adddc t check_preempt_wakeup
ffffffc0081ae28c t __pick_next_task_fair
ffffffc0081ae2b8 t put_prev_task_fair
ffffffc0081ae2fc t set_next_task_fair
ffffffc0081ae3a0 t balance_fair
ffffffc0081ae3e0 t select_task_rq_fair
ffffffc0081aec3c t migrate_task_rq_fair
ffffffc0081aee40 t rq_online_fair
ffffffc0081aeed4 t rq_offline_fair
ffffffc0081aef68 t task_tick_fair
ffffffc0081af160 t task_fork_fair
ffffffc0081af330 t task_dead_fair
ffffffc0081af4e0 t switched_from_fair
ffffffc0081af568 t switched_to_fair
ffffffc0081af69c t prio_changed_fair
ffffffc0081af7a8 t get_rr_interval_fair
ffffffc0081af7fc t update_curr_fair
ffffffc0081af828 t task_change_group_fair
ffffffc0081af8e4 t task_move_group_fair
ffffffc0081afa14 t place_entity
ffffffc0081afc44 t detach_entity_cfs_rq
ffffffc0081afeb8 t detach_entity_load_avg
ffffffc0081b01c0 t sched_slice
ffffffc0081b0390 t update_curr
ffffffc0081b07a4 t sync_entity_load_avg
ffffffc0081b0a2c t entity_tick
ffffffc0081b0bac t update_misfit_status
ffffffc0081b0e6c t cpu_overutilized
ffffffc0081b1058 t reweight_entity
ffffffc0081b11ac t check_preempt_tick
ffffffc0081b138c t find_energy_efficient_cpu
ffffffc0081b1bf8 t wake_affine
ffffffc0081b1d80 t update_sg_wakeup_stats
ffffffc0081b22c4 t select_idle_sibling
ffffffc0081b2860 t select_idle_capacity
ffffffc0081b2b24 t select_idle_cpu
ffffffc0081b2f08 t cpu_util_without
ffffffc0081b3040 t wake_affine_weight
ffffffc0081b325c t compute_energy
ffffffc0081b3684 t cpu_util_next
ffffffc0081b37e4 t newidle_balance
ffffffc0081b3eb4 t nohz_newidle_balance
ffffffc0081b4090 t update_blocked_averages
ffffffc0081b4568 t load_balance
ffffffc0081b55d8 t find_busiest_group
ffffffc0081b59a4 t find_busiest_queue
ffffffc0081b5cc4 t detach_tasks
ffffffc0081b61b4 t active_load_balance_cpu_stop
ffffffc0081b6734 t detach_one_task
ffffffc0081b689c t can_migrate_task
ffffffc0081b6b44 t task_hot
ffffffc0081b6c60 t update_sd_lb_stats
ffffffc0081b7274 T update_group_capacity
ffffffc0081b7430 t update_sg_lb_stats
ffffffc0081b7888 t update_cpu_capacity
ffffffc0081b7b48 t __update_blocked_fair
ffffffc0081b7d44 t _nohz_idle_balance
ffffffc0081b8448 t kick_ilb
ffffffc0081b86e4 t rebalance_domains
ffffffc0081b8c88 T set_next_entity
ffffffc0081b8e24 t update_stats_wait_end
ffffffc0081b9014 t put_prev_entity
ffffffc0081b91e8 T pick_next_task_fair
ffffffc0081b961c t pick_next_entity
ffffffc0081b9ba0 t hrtick_start_fair
ffffffc0081b9d0c t dequeue_entity
ffffffc0081ba0d0 t util_est_update
ffffffc0081ba37c t enqueue_entity
ffffffc0081ba7e0 t update_stats_enqueue_sleeper
ffffffc0081baccc T reweight_task
ffffffc0081bad40 T set_task_rq_fair
ffffffc0081bad94 T init_cfs_bandwidth
ffffffc0081bada0 T update_max_interval
ffffffc0081badf8 T nohz_balance_exit_idle
ffffffc0081bafb0 T nohz_balance_enter_idle
ffffffc0081bb208 T trigger_load_balance
ffffffc0081bb2e8 t nohz_balancer_kick
ffffffc0081bb61c T init_cfs_rq
ffffffc0081bb638 T free_fair_sched_group
ffffffc0081bb740 T alloc_fair_sched_group
ffffffc0081bb954 T init_tg_cfs_entry
ffffffc0081bb9e8 T online_fair_sched_group
ffffffc0081bbc40 T unregister_fair_sched_group
ffffffc0081bc060 T sched_group_set_shares
ffffffc0081bc3bc T print_cfs_stats
ffffffc0081bc4a4 t run_rebalance_domains
ffffffc0081bc520 T sched_trace_rq_cpu_capacity
ffffffc0081bc540 T sched_trace_rq_nr_running
ffffffc0081bc560 T task_may_not_preempt
ffffffc0081bc5e4 T pick_highest_pushable_task
ffffffc0081bc664 T init_rt_bandwidth
ffffffc0081bc6b4 t sched_rt_period_timer
ffffffc0081bca10 t do_sched_rt_period_timer
ffffffc0081bcff4 t balance_runtime
ffffffc0081bd558 t enqueue_top_rt_rq
ffffffc0081bd6ec T init_rt_rq
ffffffc0081bd770 T free_rt_sched_group
ffffffc0081bd77c T alloc_rt_sched_group
ffffffc0081bd78c T sched_rt_bandwidth_account
ffffffc0081bd838 T rto_push_irq_work_func
ffffffc0081bdc90 t push_rt_task
ffffffc0081be500 t find_lowest_rq
ffffffc0081be884 t rt_task_fits_capacity
ffffffc0081be920 T sched_rt_handler
ffffffc0081beed8 T sched_rr_handler
ffffffc0081bef94 T print_rt_stats
ffffffc0081bf028 t enqueue_task_rt
ffffffc0081bf588 t dequeue_task_rt
ffffffc0081bf6e4 t yield_task_rt
ffffffc0081bf7ac t check_preempt_curr_rt
ffffffc0081bfa88 t pick_next_task_rt
ffffffc0081bfb84 t put_prev_task_rt
ffffffc0081bfd08 t set_next_task_rt
ffffffc0081bff28 t balance_rt
ffffffc0081c0050 t select_task_rq_rt
ffffffc0081c03e0 t task_woken_rt
ffffffc0081c045c t rq_online_rt
ffffffc0081c0760 t rq_offline_rt
ffffffc0081c0fc4 t task_tick_rt
ffffffc0081c11b4 t switched_from_rt
ffffffc0081c1228 t switched_to_rt
ffffffc0081c1374 t prio_changed_rt
ffffffc0081c1428 t get_rr_interval_rt
ffffffc0081c1448 t update_curr_rt
ffffffc0081c1afc t sched_rt_runtime_exceeded
ffffffc0081c1d98 t pull_rt_task
ffffffc0081c2310 t tell_cpu_to_push
ffffffc0081c2650 t push_rt_tasks
ffffffc0081c2688 t dequeue_rt_stack
ffffffc0081c2924 t dec_rt_migration
ffffffc0081c2a9c t inc_rt_migration
ffffffc0081c2c14 T init_dl_bandwidth
ffffffc0081c2c28 T init_dl_bw
ffffffc0081c2db4 T init_dl_rq
ffffffc0081c2e54 T init_dl_task_timer
ffffffc0081c2ea0 t dl_task_timer
ffffffc0081c3c70 t replenish_dl_entity
ffffffc0081c3e5c t find_lock_later_rq
ffffffc0081c42c0 t add_running_bw
ffffffc0081c4424 t enqueue_task_dl
ffffffc0081c4aec t check_preempt_curr_dl
ffffffc0081c4c40 t push_dl_task
ffffffc0081c50bc t start_dl_timer
ffffffc0081c52cc t task_contending
ffffffc0081c5440 t __enqueue_dl_entity
ffffffc0081c55f0 t inc_dl_migration
ffffffc0081c5764 t find_later_rq
ffffffc0081c5a00 T init_dl_inactive_task_timer
ffffffc0081c5a4c t inactive_task_timer
ffffffc0081c62f4 T dl_add_task_root_domain
ffffffc0081c6788 T dl_clear_root_domain
ffffffc0081c68f8 T sched_dl_global_validate
ffffffc0081c6d2c T sched_dl_do_global
ffffffc0081c7120 T sched_dl_overflow
ffffffc0081c788c t dl_bw_capacity
ffffffc0081c7aa0 t dl_change_utilization
ffffffc0081c7dd0 T __setparam_dl
ffffffc0081c7e40 T __getparam_dl
ffffffc0081c7e8c T __checkparam_dl
ffffffc0081c7f3c T __dl_clear_params
ffffffc0081c7f74 T dl_param_changed
ffffffc0081c7fd8 T dl_cpuset_cpumask_can_shrink
ffffffc0081c8284 T dl_bw_check_overflow
ffffffc0081c82b4 t dl_bw_manage
ffffffc0081c88b4 T dl_bw_alloc
ffffffc0081c88e4 T dl_bw_free
ffffffc0081c8914 T print_dl_stats
ffffffc0081c8964 t dequeue_task_dl
ffffffc0081c8c64 t yield_task_dl
ffffffc0081c8cb8 t pick_next_task_dl
ffffffc0081c8d10 t put_prev_task_dl
ffffffc0081c8e54 t set_next_task_dl
ffffffc0081c90c0 t balance_dl
ffffffc0081c9164 t select_task_rq_dl
ffffffc0081c92d8 t migrate_task_rq_dl
ffffffc0081c96b8 t task_woken_dl
ffffffc0081c973c t set_cpus_allowed_dl
ffffffc0081c9b24 t rq_online_dl
ffffffc0081c9c40 t rq_offline_dl
ffffffc0081c9d58 t task_tick_dl
ffffffc0081c9e5c t task_fork_dl
ffffffc0081c9e68 t switched_from_dl
ffffffc0081ca124 t switched_to_dl
ffffffc0081ca350 t prio_changed_dl
ffffffc0081ca3f0 t update_curr_dl
ffffffc0081ca92c t __dequeue_dl_entity
ffffffc0081caaac t dec_dl_migration
ffffffc0081cac20 t pull_dl_task
ffffffc0081cb29c t push_dl_tasks
ffffffc0081cb2d4 t task_non_contending
ffffffc0081cb9fc T remove_wait_queue
ffffffc0081cbb8c T prepare_to_wait_exclusive
ffffffc0081cbd7c T prepare_to_wait_event
ffffffc0081cbfc0 T prepare_to_wait
ffffffc0081cc18c T init_wait_entry
ffffffc0081cc1bc T finish_wait
ffffffc0081cc368 T do_wait_intr_irq
ffffffc0081cc52c T do_wait_intr
ffffffc0081cc6c8 T add_wait_queue
ffffffc0081cc874 T __wake_up_sync_key
ffffffc0081ccb88 t __wake_up_common
ffffffc0081ccd28 T __wake_up_sync
ffffffc0081ccd50 T __wake_up_locked_key
ffffffc0081cce2c T __wake_up_locked
ffffffc0081ccf10 T __wake_up
ffffffc0081cd100 T __init_waitqueue_head
ffffffc0081cd11c T add_wait_queue_exclusive
ffffffc0081cd2c8 T __wake_up_locked_key_bookmark
ffffffc0081cd2fc T __wake_up_locked_sync_key
ffffffc0081cd3d8 T __wake_up_pollfree
ffffffc0081cd5d4 T wake_up_bit
ffffffc0081cd688 T wake_bit_function
ffffffc0081cd748 T bit_waitqueue
ffffffc0081cd784 T __wake_up_bit
ffffffc0081cd800 T __var_waitqueue
ffffffc0081cd834 T init_wait_var_entry
ffffffc0081cd870 t var_wake_function
ffffffc0081cd914 T wake_up_var
ffffffc0081cd9c4 T __init_swait_queue_head
ffffffc0081cd9e0 T swake_up_locked
ffffffc0081cda4c T swake_up_all_locked
ffffffc0081cdad8 T swake_up_one
ffffffc0081cdc80 T swake_up_all
ffffffc0081cdfcc T __prepare_to_swait
ffffffc0081ce04c T prepare_to_swait_exclusive
ffffffc0081ce210 T prepare_to_swait_event
ffffffc0081ce42c T __finish_swait
ffffffc0081ce490 T finish_swait
ffffffc0081ce63c T try_wait_for_completion
ffffffc0081ce7e0 T completion_done
ffffffc0081ce958 T complete_all
ffffffc0081ceb30 T complete
ffffffc0081cecf0 T cpupri_find_fitness
ffffffc0081cefb8 t drop_nopreempt_cpus
ffffffc0081cf108 T cpupri_find
ffffffc0081cf130 T cpupri_set
ffffffc0081cf2dc T cpupri_init
ffffffc0081cf3f0 T cpupri_cleanup
ffffffc0081cf418 T cpupri_check_rt
ffffffc0081cf470 T cpudl_find
ffffffc0081cf6e4 T cpudl_clear
ffffffc0081cf934 t cpudl_heapify
ffffffc0081cfaf4 T cpudl_set
ffffffc0081cfdf4 T cpudl_set_freecpu
ffffffc0081cfe40 T cpudl_clear_freecpu
ffffffc0081cfe8c T cpudl_init
ffffffc0081cff90 T cpudl_cleanup
ffffffc0081cffb8 T sched_energy_aware_handler
ffffffc0081d01c0 T rq_attach_root
ffffffc0081d0654 t free_rootdomain
ffffffc0081d06b4 T sched_get_rd
ffffffc0081d06f0 T sched_put_rd
ffffffc0081d0768 T init_defrootdomain
ffffffc0081d0800 T group_balance_cpu
ffffffc0081d0830 T set_sched_topology
ffffffc0081d085c t cpu_core_flags
ffffffc0081d086c t cpu_cpu_mask
ffffffc0081d0880 T alloc_sched_domains
ffffffc0081d08b0 T free_sched_domains
ffffffc0081d08d4 T sched_init_domains
ffffffc0081d0998 t build_sched_domains
ffffffc0081d1acc t sd_init
ffffffc0081d1e44 t build_overlap_sched_groups
ffffffc0081d2150 t get_group
ffffffc0081d2338 t cpu_attach_domain
ffffffc0081d2c50 t __sdt_free
ffffffc0081d2e84 t free_sched_groups
ffffffc0081d2f74 t destroy_sched_domains_rcu
ffffffc0081d3028 t init_overlap_sched_group
ffffffc0081d3164 t build_balance_mask
ffffffc0081d32a0 T partition_sched_domains_locked
ffffffc0081d3988 t build_perf_domains
ffffffc0081d3e54 t destroy_perf_domain_rcu
ffffffc0081d3e94 T partition_sched_domains
ffffffc0081d3ef8 t enqueue_task_stop
ffffffc0081d3f8c t dequeue_task_stop
ffffffc0081d3fcc t yield_task_stop
ffffffc0081d3fd4 t check_preempt_curr_stop
ffffffc0081d3fe0 t pick_next_task_stop
ffffffc0081d4068 t put_prev_task_stop
ffffffc0081d4200 t set_next_task_stop
ffffffc0081d426c t balance_stop
ffffffc0081d4298 t select_task_rq_stop
ffffffc0081d42b0 t task_tick_stop
ffffffc0081d42bc t switched_to_stop
ffffffc0081d42c4 t prio_changed_stop
ffffffc0081d42cc t update_curr_stop
ffffffc0081d42d8 t __set_pelt_halflife
ffffffc0081d4378 T get_pelt_halflife
ffffffc0081d438c T __update_load_avg_blocked_se
ffffffc0081d4658 T set_pelt_halflife
ffffffc0081d46d8 T __update_load_avg_se
ffffffc0081d4ac0 T __update_load_avg_cfs_rq
ffffffc0081d4e6c T update_rt_rq_load_avg
ffffffc0081d51ec T update_dl_rq_load_avg
ffffffc0081d556c T update_thermal_load_avg
ffffffc0081d58f0 T update_irq_load_avg
ffffffc0081d5dd4 T sched_pelt_multiplier
ffffffc0081d6018 t schedstat_start
ffffffc0081d60f0 t schedstat_stop
ffffffc0081d60fc t schedstat_next
ffffffc0081d61d0 t show_schedstat
ffffffc0081d643c t sched_debug_start
ffffffc0081d6514 t sched_debug_stop
ffffffc0081d6520 t sched_debug_next
ffffffc0081d65f4 t sched_debug_show
ffffffc0081d6630 t print_cpu
ffffffc0081d6ce0 t sched_debug_header
ffffffc0081d73d8 t print_task
ffffffc0081d7a70 t sched_feat_write
ffffffc0081d7cac t sched_feat_open
ffffffc0081d7d9c t sched_feat_show
ffffffc0081d7e90 t _copy_from_user.4764
ffffffc0081d8054 T register_sched_domain_sysctl
ffffffc0081d86bc t sd_free_ctl_entry
ffffffc0081d8738 t sd_ctl_doflags
ffffffc0081d8958 T dirty_sched_domain_sysctl
ffffffc0081d89bc T unregister_sched_domain_sysctl
ffffffc0081d89f4 T print_cfs_rq
ffffffc0081d9440 t print_cfs_group_stats
ffffffc0081d9bc4 T print_rt_rq
ffffffc0081d9df8 T print_dl_rq
ffffffc0081d9f80 T sysrq_sched_debug_show
ffffffc0081da068 T proc_sched_show_task
ffffffc0081db2d4 T proc_sched_set_task
ffffffc0081db318 T cpuacct_charge
ffffffc0081db378 T cpuacct_account_field
ffffffc0081db42c t cpuacct_css_alloc
ffffffc0081db4d0 t cpuacct_css_free
ffffffc0081db514 t cpuusage_read
ffffffc0081db5ec t cpuusage_write
ffffffc0081db6f0 t cpuusage_user_read
ffffffc0081db7d0 t cpuusage_sys_read
ffffffc0081db8b8 t cpuacct_percpu_seq_show
ffffffc0081db8e4 t cpuacct_percpu_user_seq_show
ffffffc0081db910 t cpuacct_percpu_sys_seq_show
ffffffc0081db93c t cpuacct_all_seq_show
ffffffc0081dbba4 t cpuacct_stats_show
ffffffc0081dbd58 t __cpuacct_percpu_seq_show
ffffffc0081dbf04 T cpufreq_this_cpu_can_update
ffffffc0081dbf84 T cpufreq_remove_update_util_hook
ffffffc0081dbfb8 T cpufreq_add_update_util_hook
ffffffc0081dc020 T schedutil_cpu_util
ffffffc0081dc1bc t sugov_init
ffffffc0081dc668 t sugov_exit
ffffffc0081dc820 t sugov_start
ffffffc0081dca5c t sugov_stop
ffffffc0081dcc10 t sugov_limits
ffffffc0081dcc9c t sugov_update_shared
ffffffc0081dcfcc t sugov_update_single
ffffffc0081dd5b0 t sugov_get_util
ffffffc0081dd700 t sugov_next_freq_shared
ffffffc0081dda98 t sugov_work
ffffffc0081ddc30 t sugov_irq_work
ffffffc0081ddc60 t sugov_tunables_free
ffffffc0081ddc84 t rate_limit_us_show
ffffffc0081ddcbc t rate_limit_us_store
ffffffc0081dddb0 T cpufreq_default_governor
ffffffc0081dddc4 T __arm64_sys_membarrier
ffffffc0081dddf8 t __do_sys_membarrier
ffffffc0081de2f4 t ipi_mb
ffffffc0081de304 t sync_runqueues_membarrier_state
ffffffc0081de600 t membarrier_private_expedited
ffffffc0081de8fc t ipi_sync_core
ffffffc0081de90c t ipi_sync_rq_state
ffffffc0081dea00 T membarrier_exec_mmap
ffffffc0081deae0 T housekeeping_cpumask
ffffffc0081deb1c T housekeeping_enabled
ffffffc0081deb38 T housekeeping_any_cpu
ffffffc0081deba4 T housekeeping_affine
ffffffc0081dec40 T housekeeping_test_cpu
ffffffc0081dec94 t psi_cpu_open
ffffffc0081ded84 t psi_cpu_write
ffffffc0081dedac t psi_fop_release
ffffffc0081dee38 t psi_fop_poll
ffffffc0081def54 T psi_trigger_destroy
ffffffc0081df154 t psi_write
ffffffc0081df298 t _copy_from_user.4970
ffffffc0081df45c T psi_trigger_create
ffffffc0081df6f0 t psi_poll_worker
ffffffc0081dfb98 t collect_percpu_times
ffffffc0081dff60 t update_triggers
ffffffc0081e0334 t psi_cpu_show
ffffffc0081e0364 T psi_show
ffffffc0081e0598 t update_averages
ffffffc0081e07fc t psi_memory_open