cacheprof_hooks1_x86.s
来自「深入理解计算机系统(computer system:a programmer s」· S 代码 · 共 26 行
S
26 行
.section .ctors,"aw" .long cacheprof_register1_me.section .dtors,"aw" .long cacheprof_finalise1_me .text .align 4cacheprof_register1_me: pushal pushfl call cacheprof_register1_module popfl popal retcacheprof_finalise1_me: pushal pushfl call cacheprof_finalise1_module popfl popal ret
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?