buffer_sync.h
来自「linux 内核源代码」· C头文件 代码 · 共 23 行
H
23 行
/** * @file buffer_sync.h * * @remark Copyright 2002 OProfile authors * @remark Read the file COPYING * * @author John Levon <levon@movementarian.org> */#ifndef OPROFILE_BUFFER_SYNC_H#define OPROFILE_BUFFER_SYNC_H /* add the necessary profiling hooks */int sync_start(void);/* remove the hooks */void sync_stop(void); /* sync the given CPU's buffer */void sync_buffer(int cpu);#endif /* OPROFILE_BUFFER_SYNC_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?