Newer
Older
155001
155002
155003
155004
155005
155006
155007
155008
155009
155010
155011
155012
155013
155014
155015
155016
155017
155018
155019
155020
155021
155022
155023
155024
155025
155026
155027
155028
155029
155030
155031
155032
155033
155034
155035
155036
155037
155038
155039
155040
155041
155042
155043
155044
155045
155046
155047
155048
155049
155050
155051
155052
155053
155054
155055
155056
155057
155058
155059
155060
155061
155062
155063
155064
155065
155066
155067
155068
155069
155070
155071
155072
155073
155074
155075
155076
155077
155078
155079
155080
155081
155082
155083
155084
155085
155086
155087
155088
155089
155090
155091
155092
155093
155094
155095
155096
155097
155098
155099
155100
155101
155102
155103
155104
155105
155106
155107
155108
155109
155110
155111
155112
155113
155114
155115
155116
155117
155118
155119
155120
155121
155122
155123
155124
155125
155126
155127
155128
155129
155130
155131
155132
155133
155134
155135
155136
155137
155138
155139
155140
155141
155142
155143
155144
155145
155146
155147
155148
155149
155150
155151
155152
155153
155154
155155
155156
155157
155158
155159
155160
155161
155162
155163
155164
155165
155166
155167
155168
155169
155170
155171
155172
155173
155174
155175
155176
155177
155178
155179
155180
155181
155182
155183
155184
155185
155186
155187
155188
155189
155190
155191
155192
155193
155194
155195
155196
155197
155198
155199
155200
155201
155202
155203
155204
155205
155206
155207
155208
155209
155210
155211
155212
155213
155214
155215
155216
155217
155218
155219
155220
155221
155222
155223
155224
155225
155226
155227
155228
155229
155230
155231
155232
155233
155234
155235
155236
155237
155238
155239
155240
155241
155242
155243
155244
155245
155246
155247
155248
155249
155250
155251
155252
155253
155254
155255
155256
155257
155258
155259
155260
155261
155262
155263
155264
155265
155266
155267
155268
155269
155270
155271
155272
155273
155274
155275
155276
155277
155278
155279
155280
155281
155282
155283
155284
155285
155286
155287
155288
155289
155290
155291
155292
155293
155294
155295
155296
155297
155298
155299
155300
155301
155302
155303
155304
155305
155306
155307
155308
155309
155310
155311
155312
155313
155314
155315
155316
155317
155318
155319
155320
155321
155322
155323
155324
155325
155326
155327
155328
155329
155330
155331
155332
155333
155334
155335
155336
155337
155338
155339
155340
155341
155342
155343
155344
155345
155346
155347
155348
155349
155350
155351
155352
155353
155354
155355
155356
155357
155358
155359
155360
155361
155362
155363
155364
155365
155366
155367
155368
155369
155370
155371
155372
155373
155374
155375
155376
155377
155378
155379
155380
155381
155382
155383
155384
155385
155386
155387
155388
155389
155390
155391
155392
155393
155394
155395
155396
155397
155398
155399
155400
155401
155402
155403
155404
155405
155406
155407
155408
155409
155410
155411
155412
155413
155414
155415
155416
155417
155418
155419
155420
155421
155422
155423
155424
155425
155426
155427
155428
155429
155430
155431
155432
155433
155434
155435
155436
155437
155438
155439
155440
155441
155442
155443
155444
155445
155446
155447
155448
155449
155450
155451
155452
155453
155454
155455
155456
155457
155458
155459
155460
155461
155462
155463
155464
155465
155466
155467
155468
155469
155470
155471
155472
155473
155474
155475
155476
155477
155478
155479
155480
155481
155482
155483
155484
155485
155486
155487
155488
155489
155490
155491
155492
155493
155494
155495
155496
155497
155498
155499
155500
155501
155502
155503
155504
155505
155506
155507
155508
155509
155510
155511
155512
155513
155514
155515
155516
155517
155518
155519
155520
155521
155522
155523
155524
155525
155526
155527
155528
155529
155530
155531
155532
155533
155534
155535
155536
155537
155538
155539
155540
155541
155542
155543
155544
155545
155546
155547
155548
155549
155550
155551
155552
155553
155554
155555
155556
155557
155558
155559
155560
155561
155562
155563
155564
155565
155566
155567
155568
155569
155570
155571
155572
155573
155574
155575
155576
155577
155578
155579
155580
155581
155582
155583
155584
155585
155586
155587
155588
155589
155590
155591
155592
155593
155594
155595
155596
155597
155598
155599
155600
155601
155602
155603
155604
155605
155606
155607
155608
155609
155610
155611
155612
155613
155614
155615
155616
155617
155618
155619
155620
155621
155622
155623
155624
155625
155626
155627
155628
155629
155630
155631
155632
155633
155634
155635
155636
155637
155638
155639
155640
155641
155642
155643
155644
155645
155646
155647
155648
155649
155650
155651
155652
155653
155654
155655
155656
155657
155658
155659
155660
155661
155662
155663
155664
155665
155666
155667
155668
155669
155670
155671
155672
155673
155674
155675
155676
155677
155678
155679
155680
155681
155682
155683
155684
155685
155686
155687
155688
155689
155690
155691
155692
155693
155694
155695
155696
155697
155698
155699
155700
155701
155702
155703
155704
155705
155706
155707
155708
155709
155710
155711
155712
155713
155714
155715
155716
155717
155718
155719
155720
155721
155722
155723
155724
155725
155726
155727
155728
155729
155730
155731
155732
155733
155734
155735
155736
155737
155738
155739
155740
155741
155742
155743
155744
155745
155746
155747
155748
155749
155750
155751
155752
155753
155754
155755
155756
155757
155758
155759
155760
155761
155762
155763
155764
155765
155766
155767
155768
155769
155770
155771
155772
155773
155774
155775
155776
155777
155778
155779
155780
155781
155782
155783
155784
155785
155786
155787
155788
155789
155790
155791
155792
155793
155794
155795
155796
155797
155798
155799
155800
155801
155802
155803
155804
155805
155806
155807
155808
155809
155810
155811
155812
155813
155814
155815
155816
155817
155818
155819
155820
155821
155822
155823
155824
155825
155826
155827
155828
155829
155830
155831
155832
155833
155834
155835
155836
155837
155838
155839
155840
155841
155842
155843
155844
155845
155846
155847
155848
155849
155850
155851
155852
155853
155854
155855
155856
155857
155858
155859
155860
155861
155862
155863
155864
155865
155866
155867
155868
155869
155870
155871
155872
155873
155874
155875
155876
155877
155878
155879
155880
155881
155882
155883
155884
155885
155886
155887
155888
155889
155890
155891
155892
155893
155894
155895
155896
155897
155898
155899
155900
155901
155902
155903
155904
155905
155906
155907
155908
155909
155910
155911
155912
155913
155914
155915
155916
155917
155918
155919
155920
155921
155922
155923
155924
155925
155926
155927
155928
155929
155930
155931
155932
155933
155934
155935
155936
155937
155938
155939
155940
155941
155942
155943
155944
155945
155946
155947
155948
155949
155950
155951
155952
155953
155954
155955
155956
155957
155958
155959
155960
155961
155962
155963
155964
155965
155966
155967
155968
155969
155970
155971
155972
155973
155974
155975
155976
155977
155978
155979
155980
155981
155982
155983
155984
155985
155986
155987
155988
155989
155990
155991
155992
155993
155994
155995
155996
155997
155998
155999
156000
ffffffc00b2738a0 d __bpf_trace_tp_map_usb_gadget_disconnect
ffffffc00b2738c0 d __bpf_trace_tp_map_usb_gadget_deactivate
ffffffc00b2738e0 d __bpf_trace_tp_map_usb_gadget_activate
ffffffc00b273900 d __bpf_trace_tp_map_usb_ep_set_maxpacket_limit
ffffffc00b273920 d __bpf_trace_tp_map_usb_ep_enable
ffffffc00b273940 d __bpf_trace_tp_map_usb_ep_disable
ffffffc00b273960 d __bpf_trace_tp_map_usb_ep_set_halt
ffffffc00b273980 d __bpf_trace_tp_map_usb_ep_clear_halt
ffffffc00b2739a0 d __bpf_trace_tp_map_usb_ep_set_wedge
ffffffc00b2739c0 d __bpf_trace_tp_map_usb_ep_fifo_status
ffffffc00b2739e0 d __bpf_trace_tp_map_usb_ep_fifo_flush
ffffffc00b273a00 d __bpf_trace_tp_map_usb_ep_alloc_request
ffffffc00b273a20 d __bpf_trace_tp_map_usb_ep_free_request
ffffffc00b273a40 d __bpf_trace_tp_map_usb_ep_queue
ffffffc00b273a60 d __bpf_trace_tp_map_usb_ep_dequeue
ffffffc00b273a80 d __bpf_trace_tp_map_usb_gadget_giveback_request
ffffffc00b273aa0 d __bpf_trace_tp_map_ucsi_run_command
ffffffc00b273ac0 d __bpf_trace_tp_map_ucsi_reset_ppm
ffffffc00b273ae0 d __bpf_trace_tp_map_ucsi_connector_change
ffffffc00b273b00 d __bpf_trace_tp_map_ucsi_register_port
ffffffc00b273b20 d __bpf_trace_tp_map_ucsi_register_altmode
ffffffc00b273b40 d __bpf_trace_tp_map_rtc_set_time
ffffffc00b273b60 d __bpf_trace_tp_map_rtc_read_time
ffffffc00b273b80 d __bpf_trace_tp_map_rtc_set_alarm
ffffffc00b273ba0 d __bpf_trace_tp_map_rtc_read_alarm
ffffffc00b273bc0 d __bpf_trace_tp_map_rtc_irq_set_freq
ffffffc00b273be0 d __bpf_trace_tp_map_rtc_irq_set_state
ffffffc00b273c00 d __bpf_trace_tp_map_rtc_alarm_irq_enable
ffffffc00b273c20 d __bpf_trace_tp_map_rtc_set_offset
ffffffc00b273c40 d __bpf_trace_tp_map_rtc_read_offset
ffffffc00b273c60 d __bpf_trace_tp_map_rtc_timer_enqueue
ffffffc00b273c80 d __bpf_trace_tp_map_rtc_timer_dequeue
ffffffc00b273ca0 d __bpf_trace_tp_map_rtc_timer_fired
ffffffc00b273cc0 d __bpf_trace_tp_map_i2c_write
ffffffc00b273ce0 d __bpf_trace_tp_map_i2c_read
ffffffc00b273d00 d __bpf_trace_tp_map_i2c_reply
ffffffc00b273d20 d __bpf_trace_tp_map_i2c_result
ffffffc00b273d40 d __bpf_trace_tp_map_smbus_write
ffffffc00b273d60 d __bpf_trace_tp_map_smbus_read
ffffffc00b273d80 d __bpf_trace_tp_map_smbus_reply
ffffffc00b273da0 d __bpf_trace_tp_map_smbus_result
ffffffc00b273dc0 d __bpf_trace_tp_map_v4l2_dqbuf
ffffffc00b273de0 d __bpf_trace_tp_map_v4l2_qbuf
ffffffc00b273e00 d __bpf_trace_tp_map_vb2_v4l2_buf_done
ffffffc00b273e20 d __bpf_trace_tp_map_vb2_v4l2_buf_queue
ffffffc00b273e40 d __bpf_trace_tp_map_vb2_v4l2_dqbuf
ffffffc00b273e60 d __bpf_trace_tp_map_vb2_v4l2_qbuf
ffffffc00b273e80 d __bpf_trace_tp_map_vb2_buf_done
ffffffc00b273ea0 d __bpf_trace_tp_map_vb2_buf_queue
ffffffc00b273ec0 d __bpf_trace_tp_map_vb2_dqbuf
ffffffc00b273ee0 d __bpf_trace_tp_map_vb2_qbuf
ffffffc00b273f00 d __bpf_trace_tp_map_thermal_temperature
ffffffc00b273f20 d __bpf_trace_tp_map_cdev_update
ffffffc00b273f40 d __bpf_trace_tp_map_thermal_zone_trip
ffffffc00b273f60 d __bpf_trace_tp_map_thermal_power_cpu_get_power
ffffffc00b273f80 d __bpf_trace_tp_map_thermal_power_cpu_limit
ffffffc00b273fa0 d __bpf_trace_tp_map_thermal_power_devfreq_get_power
ffffffc00b273fc0 d __bpf_trace_tp_map_thermal_power_devfreq_limit
ffffffc00b273fe0 d __bpf_trace_tp_map_thermal_power_allocator
ffffffc00b274000 d __bpf_trace_tp_map_thermal_power_allocator_pid
ffffffc00b274020 d __bpf_trace_tp_map_mmc_request_start
ffffffc00b274040 d __bpf_trace_tp_map_mmc_request_done
ffffffc00b274060 d __bpf_trace_tp_map_scmi_xfer_begin
ffffffc00b274080 d __bpf_trace_tp_map_scmi_xfer_end
ffffffc00b2740a0 d __bpf_trace_tp_map_scmi_rx_done
ffffffc00b2740c0 d __bpf_trace_tp_map_devfreq_frequency
ffffffc00b2740e0 d __bpf_trace_tp_map_devfreq_monitor
ffffffc00b274100 d __bpf_trace_tp_map_mc_event
ffffffc00b274120 d __bpf_trace_tp_map_arm_event
ffffffc00b274140 d __bpf_trace_tp_map_non_standard_event
ffffffc00b274160 d __bpf_trace_tp_map_aer_event
ffffffc00b274180 d __bpf_trace_tp_map_binder_ioctl
ffffffc00b2741a0 d __bpf_trace_tp_map_binder_lock
ffffffc00b2741c0 d __bpf_trace_tp_map_binder_locked
ffffffc00b2741e0 d __bpf_trace_tp_map_binder_unlock
ffffffc00b274200 d __bpf_trace_tp_map_binder_ioctl_done
ffffffc00b274220 d __bpf_trace_tp_map_binder_write_done
ffffffc00b274240 d __bpf_trace_tp_map_binder_read_done
ffffffc00b274260 d __bpf_trace_tp_map_binder_set_priority
ffffffc00b274280 d __bpf_trace_tp_map_binder_wait_for_work
ffffffc00b2742a0 d __bpf_trace_tp_map_binder_txn_latency_free
ffffffc00b2742c0 d __bpf_trace_tp_map_binder_transaction
ffffffc00b2742e0 d __bpf_trace_tp_map_binder_transaction_received
ffffffc00b274300 d __bpf_trace_tp_map_binder_transaction_node_to_ref
ffffffc00b274320 d __bpf_trace_tp_map_binder_transaction_ref_to_node
ffffffc00b274340 d __bpf_trace_tp_map_binder_transaction_ref_to_ref
ffffffc00b274360 d __bpf_trace_tp_map_binder_transaction_fd_send
ffffffc00b274380 d __bpf_trace_tp_map_binder_transaction_fd_recv
ffffffc00b2743a0 d __bpf_trace_tp_map_binder_transaction_alloc_buf
ffffffc00b2743c0 d __bpf_trace_tp_map_binder_transaction_buffer_release
ffffffc00b2743e0 d __bpf_trace_tp_map_binder_transaction_failed_buffer_release
ffffffc00b274400 d __bpf_trace_tp_map_binder_transaction_update_buffer_release
ffffffc00b274420 d __bpf_trace_tp_map_binder_update_page_range
ffffffc00b274440 d __bpf_trace_tp_map_binder_alloc_lru_start
ffffffc00b274460 d __bpf_trace_tp_map_binder_alloc_lru_end
ffffffc00b274480 d __bpf_trace_tp_map_binder_free_lru_start
ffffffc00b2744a0 d __bpf_trace_tp_map_binder_free_lru_end
ffffffc00b2744c0 d __bpf_trace_tp_map_binder_alloc_page_start
ffffffc00b2744e0 d __bpf_trace_tp_map_binder_alloc_page_end
ffffffc00b274500 d __bpf_trace_tp_map_binder_unmap_user_start
ffffffc00b274520 d __bpf_trace_tp_map_binder_unmap_user_end
ffffffc00b274540 d __bpf_trace_tp_map_binder_unmap_kernel_start
ffffffc00b274560 d __bpf_trace_tp_map_binder_unmap_kernel_end
ffffffc00b274580 d __bpf_trace_tp_map_binder_command
ffffffc00b2745a0 d __bpf_trace_tp_map_binder_return
ffffffc00b2745c0 d __bpf_trace_tp_map_android_vh_loop_prepare_cmd
ffffffc00b2745e0 d __bpf_trace_tp_map_icc_set_bw
ffffffc00b274600 d __bpf_trace_tp_map_icc_set_bw_end
ffffffc00b274620 d __bpf_trace_tp_map_snd_soc_bias_level_start
ffffffc00b274640 d __bpf_trace_tp_map_snd_soc_bias_level_done
ffffffc00b274660 d __bpf_trace_tp_map_snd_soc_dapm_start
ffffffc00b274680 d __bpf_trace_tp_map_snd_soc_dapm_done
ffffffc00b2746a0 d __bpf_trace_tp_map_snd_soc_dapm_widget_power
ffffffc00b2746c0 d __bpf_trace_tp_map_snd_soc_dapm_widget_event_start
ffffffc00b2746e0 d __bpf_trace_tp_map_snd_soc_dapm_widget_event_done
ffffffc00b274700 d __bpf_trace_tp_map_snd_soc_dapm_walk_done
ffffffc00b274720 d __bpf_trace_tp_map_snd_soc_dapm_path
ffffffc00b274740 d __bpf_trace_tp_map_snd_soc_dapm_connected
ffffffc00b274760 d __bpf_trace_tp_map_snd_soc_jack_irq
ffffffc00b274780 d __bpf_trace_tp_map_snd_soc_jack_report
ffffffc00b2747a0 d __bpf_trace_tp_map_snd_soc_jack_notify
ffffffc00b2747c0 d __bpf_trace_tp_map_kfree_skb
ffffffc00b2747e0 d __bpf_trace_tp_map_consume_skb
ffffffc00b274800 d __bpf_trace_tp_map_skb_copy_datagram_iovec
ffffffc00b274820 d __bpf_trace_tp_map_net_dev_start_xmit
ffffffc00b274840 d __bpf_trace_tp_map_net_dev_xmit
ffffffc00b274860 d __bpf_trace_tp_map_net_dev_xmit_timeout
ffffffc00b274880 d __bpf_trace_tp_map_net_dev_queue
ffffffc00b2748a0 d __bpf_trace_tp_map_netif_receive_skb
ffffffc00b2748c0 d __bpf_trace_tp_map_netif_rx
ffffffc00b2748e0 d __bpf_trace_tp_map_napi_gro_frags_entry
ffffffc00b274900 d __bpf_trace_tp_map_napi_gro_receive_entry
ffffffc00b274920 d __bpf_trace_tp_map_netif_receive_skb_entry
ffffffc00b274940 d __bpf_trace_tp_map_netif_receive_skb_list_entry
ffffffc00b274960 d __bpf_trace_tp_map_netif_rx_entry
ffffffc00b274980 d __bpf_trace_tp_map_netif_rx_ni_entry
ffffffc00b2749a0 d __bpf_trace_tp_map_napi_gro_frags_exit
ffffffc00b2749c0 d __bpf_trace_tp_map_napi_gro_receive_exit
ffffffc00b2749e0 d __bpf_trace_tp_map_netif_receive_skb_exit
ffffffc00b274a00 d __bpf_trace_tp_map_netif_rx_exit
ffffffc00b274a20 d __bpf_trace_tp_map_netif_rx_ni_exit
ffffffc00b274a40 d __bpf_trace_tp_map_netif_receive_skb_list_exit
ffffffc00b274a60 d __bpf_trace_tp_map_napi_poll
ffffffc00b274a80 d __bpf_trace_tp_map_sock_rcvqueue_full
ffffffc00b274aa0 d __bpf_trace_tp_map_sock_exceed_buf_limit
ffffffc00b274ac0 d __bpf_trace_tp_map_inet_sock_set_state
ffffffc00b274ae0 d __bpf_trace_tp_map_inet_sk_error_report
ffffffc00b274b00 d __bpf_trace_tp_map_udp_fail_queue_rcv_skb
ffffffc00b274b20 d __bpf_trace_tp_map_tcp_retransmit_skb
ffffffc00b274b40 d __bpf_trace_tp_map_tcp_send_reset
ffffffc00b274b60 d __bpf_trace_tp_map_tcp_receive_reset
ffffffc00b274b80 d __bpf_trace_tp_map_tcp_destroy_sock
ffffffc00b274ba0 d __bpf_trace_tp_map_tcp_rcv_space_adjust
ffffffc00b274bc0 d __bpf_trace_tp_map_tcp_retransmit_synack
ffffffc00b274be0 d __bpf_trace_tp_map_tcp_probe
ffffffc00b274c00 d __bpf_trace_tp_map_tcp_bad_csum
ffffffc00b274c20 d __bpf_trace_tp_map_fib_table_lookup
ffffffc00b274c40 d __bpf_trace_tp_map_qdisc_dequeue
ffffffc00b274c60 d __bpf_trace_tp_map_qdisc_enqueue
ffffffc00b274c80 d __bpf_trace_tp_map_qdisc_reset
ffffffc00b274ca0 d __bpf_trace_tp_map_qdisc_destroy
ffffffc00b274cc0 d __bpf_trace_tp_map_qdisc_create
ffffffc00b274ce0 d __bpf_trace_tp_map_br_fdb_add
ffffffc00b274d00 d __bpf_trace_tp_map_br_fdb_external_learn_add
ffffffc00b274d20 d __bpf_trace_tp_map_fdb_delete
ffffffc00b274d40 d __bpf_trace_tp_map_br_fdb_update
ffffffc00b274d60 d __bpf_trace_tp_map_page_pool_release
ffffffc00b274d80 d __bpf_trace_tp_map_page_pool_state_release
ffffffc00b274da0 d __bpf_trace_tp_map_page_pool_state_hold
ffffffc00b274dc0 d __bpf_trace_tp_map_page_pool_update_nid
ffffffc00b274de0 d __bpf_trace_tp_map_neigh_create
ffffffc00b274e00 d __bpf_trace_tp_map_neigh_update
ffffffc00b274e20 d __bpf_trace_tp_map_neigh_update_done
ffffffc00b274e40 d __bpf_trace_tp_map_neigh_timer_handler
ffffffc00b274e60 d __bpf_trace_tp_map_neigh_event_send_done
ffffffc00b274e80 d __bpf_trace_tp_map_neigh_event_send_dead
ffffffc00b274ea0 d __bpf_trace_tp_map_neigh_cleanup_and_release
ffffffc00b274ec0 d __bpf_trace_tp_map_devlink_hwmsg
ffffffc00b274ee0 d __bpf_trace_tp_map_devlink_hwerr
ffffffc00b274f00 d __bpf_trace_tp_map_devlink_health_report
ffffffc00b274f20 d __bpf_trace_tp_map_devlink_health_recover_aborted
ffffffc00b274f40 d __bpf_trace_tp_map_devlink_health_reporter_state_update
ffffffc00b274f60 d __bpf_trace_tp_map_devlink_trap_report
ffffffc00b274f80 d __bpf_trace_tp_map_netlink_extack
ffffffc00b274fa0 d __bpf_trace_tp_map_bpf_test_finish
ffffffc00b274fc0 d __bpf_trace_tp_map_fib6_table_lookup
ffffffc00b274fe0 d __bpf_trace_tp_map_register_tunnel
ffffffc00b275000 d __bpf_trace_tp_map_delete_tunnel
ffffffc00b275020 d __bpf_trace_tp_map_free_tunnel
ffffffc00b275040 d __bpf_trace_tp_map_register_session
ffffffc00b275060 d __bpf_trace_tp_map_delete_session
ffffffc00b275080 d __bpf_trace_tp_map_free_session
ffffffc00b2750a0 d __bpf_trace_tp_map_session_seqnum_lns_enable
ffffffc00b2750c0 d __bpf_trace_tp_map_session_seqnum_lns_disable
ffffffc00b2750e0 d __bpf_trace_tp_map_session_seqnum_update
ffffffc00b275100 d __bpf_trace_tp_map_session_seqnum_reset
ffffffc00b275120 d __bpf_trace_tp_map_session_pkt_expired
ffffffc00b275140 d __bpf_trace_tp_map_session_pkt_outside_rx_window
ffffffc00b275160 d __bpf_trace_tp_map_session_pkt_oos
ffffffc00b275180 d __bpf_trace_tp_map_tipc_skb_dump
ffffffc00b2751a0 d __bpf_trace_tp_map_tipc_proto_build
ffffffc00b2751c0 d __bpf_trace_tp_map_tipc_proto_rcv
ffffffc00b2751e0 d __bpf_trace_tp_map_tipc_list_dump
ffffffc00b275200 d __bpf_trace_tp_map_tipc_sk_dump
ffffffc00b275220 d __bpf_trace_tp_map_tipc_sk_create
ffffffc00b275240 d __bpf_trace_tp_map_tipc_sk_sendmcast
ffffffc00b275260 d __bpf_trace_tp_map_tipc_sk_sendmsg
ffffffc00b275280 d __bpf_trace_tp_map_tipc_sk_sendstream
ffffffc00b2752a0 d __bpf_trace_tp_map_tipc_sk_poll
ffffffc00b2752c0 d __bpf_trace_tp_map_tipc_sk_filter_rcv
ffffffc00b2752e0 d __bpf_trace_tp_map_tipc_sk_advance_rx
ffffffc00b275300 d __bpf_trace_tp_map_tipc_sk_rej_msg
ffffffc00b275320 d __bpf_trace_tp_map_tipc_sk_drop_msg
ffffffc00b275340 d __bpf_trace_tp_map_tipc_sk_release
ffffffc00b275360 d __bpf_trace_tp_map_tipc_sk_shutdown
ffffffc00b275380 d __bpf_trace_tp_map_tipc_sk_overlimit1
ffffffc00b2753a0 d __bpf_trace_tp_map_tipc_sk_overlimit2
ffffffc00b2753c0 d __bpf_trace_tp_map_tipc_link_dump
ffffffc00b2753e0 d __bpf_trace_tp_map_tipc_link_conges
ffffffc00b275400 d __bpf_trace_tp_map_tipc_link_timeout
ffffffc00b275420 d __bpf_trace_tp_map_tipc_link_reset
ffffffc00b275440 d __bpf_trace_tp_map_tipc_link_too_silent
ffffffc00b275460 d __bpf_trace_tp_map_tipc_link_retrans
ffffffc00b275480 d __bpf_trace_tp_map_tipc_link_bc_ack
ffffffc00b2754a0 d __bpf_trace_tp_map_tipc_node_dump
ffffffc00b2754c0 d __bpf_trace_tp_map_tipc_node_create
ffffffc00b2754e0 d __bpf_trace_tp_map_tipc_node_delete
ffffffc00b275500 d __bpf_trace_tp_map_tipc_node_lost_contact
ffffffc00b275520 d __bpf_trace_tp_map_tipc_node_timeout
ffffffc00b275540 d __bpf_trace_tp_map_tipc_node_link_up
ffffffc00b275560 d __bpf_trace_tp_map_tipc_node_link_down
ffffffc00b275580 d __bpf_trace_tp_map_tipc_node_reset_links
ffffffc00b2755a0 d __bpf_trace_tp_map_tipc_node_check_state
ffffffc00b2755c0 d __bpf_trace_tp_map_tipc_link_fsm
ffffffc00b2755e0 d __bpf_trace_tp_map_tipc_node_fsm
ffffffc00b275600 d __bpf_trace_tp_map_tipc_l2_device_event
ffffffc00b275620 d __bpf_trace_tp_map_9p_client_req
ffffffc00b275640 d __bpf_trace_tp_map_9p_client_res
ffffffc00b275660 d __bpf_trace_tp_map_9p_protocol_dump
ffffffc00b275680 d __bpf_trace_tp_map_802154_rdev_suspend
ffffffc00b2756a0 d __bpf_trace_tp_map_802154_rdev_resume
ffffffc00b2756c0 d __bpf_trace_tp_map_802154_rdev_add_virtual_intf
ffffffc00b2756e0 d __bpf_trace_tp_map_802154_rdev_del_virtual_intf
ffffffc00b275700 d __bpf_trace_tp_map_802154_rdev_set_channel
ffffffc00b275720 d __bpf_trace_tp_map_802154_rdev_set_tx_power
ffffffc00b275740 d __bpf_trace_tp_map_802154_rdev_set_cca_mode
ffffffc00b275760 d __bpf_trace_tp_map_802154_rdev_set_cca_ed_level
ffffffc00b275780 d __bpf_trace_tp_map_802154_rdev_set_pan_id
ffffffc00b2757a0 d __bpf_trace_tp_map_802154_rdev_set_short_addr
ffffffc00b2757c0 d __bpf_trace_tp_map_802154_rdev_set_backoff_exponent
ffffffc00b2757e0 d __bpf_trace_tp_map_802154_rdev_set_csma_backoffs
ffffffc00b275800 d __bpf_trace_tp_map_802154_rdev_set_max_frame_retries
ffffffc00b275820 d __bpf_trace_tp_map_802154_rdev_set_lbt_mode
ffffffc00b275840 d __bpf_trace_tp_map_802154_rdev_set_ackreq_default
ffffffc00b275860 d __bpf_trace_tp_map_802154_rdev_return_int
ffffffc00b275880 d __bpf_trace_tp_map_802154_drv_return_void
ffffffc00b2758a0 d __bpf_trace_tp_map_802154_drv_return_int
ffffffc00b2758c0 d __bpf_trace_tp_map_802154_drv_start
ffffffc00b2758e0 d __bpf_trace_tp_map_802154_drv_stop
ffffffc00b275900 d __bpf_trace_tp_map_802154_drv_set_channel
ffffffc00b275920 d __bpf_trace_tp_map_802154_drv_set_cca_mode
ffffffc00b275940 d __bpf_trace_tp_map_802154_drv_set_cca_ed_level
ffffffc00b275960 d __bpf_trace_tp_map_802154_drv_set_tx_power
ffffffc00b275980 d __bpf_trace_tp_map_802154_drv_set_lbt_mode
ffffffc00b2759a0 d __bpf_trace_tp_map_802154_drv_set_short_addr
ffffffc00b2759c0 d __bpf_trace_tp_map_802154_drv_set_pan_id
ffffffc00b2759e0 d __bpf_trace_tp_map_802154_drv_set_extended_addr
ffffffc00b275a00 d __bpf_trace_tp_map_802154_drv_set_pan_coord
ffffffc00b275a20 d __bpf_trace_tp_map_802154_drv_set_csma_params
ffffffc00b275a40 d __bpf_trace_tp_map_802154_drv_set_max_frame_retries
ffffffc00b275a60 d __bpf_trace_tp_map_802154_drv_set_promiscuous_mode
ffffffc00b275a80 d __bpf_trace_tp_map_virtio_transport_alloc_pkt
ffffffc00b275aa0 d __bpf_trace_tp_map_virtio_transport_recv_pkt
ffffffc00b275ac0 d ipi_types
ffffffc00b275ac0 D __start___tracepoint_str
ffffffc00b275ac0 D __stop__bpf_raw_tp
ffffffc00b275af8 d freeze_secondary_cpus.___tp_str
ffffffc00b275b00 d freeze_secondary_cpus.___tp_str.9
ffffffc00b275b08 d thaw_secondary_cpus.___tp_str
ffffffc00b275b10 d thaw_secondary_cpus.___tp_str.14
ffffffc00b275b18 d thaw_processes.___tp_str
ffffffc00b275b20 d thaw_processes.___tp_str.7
ffffffc00b275b28 d suspend_devices_and_enter.___tp_str
ffffffc00b275b30 d suspend_devices_and_enter.___tp_str.8
ffffffc00b275b38 d suspend_enter.___tp_str
ffffffc00b275b40 d suspend_enter.___tp_str.20
ffffffc00b275b48 d s2idle_enter.___tp_str
ffffffc00b275b50 d s2idle_enter.___tp_str.21
ffffffc00b275b58 d enter_state.___tp_str
ffffffc00b275b60 d enter_state.___tp_str.23
ffffffc00b275b68 d enter_state.___tp_str.25
ffffffc00b275b70 d enter_state.___tp_str.26
ffffffc00b275b78 d suspend_prepare.___tp_str
ffffffc00b275b80 d suspend_prepare.___tp_str.28
ffffffc00b275b88 d create_image.___tp_str
ffffffc00b275b90 d create_image.___tp_str.7
ffffffc00b275b98 d tp_rcu_varname
ffffffc00b275ba0 d rcu_nmi_exit.___tp_str
ffffffc00b275ba8 d rcu_nmi_exit.___tp_str.1
ffffffc00b275bb0 d rcu_nmi_enter.___tp_str
ffffffc00b275bb8 d rcu_nmi_enter.___tp_str.4
ffffffc00b275bc0 d rcutree_dying_cpu.___tp_str
ffffffc00b275bc8 d rcutree_dying_cpu.___tp_str.7
ffffffc00b275bd0 d rcu_sched_clock_irq.___tp_str
ffffffc00b275bd8 d rcu_sched_clock_irq.___tp_str.11
ffffffc00b275be0 d rcu_barrier.___tp_str
ffffffc00b275be8 d rcu_barrier.___tp_str.15
ffffffc00b275bf0 d rcu_barrier.___tp_str.17
ffffffc00b275bf8 d rcu_barrier.___tp_str.19
ffffffc00b275c00 d rcu_barrier.___tp_str.21
ffffffc00b275c08 d rcu_barrier.___tp_str.23
ffffffc00b275c10 d rcu_barrier.___tp_str.25
ffffffc00b275c18 d rcu_barrier.___tp_str.27
ffffffc00b275c20 d rcutree_prepare_cpu.___tp_str
ffffffc00b275c28 d rcu_note_context_switch.___tp_str
ffffffc00b275c30 d rcu_note_context_switch.___tp_str.59
ffffffc00b275c38 d rcu_eqs_enter.___tp_str
ffffffc00b275c40 d rcu_eqs_exit.___tp_str
ffffffc00b275c48 d __call_rcu_common.___tp_str
ffffffc00b275c50 d rcu_nocb_try_bypass.___tp_str
ffffffc00b275c58 d rcu_nocb_try_bypass.___tp_str.68
ffffffc00b275c60 d rcu_nocb_try_bypass.___tp_str.69
ffffffc00b275c68 d rcu_nocb_try_bypass.___tp_str.71
ffffffc00b275c70 d rcu_nocb_try_bypass.___tp_str.73
ffffffc00b275c78 d __note_gp_changes.___tp_str
ffffffc00b275c80 d __note_gp_changes.___tp_str.76
ffffffc00b275c88 d rcu_accelerate_cbs.___tp_str
ffffffc00b275c90 d rcu_accelerate_cbs.___tp_str.79
ffffffc00b275c98 d rcu_accelerate_cbs.___tp_str.81
ffffffc00b275ca0 d rcu_accelerate_cbs.___tp_str.83
ffffffc00b275ca8 d rcu_start_this_gp.___tp_str
ffffffc00b275cb0 d rcu_start_this_gp.___tp_str.88
ffffffc00b275cb8 d rcu_start_this_gp.___tp_str.90
ffffffc00b275cc0 d rcu_start_this_gp.___tp_str.92
ffffffc00b275cc8 d rcu_start_this_gp.___tp_str.94
ffffffc00b275cd0 d rcu_start_this_gp.___tp_str.96
ffffffc00b275cd8 d rcu_start_this_gp.___tp_str.98
ffffffc00b275ce0 d print_cpu_stall.___tp_str
ffffffc00b275ce8 d print_other_cpu_stall.___tp_str
ffffffc00b275cf0 d rcu_barrier_func.___tp_str
ffffffc00b275cf8 d rcu_barrier_func.___tp_str.137
ffffffc00b275d00 d rcu_barrier_callback.___tp_str
ffffffc00b275d08 d rcu_barrier_callback.___tp_str.140
ffffffc00b275d10 d __wake_nocb_gp.___tp_str
ffffffc00b275d18 d __wake_nocb_gp.___tp_str.143
ffffffc00b275d20 d rcu_gp_kthread.___tp_str
ffffffc00b275d28 d rcu_gp_kthread.___tp_str.149
ffffffc00b275d30 d rcu_gp_init.___tp_str
ffffffc00b275d38 d rcu_preempt_check_blocked_tasks.___tp_str
ffffffc00b275d40 d rcu_gp_fqs_loop.___tp_str
ffffffc00b275d48 d rcu_gp_fqs_loop.___tp_str.162
ffffffc00b275d50 d rcu_gp_fqs_loop.___tp_str.164
ffffffc00b275d58 d rcu_gp_fqs_loop.___tp_str.167
ffffffc00b275d60 d dyntick_save_progress_counter.___tp_str
ffffffc00b275d68 d rcu_implicit_dynticks_qs.___tp_str
ffffffc00b275d70 d rcu_gp_cleanup.___tp_str
ffffffc00b275d78 d rcu_gp_cleanup.___tp_str.173
ffffffc00b275d80 d rcu_gp_cleanup.___tp_str.175
ffffffc00b275d88 d rcu_future_gp_cleanup.___tp_str
ffffffc00b275d90 d rcu_future_gp_cleanup.___tp_str.176
ffffffc00b275d98 d rcu_cpu_kthread.___tp_str
ffffffc00b275da0 d rcu_cpu_kthread.___tp_str.181
ffffffc00b275da8 d rcu_cpu_kthread.___tp_str.183
ffffffc00b275db0 d rcu_cpu_kthread.___tp_str.185
ffffffc00b275db8 d rcu_core.___tp_str
ffffffc00b275dc0 d rcu_core.___tp_str.188
ffffffc00b275dc8 d rcu_do_batch.___tp_str
ffffffc00b275dd0 d do_nocb_deferred_wakeup_timer.___tp_str
ffffffc00b275dd8 d do_nocb_deferred_wakeup_common.___tp_str
ffffffc00b275de0 d rcu_exp_gp_seq_snap.___tp_str
ffffffc00b275de8 d exp_funnel_lock.___tp_str
ffffffc00b275df0 d exp_funnel_lock.___tp_str.241
ffffffc00b275df8 d exp_funnel_lock.___tp_str.243
ffffffc00b275e00 d sync_rcu_exp_select_cpus.___tp_str
ffffffc00b275e08 d sync_rcu_exp_select_cpus.___tp_str.245
ffffffc00b275e10 d __sync_rcu_exp_select_node_cpus.___tp_str
ffffffc00b275e18 d rcu_exp_wait_wake.___tp_str
ffffffc00b275e20 d rcu_exp_wait_wake.___tp_str.248
ffffffc00b275e28 d synchronize_rcu_expedited_wait.___tp_str
ffffffc00b275e30 d synchronize_rcu_expedited_wait.___tp_str.251
ffffffc00b275e38 d sync_exp_work_done.___tp_str
ffffffc00b275e40 d __call_rcu_nocb_wake.___tp_str
ffffffc00b275e48 d __call_rcu_nocb_wake.___tp_str.262
ffffffc00b275e50 d __call_rcu_nocb_wake.___tp_str.264
ffffffc00b275e58 d __call_rcu_nocb_wake.___tp_str.266
ffffffc00b275e60 d __call_rcu_nocb_wake.___tp_str.268
ffffffc00b275e68 d __call_rcu_nocb_wake.___tp_str.270
ffffffc00b275e70 d __call_rcu_nocb_wake.___tp_str.272
ffffffc00b275e78 d nocb_gp_wait.___tp_str
ffffffc00b275e80 d nocb_gp_wait.___tp_str.282
ffffffc00b275e88 d nocb_gp_wait.___tp_str.284
ffffffc00b275e90 d nocb_gp_wait.___tp_str.286
ffffffc00b275e98 d nocb_gp_wait.___tp_str.288
ffffffc00b275ea0 d nocb_gp_wait.___tp_str.290
ffffffc00b275ea8 d nocb_gp_wait.___tp_str.292
ffffffc00b275eb0 d nocb_gp_wait.___tp_str.294
ffffffc00b275eb8 d nocb_gp_wait.___tp_str.296
ffffffc00b275ec0 d nocb_gp_wait.___tp_str.298
ffffffc00b275ec8 d nocb_gp_wait.___tp_str.300
ffffffc00b275ed0 d nocb_cb_wait.___tp_str
ffffffc00b275ed8 d nocb_cb_wait.___tp_str.303
ffffffc00b275ee0 d rcu_qs.___tp_str
ffffffc00b275ee8 d rcu_qs.___tp_str.345
ffffffc00b275ef0 d rcu_preempt_deferred_qs_irqrestore.___tp_str
ffffffc00b275ef8 d rcu_preempt_deferred_qs_irqrestore.___tp_str.347
ffffffc00b275f00 d rcu_boost_kthread.___tp_str
ffffffc00b275f08 d rcu_boost_kthread.___tp_str.351
ffffffc00b275f10 d rcu_boost_kthread.___tp_str.353
ffffffc00b275f18 d rcu_boost_kthread.___tp_str.355
ffffffc00b275f20 d rcu_boost_kthread.___tp_str.357
ffffffc00b275f28 d tick_freeze.___tp_str
ffffffc00b275f30 d tick_unfreeze.___tp_str
ffffffc00b275f38 d syscore_suspend.___tp_str
ffffffc00b275f40 d syscore_suspend.___tp_str.4
ffffffc00b275f48 d syscore_resume.___tp_str
ffffffc00b275f50 d syscore_resume.___tp_str.10
ffffffc00b275f58 d dpm_resume_early.___tp_str
ffffffc00b275f60 d dpm_resume_early.___tp_str.3
ffffffc00b275f68 d dpm_resume.___tp_str
ffffffc00b275f70 d dpm_resume.___tp_str.5
ffffffc00b275f78 d dpm_complete.___tp_str
ffffffc00b275f80 d dpm_complete.___tp_str.8
ffffffc00b275f88 d dpm_suspend_late.___tp_str
ffffffc00b275f90 d dpm_suspend_late.___tp_str.12
ffffffc00b275f98 d dpm_suspend.___tp_str
ffffffc00b275fa0 d dpm_suspend.___tp_str.15
ffffffc00b275fa8 d dpm_prepare.___tp_str
ffffffc00b275fb0 d dpm_prepare.___tp_str.19
ffffffc00b275fb8 d dpm_noirq_resume_devices.___tp_str
ffffffc00b275fc0 d dpm_noirq_resume_devices.___tp_str.25
ffffffc00b275fc8 d dpm_noirq_suspend_devices.___tp_str
ffffffc00b275fd0 d dpm_noirq_suspend_devices.___tp_str.53
ffffffc00b275fd8 D __start___bug_table
ffffffc00b275fd8 D __stop___tracepoint_str
ffffffc00b2c783c D __stop___bug_table
ffffffc00b2c8000 D __hyp_data_start
ffffffc00b2c9000 D __boot_cpu_mode
ffffffc00b2c9000 D __hyp_data_end
ffffffc00b2c9000 D __mmuoff_data_start
ffffffc00b2c9008 D __early_cpu_boot_status
ffffffc00b2c9010 D vabits_actual
ffffffc00b2c9800 D secondary_holding_pen_release
ffffffc00b2c9808 D __mmuoff_data_end
ffffffc00b2c9a00 D _edata
ffffffc00b2ca000 D __bss_start
ffffffc00b2ca000 B __hyp_bss_start
ffffffc00b2cc000 b bm_pmd
ffffffc00b2cc000 B __hyp_bss_end
ffffffc00b2cd000 b bm_pte
ffffffc00b2ce000 B empty_zero_page
ffffffc00b2cf000 b static_command_line
ffffffc00b2cf008 b extra_init_args
ffffffc00b2cf010 b panic_later
ffffffc00b2cf018 b panic_param
ffffffc00b2cf020 B reset_devices
ffffffc00b2cf028 b execute_command
ffffffc00b2cf030 b bootconfig_found
ffffffc00b2cf038 b initargs_offs
ffffffc00b2cf040 b extra_command_line
ffffffc00b2cf048 b initcall_calltime
ffffffc00b2cf050 b root_wait
ffffffc00b2cf051 b is_tmpfs
ffffffc00b2cf058 b out_file
ffffffc00b2cf060 b in_file
ffffffc00b2cf068 b in_pos
ffffffc00b2cf070 b out_pos
ffffffc00b2cf078 b decompress_error
ffffffc00b2cf07c B ROOT_DEV
ffffffc00b2cf080 B initrd_below_start_ok
ffffffc00b2cf088 b initramfs_cookie
ffffffc00b2cf090 b my_inptr
ffffffc00b2cf098 b calibrate_delay.printed
ffffffc00b2cf0a0 B preset_lpj
ffffffc00b2cf0a8 b debug_hook_lock
ffffffc00b2cf0b0 b efi_sve_state
ffffffc00b2cf0b8 b tagged_addr_disabled
ffffffc00b2cf0bc b num_standard_resources
ffffffc00b2cf0c0 b standard_resources
ffffffc00b2cf0c8 B lpj_fine
ffffffc00b2cf0d0 b die_lock
ffffffc00b2cf0d4 b __die.die_counter
ffffffc00b2cf0d8 b boot_cpu_data
ffffffc00b2cf5b8 b cpu_32bit_el0_mask
ffffffc00b2cf5c0 b __meltdown_safe
ffffffc00b2cf5c4 b __kpti_forced
ffffffc00b2cf5c8 b has_hw_dbm.detected
ffffffc00b2cf5c9 b lazy_init_32bit_cpu_features.boot_cpu_32bit_regs_overridden
ffffffc00b2cf5d0 b applied_alternatives
ffffffc00b2cf5e0 B boot_capabilities
ffffffc00b2cf5f0 b all_alternatives_applied
ffffffc00b2cf5f4 b cpus_stuck_in_kernel
ffffffc00b2cf5f8 b cpu_release_addr
ffffffc00b2cf6f8 b amu_fie_cpus
ffffffc00b2cf700 b spectre_v2_state
ffffffc00b2cf704 b spectre_v4_state
ffffffc00b2cf708 b spectre_bhb_state
ffffffc00b2cf70c b spectre_bhb_loop_affected.max_bhb_k
ffffffc00b2cf710 b system_bhb_mitigations
ffffffc00b2cf718 b is_spectre_bhb_fw_affected.system_affected
ffffffc00b2cf71c b patch_lock
ffffffc00b2cf720 b get_plt_entry.br
ffffffc00b2cf724 b armv8_pmu_register_sysctl_table.tbl_registered
ffffffc00b2cf728 b core_num_brps
ffffffc00b2cf72c b core_num_wrps
ffffffc00b2cf730 b hw_breakpoint_restore
ffffffc00b2cf738 B sleep_save_stash
ffffffc00b2cf740 B mpidr_hash
ffffffc00b2cf760 b steal_acc
ffffffc00b2cf768 b resume_hdr
ffffffc00b2cf7d8 b mte_pages
ffffffc00b2cf7e8 B initrd_start
ffffffc00b2cf7f0 B initrd_end
ffffffc00b2cf7f8 b ioremap_guard
ffffffc00b2cf800 b ioremap_guard_array
ffffffc00b2cf810 b ioremap_guard_key
ffffffc00b2cf820 b memshare_granule_sz
ffffffc00b2cf828 b swapper_pgdir_lock
ffffffc00b2cf830 b map_kernel.vmlinux_text
ffffffc00b2cf870 b map_kernel.vmlinux_rodata
ffffffc00b2cf8b0 b map_kernel.vmlinux_inittext
ffffffc00b2cf8f0 b map_kernel.vmlinux_initdata
ffffffc00b2cf930 b map_kernel.vmlinux_data
ffffffc00b2cf970 b asid_bits
ffffffc00b2cf978 b asid_generation
ffffffc00b2cf980 b cpu_asid_lock
ffffffc00b2cf988 b tlb_flush_pending
ffffffc00b2cf990 b pinned_asid_map
ffffffc00b2cf998 b nr_pinned_asids
ffffffc00b2cf9a0 b max_pinned_asids
ffffffc00b2cf9a8 B secondary_data
ffffffc00b2cf9b8 b asid_map
ffffffc00b2cf9c0 b mte_pages.1409
ffffffc00b2cf9d0 B halt_poll_ns_shrink
ffffffc00b2cf9d8 b kvm_vcpu_cache
ffffffc00b2cf9e0 b kvm_device_ops_table
ffffffc00b2cfa38 b cpus_hardware_enabled
ffffffc00b2cfa40 B kvm_debugfs_dir
ffffffc00b2cfa48 B kvm_rebooting
ffffffc00b2cfa50 b kvm_createvm_count
ffffffc00b2cfa58 b kvm_active_vms
ffffffc00b2cfa60 b kvm_count_lock
ffffffc00b2cfa64 b kvm_usage_count
ffffffc00b2cfa68 b hardware_enable_failed
ffffffc00b2cfa70 b irqfd_cleanup_wq
ffffffc00b2cfa78 b vgic_present
ffffffc00b2cfa7c b kvm_mode
ffffffc00b2cfa80 b kvm_vmid_lock
ffffffc00b2cfa84 b kvm_next_vmid
ffffffc00b2cfa88 b hyp_spectre_vector_selector
ffffffc00b2cfaa8 b hyp_pgtable
ffffffc00b2cfab0 b hyp_idmap_vector
ffffffc00b2cfab8 b hyp_idmap_start
ffffffc00b2cfac0 b hyp_idmap_end
ffffffc00b2cfac8 b io_map_base
ffffffc00b2cfad0 b hyp_shared_pfns
ffffffc00b2cfad8 b tag_lsb
ffffffc00b2cfae0 b va_mask
ffffffc00b2cfae8 b tag_val
ffffffc00b2cfaf0 B kvm_sve_max_vl
ffffffc00b2cfaf4 b kvm_ipa_limit
ffffffc00b2cfaf8 b cache_levels
ffffffc00b2cfb00 B hyp_mem_size
ffffffc00b2cfb08 B hyp_mem_base
ffffffc00b2cfb10 b pkvm_firmware_mem
ffffffc00b2cfb18 b timecounter
ffffffc00b2cfb20 b host_vtimer_irq
ffffffc00b2cfb24 b host_ptimer_irq
ffffffc00b2cfb28 b host_vtimer_irq_flags
ffffffc00b2cfb2c b host_ptimer_irq_flags
ffffffc00b2cfb30 b has_gic_active_state
ffffffc00b2cfb40 B userspace_irqchip_in_use
ffffffc00b2cfb50 b gic_kvm_info
ffffffc00b2cfb58 b group0_trap
ffffffc00b2cfb5c b group1_trap
ffffffc00b2cfb60 b common_trap
ffffffc00b2cfb61 b dir_trap
ffffffc00b2cfb64 b gicv4_enable
ffffffc00b2cfb68 B kvm_arm_pmu_available
ffffffc00b2cfb78 B vgic_v2_cpuif_trap
ffffffc00b2cfb88 B __icache_flags
ffffffc00b2cfb90 B vgic_v3_cpuif_trap
ffffffc00b2cfba0 b init_s2mpu_driver.init_done
ffffffc00b2cfba4 b init_sysmmu_sync_driver.init_done
ffffffc00b2cfba8 b vm_area_cachep
ffffffc00b2cfbb0 b task_struct_cachep
ffffffc00b2cfbb8 b max_threads
ffffffc00b2cfbc0 b mm_cachep
ffffffc00b2cfbc8 b signal_cachep
ffffffc00b2cfbd0 b crash_smp_send_stop.cpus_stopped
ffffffc00b2cfbd4 b warn_count
ffffffc00b2cfbd8 b panic.buf
ffffffc00b2cffd8 B crash_kexec_post_notifiers
ffffffc00b2cffe0 B panic_blink
ffffffc00b2cffe8 b print_tainted.buf
ffffffc00b2d0008 b tainted_mask
ffffffc00b2d0010 b pause_on_oops_flag
ffffffc00b2d0014 b pause_on_oops
ffffffc00b2d0018 b do_oops_enter_exit.spin_counter
ffffffc00b2d001c b pause_on_oops_lock
ffffffc00b2d0020 b oops_id
ffffffc00b2d0028 b cpu_hotplug_disabled
ffffffc00b2d0030 B cpus_booted_once_mask
ffffffc00b2d0038 b frozen_cpus
ffffffc00b2d0040 b oops_count
ffffffc00b2d0044 b check_stack_usage.low_water_lock
ffffffc00b2d0048 b resource_lock
ffffffc00b2d0050 b iomem_inode
ffffffc00b2d0058 b strict_iomem_checks
ffffffc00b2d005c b reserve_setup.reserved
ffffffc00b2d0060 b reserve_setup.reserve
ffffffc00b2d01e0 b iomem_init_inode.iomem_vfs_mount
ffffffc00b2d01e8 b iomem_init_inode.iomem_fs_cnt
ffffffc00b2d01f0 b dev_table
ffffffc00b2d0230 B real_root_dev
ffffffc00b2d0234 b minolduid
ffffffc00b2d0238 B panic_print
ffffffc00b2d0240 B panic_on_taint_nousertaint
ffffffc00b2d0248 B panic_on_taint
ffffffc00b2d0250 b bpf_stats_handler.saved_val
ffffffc00b2d0254 b min_extfrag_threshold
ffffffc00b2d0258 b zero_ul
ffffffc00b2d0260 B show_unhandled_signals
ffffffc00b2d0264 b uidhash_lock
ffffffc00b2d0268 b uidhash_table
ffffffc00b2d0668 b uid_cachep
ffffffc00b2d0670 b sigqueue_cachep
ffffffc00b2d0678 b running_helpers
ffffffc00b2d067c b umh_sysctl_lock
ffffffc00b2d0680 b wq_disable_numa
ffffffc00b2d0684 b wq_power_efficient
ffffffc00b2d0688 b wq_debug_force_rr_cpu
ffffffc00b2d0689 b wq_online
ffffffc00b2d068c b wq_mayday_lock
ffffffc00b2d0690 b workqueue_freezing
ffffffc00b2d0698 b wq_unbound_cpumask
ffffffc00b2d06a0 b pwq_cache
ffffffc00b2d06a8 b unbound_std_wq_attrs
ffffffc00b2d06b8 b ordered_wq_attrs
ffffffc00b2d06c8 b unbound_pool_hash
ffffffc00b2d08c8 b wq_select_unbound_cpu.printed_dbg_warning
ffffffc00b2d08d0 b manager_wait
ffffffc00b2d08d8 b restore_unbound_workers_cpumask.cpumask
ffffffc00b2d08e0 b wq_watchdog_timer
ffffffc00b2d0918 b work_exited
ffffffc00b2d0928 b kmalloced_params_lock
ffffffc00b2d092c b kthread_create_lock
ffffffc00b2d0930 B kthreadd_task
ffffffc00b2d0938 b nsproxy_cachep
ffffffc00b2d0940 b die_chain
ffffffc00b2d0950 b cred_jar
ffffffc00b2d0958 B pm_power_off_prepare
ffffffc00b2d0960 b restart_handler_list
ffffffc00b2d0970 B reboot_cpu
ffffffc00b2d0974 b poweroff_force
ffffffc00b2d0978 B cad_pid
ffffffc00b2d0980 B reboot_force
ffffffc00b2d0984 b entry_count
ffffffc00b2d0988 b async_lock
ffffffc00b2d0990 b ucounts_hashtable
ffffffc00b2d2990 b ucounts_lock
ffffffc00b2d2998 b ue_zero
ffffffc00b2d29a0 b user_namespace_sysctl_init.user_header
ffffffc00b2d29a8 b user_namespace_sysctl_init.empty
ffffffc00b2d29e8 b uclamp_default
ffffffc00b2d29f0 b task_group_lock
ffffffc00b2d29f8 B paravirt_steal_rq_enabled
ffffffc00b2d2a08 b preempt_notifier_key
ffffffc00b2d2a18 b cpu_resched_latency.warned_once
ffffffc00b2d2a1c b num_cpus_frozen
ffffffc00b2d2a20 B calc_load_update
ffffffc00b2d2a28 B calc_load_tasks
ffffffc00b2d2a30 b calc_load_nohz
ffffffc00b2d2a40 b calc_load_idx
ffffffc00b2d2a48 b sched_clock_running
ffffffc00b2d2a58 b sched_clock_irqtime
ffffffc00b2d2a60 B paravirt_steal_enabled
ffffffc00b2d2a80 b nohz
ffffffc00b2d2ac0 B root_task_group
ffffffc00b2d2cc0 B sched_thermal_decay_shift
ffffffc00b2d2cc4 b balancing
ffffffc00b2d2cc8 B sched_numa_balancing
ffffffc00b2d2cd8 B def_rt_bandwidth
ffffffc00b2d2d40 B def_dl_bandwidth
ffffffc00b2d2d58 b dl_generation
ffffffc00b2d2d60 B sched_energy_present
ffffffc00b2d2d70 B sched_energy_update
ffffffc00b2d2d78 B sched_asym_cpucapacity
ffffffc00b2d2d88 b sched_domains_tmpmask
ffffffc00b2d2d90 b sched_domains_tmpmask2
ffffffc00b2d2d98 b fallback_doms
ffffffc00b2d2da0 b ndoms_cur
ffffffc00b2d2da8 b doms_cur
ffffffc00b2d2db0 b dattr_cur
ffffffc00b2d2db8 b debugfs_sched
ffffffc00b2d2dc0 b sd_sysctl_cpus
ffffffc00b2d2dc8 b sd_dentry
ffffffc00b2d2dd0 b sched_debug_lock
ffffffc00b2d2dd4 b group_path
ffffffc00b2d3dd8 B sched_schedstats
ffffffc00b2d3de8 b global_tunables
ffffffc00b2d3df0 B sched_uclamp_used
ffffffc00b2d3e00 B housekeeping_overridden
ffffffc00b2d3e10 b housekeeping_flags
ffffffc00b2d3e18 b housekeeping_mask
ffffffc00b2d3e20 B psi_disabled
ffffffc00b2d3e30 b destroy_list_lock
ffffffc00b2d3e34 b rt_mutex_adjust_prio_chain.prev_max
ffffffc00b2d3e38 b pm_qos_lock
ffffffc00b2d3e40 b s2idle_ops
ffffffc00b2d3e48 b s2idle_lock
ffffffc00b2d3e50 B pm_states
ffffffc00b2d3e70 B mem_sleep_states
ffffffc00b2d3e90 b suspend_ops
ffffffc00b2d3e98 b nohibernate
ffffffc00b2d3ea0 b hibernation_ops
ffffffc00b2d3ea8 b entering_platform_hibernation
ffffffc00b2d3eac b nocompress
ffffffc00b2d3eb0 b noresume
ffffffc00b2d3eb4 b resume_file
ffffffc00b2d3fb4 b resume_delay
ffffffc00b2d3fb8 b resume_wait
ffffffc00b2d3fc0 B power_kobj
ffffffc00b2d3fc8 b hibernate_restore_protection
ffffffc00b2d3fd0 B reserved_size
ffffffc00b2d3fd8 b free_pages_map
ffffffc00b2d3fe0 b forbidden_pages_map
ffffffc00b2d3fe8 b nr_copy_pages
ffffffc00b2d3fec b nr_meta_pages
ffffffc00b2d3ff0 B restore_pblist
ffffffc00b2d3ff8 b buffer
ffffffc00b2d4000 b alloc_normal
ffffffc00b2d4008 b orig_bm
ffffffc00b2d4040 b copy_bm
ffffffc00b2d4078 b snapshot_write_next.ca
ffffffc00b2d4090 b safe_pages_list
ffffffc00b2d4098 b hibernate_restore_protection_active
ffffffc00b2d409c b allocated_unsafe_pages
ffffffc00b2d40a0 b swsusp_extents
ffffffc00b2d40a8 b hib_resume_bdev
ffffffc00b2d40b0 b swsusp_header
ffffffc00b2d40b8 B swsusp_resume_block
ffffffc00b2d40c0 b clean_pages_on_read
ffffffc00b2d40c1 b clean_pages_on_decompress
ffffffc00b2d40c8 b snapshot_state
ffffffc00b2d40f0 b need_wait
ffffffc00b2d40f4 B freezer_test_done
ffffffc00b2d40f8 B image_size
ffffffc00b2d4100 B swsusp_resume_device
ffffffc00b2d4108 b wakelocks_tree
ffffffc00b2d4110 b wakeup_reason_lock
ffffffc00b2d4114 b wakeup_reason
ffffffc00b2d4118 b capture_reasons
ffffffc00b2d4120 b wakeup_irq_nodes_cache
ffffffc00b2d4128 b non_irq_wake_reason
ffffffc00b2d4228 b kobj
ffffffc00b2d4230 b last_monotime
ffffffc00b2d4238 b last_stime
ffffffc00b2d4240 b curr_monotime
ffffffc00b2d4248 b curr_stime
ffffffc00b2d4250 b rootdir
ffffffc00b2d4258 B dmesg_restrict
ffffffc00b2d4260 b __log_buf
ffffffc00b2f4260 b printk_rb_dynamic
ffffffc00b2f42b8 b syslog_seq
ffffffc00b2f42c0 b syslog_partial
ffffffc00b2f42c8 b syslog_time
ffffffc00b2f42cc b printk_console_no_auto_verbose
ffffffc00b2f42d0 b console_suspended
ffffffc00b2f42d4 b console_locked
ffffffc00b2f42d8 b console_may_schedule
ffffffc00b2f42d9 b console_unlock.ext_text
ffffffc00b2f62d9 b console_unlock.text
ffffffc00b2f66e0 b console_seq
ffffffc00b2f66e8 b console_dropped
ffffffc00b2f66f0 b exclusive_console
ffffffc00b2f66f8 b exclusive_console_stop_seq
ffffffc00b2f6700 b nr_ext_console_drivers
ffffffc00b2f6704 b console_msg_format
ffffffc00b2f6708 b has_preferred_console
ffffffc00b2f670c b dump_list_lock
ffffffc00b2f6710 b always_kmsg_dump
ffffffc00b2f6718 b clear_seq
ffffffc00b2f6730 b printk_cpulock_nested
ffffffc00b2f6734 b printk_count_nmi_early
ffffffc00b2f6735 b printk_count_early
ffffffc00b2f6738 b console_owner_lock
ffffffc00b2f6740 b console_owner
ffffffc00b2f6748 b console_waiter
ffffffc00b2f6750 b console_cmdline
ffffffc00b2f6850 b call_console_drivers.dropped_text
ffffffc00b2f6890 B cpuhp_tasks_frozen
ffffffc00b2f6898 b allocated_irqs
ffffffc00b2f6ca8 b irq_kobj_base
ffffffc00b2f6cb0 b irq_do_set_affinity.tmp_mask_lock
ffffffc00b2f6cb8 b irq_do_set_affinity.tmp_mask
ffffffc00b2f6cc0 b irq_setup_affinity.mask_lock
ffffffc00b2f6cc8 b irq_setup_affinity.mask
ffffffc00b2f6cd0 b irq_poll_cpu
ffffffc00b2f6cd4 b irq_poll_active
ffffffc00b2f6cd8 b irqs_resend
ffffffc00b2f70e8 B irq_err_count
ffffffc00b2f70f0 b gc_lock
ffffffc00b2f70f8 b irq_default_domain
ffffffc00b2f7100 b __irq_domain_create.unknown_domains
ffffffc00b2f7108 b root_irq_dir
ffffffc00b2f7110 b show_interrupts.prec
ffffffc00b2f7114 B no_irq_affinity
ffffffc00b2f7118 B irq_default_affinity
ffffffc00b2f7120 B rcu_expedited
ffffffc00b2f7124 B rcu_normal
ffffffc00b2f7128 b rcu_normal_after_boot
ffffffc00b2f712c b trc_n_readers_need_end
ffffffc00b2f7130 b n_heavy_reader_ofl_updates
ffffffc00b2f7138 b n_heavy_reader_updates
ffffffc00b2f7140 b n_heavy_reader_attempts
ffffffc00b2f7148 b dump_tree
ffffffc00b2f714c b rcu_fanout_exact
ffffffc00b2f7150 b gp_preinit_delay
ffffffc00b2f7154 b gp_init_delay
ffffffc00b2f7158 b gp_cleanup_delay
ffffffc00b2f7160 b jiffies_to_sched_qs
ffffffc00b2f7168 b rcu_kick_kthreads
ffffffc00b2f7170 b rcu_init_geometry.old_nr_cpu_ids
ffffffc00b2f7178 b rcu_init_geometry.initialized
ffffffc00b2f7180 B rcu_gp_wq
ffffffc00b2f7188 b sysrq_rcu
ffffffc00b2f7190 b rcu_nocb_mask
ffffffc00b2f7198 B rcu_exp_gp_kworker
ffffffc00b2f71a0 B rcu_exp_par_gp_kworker
ffffffc00b2f71a8 b check_cpu_stall.___rfd_beenhere
ffffffc00b2f71ac b check_cpu_stall.___rfd_beenhere.100
ffffffc00b2f71b0 b rcu_stall_kick_kthreads.___rfd_beenhere
ffffffc00b2f71b4 b panic_on_rcu_stall.cpu_stall
ffffffc00b2f71b8 b max_segment
ffffffc00b2f71c0 b debugfs_dir
ffffffc00b2f71c8 b atomic_pool_size
ffffffc00b2f71d0 b atomic_pool_work
ffffffc00b2f7200 B dma_contiguous_default_area
ffffffc00b2f7208 b pool_size_dma
ffffffc00b2f7210 b pool_size_dma32
ffffffc00b2f7218 b pool_size_kernel
ffffffc00b2f7220 B pm_nosig_freezing
ffffffc00b2f7224 B pm_freezing
ffffffc00b2f7228 b freezer_lock
ffffffc00b2f722c b prof_shift
ffffffc00b2f7230 b prof_len
ffffffc00b2f7238 b prof_cpu_mask
ffffffc00b2f7240 b prof_buffer
ffffffc00b2f7248 b task_free_notifier
ffffffc00b2f7258 b do_sys_settimeofday64.firsttime
ffffffc00b2f7260 b timers_nohz_active
ffffffc00b2f7270 B timers_migration_enabled
ffffffc00b2f7280 b tk_core
ffffffc00b2f73a0 b pvclock_gtod_chain
ffffffc00b2f73a8 b persistent_clock_exists
ffffffc00b2f73a9 b suspend_timing_needed
ffffffc00b2f73b0 b timekeeping_suspend_time
ffffffc00b2f73c0 b timekeeping_suspend.old_delta.0
ffffffc00b2f73c8 b timekeeping_suspend.old_delta.1
ffffffc00b2f73d0 b cycles_at_suspend
ffffffc00b2f73d8 b shadow_timekeeper
ffffffc00b2f74f0 b halt_fast_timekeeper.tkr_dummy
ffffffc00b2f7528 b time_adjust
ffffffc00b2f7530 b tick_length_base
ffffffc00b2f7538 b tick_length
ffffffc00b2f7540 b time_offset
ffffffc00b2f7548 b time_state
ffffffc00b2f7550 b sync_hrtimer
ffffffc00b2f7598 b time_freq
ffffffc00b2f75a0 B tick_nsec
ffffffc00b2f75a8 b ntp_tick_adj
ffffffc00b2f75b0 B persistent_clock_is_local
ffffffc00b2f75b8 b time_reftime
ffffffc00b2f75c0 b suspend_clocksource
ffffffc00b2f75c8 b suspend_start
ffffffc00b2f75d0 b curr_clocksource
ffffffc00b2f75d8 b finished_booting
ffffffc00b2f75dc b override_name
ffffffc00b2f7600 b refined_jiffies
ffffffc00b2f7698 b rtcdev_lock
ffffffc00b2f76a0 b rtcdev
ffffffc00b2f76a8 b alarm_bases
ffffffc00b2f7708 b freezer_delta_lock
ffffffc00b2f7710 b freezer_delta
ffffffc00b2f7718 b freezer_expires
ffffffc00b2f7720 b freezer_alarmtype
ffffffc00b2f7728 b rtctimer
ffffffc00b2f7768 b posix_timers_cache
ffffffc00b2f7770 b hash_lock
ffffffc00b2f7778 b posix_timers_hashtable
ffffffc00b2f8778 b do_cpu_nanosleep.zero_it
ffffffc00b2f8798 b clockevents_lock
ffffffc00b2f879c b tick_freeze_lock
ffffffc00b2f87a0 b tick_freeze_depth
ffffffc00b2f87a8 b tick_broadcast_device
ffffffc00b2f87b8 b tick_broadcast_mask
ffffffc00b2f87c0 b tick_broadcast_on
ffffffc00b2f87c8 b tick_broadcast_forced
ffffffc00b2f87d0 b tick_broadcast_oneshot_mask
ffffffc00b2f87d8 b tick_broadcast_force_mask
ffffffc00b2f87e0 b tmpmask
ffffffc00b2f87e8 b tick_broadcast_pending_mask
ffffffc00b2f87f0 b bctimer
ffffffc00b2f8838 b sched_clock_timer
ffffffc00b2f8880 b sched_skew_tick
ffffffc00b2f8884 b can_stop_idle_tick.ratelimit
ffffffc00b2f8888 b last_jiffies_update
ffffffc00b2f8890 B tick_next_period
ffffffc00b2f8898 B timekeeper_lock
ffffffc00b2f889c b sleep_time_bin
ffffffc00b2f8920 b get_inode_sequence_number.i_seq
ffffffc00b2f8928 b flush_smp_call_function_queue.warned
ffffffc00b2f892c B modules_disabled
ffffffc00b2f8930 b module_blacklist
ffffffc00b2f8938 b last_unloaded_module
ffffffc00b2f8974 B module_sysfs_initialized
ffffffc00b2f8978 b init_free_list
ffffffc00b2f8980 b cgrp_dfl_threaded_ss_mask
ffffffc00b2f8984 b cgroup_root_count
ffffffc00b2f8988 b css_set_table
ffffffc00b2f8d88 b cgroup_file_kn_lock
ffffffc00b2f8d8c b cgrp_dfl_implicit_ss_mask
ffffffc00b2f8d90 b cgrp_dfl_inhibit_ss_mask
ffffffc00b2f8d92 b cgrp_dfl_visible
ffffffc00b2f8d98 b cgroup_destroy_wq
ffffffc00b2f8da0 b cgroup_idr_lock
ffffffc00b2f8da4 b cgroup_rstat_lock
ffffffc00b2f8da8 b cgroup_no_v1_mask
ffffffc00b2f8db0 b cgroup_pidlist_destroy_wq
ffffffc00b2f8db8 b release_agent_path_lock
ffffffc00b2f8dbc b cgroup_no_v1_named
ffffffc00b2f8dc0 B css_set_lock
ffffffc00b2f8dc4 B trace_cgroup_path_lock
ffffffc00b2f8dc8 B trace_cgroup_path
ffffffc00b2f91c8 b cpuset_being_rebound
ffffffc00b2f91d0 b cpus_attach
ffffffc00b2f91d8 b force_rebuild
ffffffc00b2f91e0 b cpuset_migrate_mm_wq
ffffffc00b2f91e8 b callback_lock
ffffffc00b2f91f0 B def_root_domain
ffffffc00b2f9948 b cpuset_attach_old_cs
ffffffc00b2f9950 b cpuset_attach.cpuset_attach_nodemask_to
ffffffc00b2f9958 b update_tasks_nodemask.newmems
ffffffc00b2f9960 B sched_domain_level_max
ffffffc00b2f9968 b cpuset_hotplug_workfn.new_cpus.0
ffffffc00b2f9970 b cpuset_hotplug_workfn.new_mems.0
ffffffc00b2f9978 b cpuset_hotplug_update_tasks.new_cpus.0
ffffffc00b2f9980 b cpuset_hotplug_update_tasks.new_mems.0
ffffffc00b2f9988 B arm64_mismatched_32bit_el0
ffffffc00b2f9998 b stop_machine_initialized
ffffffc00b2f9999 b stop_cpus_in_progress
ffffffc00b2f99a0 b auditd_conn
ffffffc00b2f99a8 b audit_cmd_mutex
ffffffc00b2f99e0 b audit_log_lost.last_msg
ffffffc00b2f99e8 b audit_log_lost.lock
ffffffc00b2f99ec b audit_lost
ffffffc00b2f99f0 b audit_rate_limit
ffffffc00b2f99f4 b audit_serial.serial
ffffffc00b2f99f8 b audit_initialized
ffffffc00b2f9a00 b audit_queue
ffffffc00b2f9a18 b audit_backlog_wait_time_actual
ffffffc00b2f9a1c b session_id
ffffffc00b2f9a20 b audit_sig_sid
ffffffc00b2f9a24 b audit_net_id
ffffffc00b2f9a28 b audit_buffer_cache
ffffffc00b2f9a30 b audit_retry_queue
ffffffc00b2f9a48 b audit_hold_queue
ffffffc00b2f9a60 b audit_default
ffffffc00b2f9a68 b kauditd_task
ffffffc00b2f9a70 b auditd_conn_lock
ffffffc00b2f9a78 b audit_rate_check.last_check
ffffffc00b2f9a80 b audit_rate_check.messages
ffffffc00b2f9a84 b audit_rate_check.lock
ffffffc00b2f9a88 b classes
ffffffc00b2f9b08 B audit_ever_enabled
ffffffc00b2f9b0c B audit_n_rules
ffffffc00b2f9b10 B audit_signals
ffffffc00b2f9b18 b audit_watch_group
ffffffc00b2f9b20 B audit_inode_hash
ffffffc00b2f9d20 b audit_fsnotify_group
ffffffc00b2f9d28 b prune_thread
ffffffc00b2f9d30 b chunk_hash_heads
ffffffc00b2fa530 b audit_tree_group
ffffffc00b2fa538 b kprobe_table
ffffffc00b2fa738 b kprobes_initialized
ffffffc00b2fa73c b kprobes_all_disarmed
ffffffc00b2fa740 b watchdog_task
ffffffc00b2fa748 b reset_hung_task
ffffffc00b2fa74c b hung_detector_suspended
ffffffc00b2fa74d b hung_task_show_all_bt
ffffffc00b2fa74e b hung_task_call_panic
ffffffc00b2fa750 b soft_lockup_nmi_warn
ffffffc00b2fa758 b family_registered
ffffffc00b2fa760 B taskstats_cache
ffffffc00b2fa768 b sys_tracepoint_refcount
ffffffc00b2fa76c b ok_to_free_tracepoints
ffffffc00b2fa770 b early_probes
ffffffc00b2fa778 b tp_transition_snapshot
ffffffc00b2fa7c0 b trace_clock_struct
ffffffc00b2fa7d0 b trace_counter