perfc.h

来自「xen虚拟机源代码安装包」· C头文件 代码 · 共 23 行

H
23
字号
#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 + =
减小字号Ctrl + -
显示快捷键?