📄 perfc.h
字号:
#ifndef __ASM_PERFC_H__#define __ASM_PERFC_H__#include <asm/vhpt.h>#include <asm/privop_stat.h>static inline void arch_perfc_printall(void){}static inline void arch_perfc_reset(void){ reset_privop_addrs();}static inline void arch_perfc_gather(void){ gather_vhpt_stats(); gather_privop_addrs();}#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -