Linux 内核对浮点数的支持 向作者致敬Linux Kernel and Floating PointPosted on April 25, 2010 by adminConsider the following kernel module code snippet that does a floating point divide. (Thecomplete module code is here).static noinline double dummy_float_divide(double arg1, doubl
man system() SYSTEM(3) Linux Programmer's Manual SYSTEM(3)NAME system - execute a shell commandSYNOPSIS #include <stdlib.h> int system(const c
Tips 自己发现的小tips 1 usleep()函数在 -std=c99情况下会一直报一个warning warning: implicit declaration of function ‘usleep’ 将-std=c99修改成为-std=gnu99就一切ok
Getopt函数 man的翻译 GETOPT(3) Linux Programmer's Manual GETOPT(3)NAME getopt, getopt_long, getopt_long_only, optarg, optind, opterr, optopt - Parse command-line optionsSYNOPSIS #include int getopt(int argc,
Gcc 参数解释 NAMEgcc,g++-GNU工程的C和C++编译器(egcs-1.1.2)总览(SYNOPSIS)gcc[option|filename ]...g++[option|filename ]...警告(WARNING)本手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义.除非有人自愿维护,否则本手册页不再更新.如果发现手册页和软件之间有所矛盾,请查对Info文件, Info文件是权
strace man page STRACE(1) STRACE(1) NAME strace - trace system calls and signals SYNOPSIS strace [ -dffhiqrtttTvxx ] [ -acolumn ] [ -eex
netstat man page 下一个翻译的目标 翻译这个主要为了实现监控单个进程的网络流量的任务 NETSTAT(8) Linux Programmer's Manual NETSTAT(8) NAME net
proc 文件内容 翻译中 proc - process information pseudo-filesystemDESCRIPTION The proc filesystem is a pseudo-filesystem which is used as an inter- face to kernel data structures. It is commonly mounted at /proc. Most of it is read-only, but some
系统调用相关---参数传递方式 2. 系统调用陷入内核后作的参数传递过程 当进程执行系统调用时,先调用系统调用库中定义某个函数,该函数通常被展开成前面提到的_syscallN的形式通过INT 0x80来陷入核心,其参数也将被通过寄存器传往核心。 在这一部分,我们将介绍INT 0x80的处理函数system_call。 思考一下就会发现,在调用前和调用后执行态完全不相同:前者是在用户栈上执行用户态程序,后者在核心栈上执行核心态代码。那么,为了保证在核心内部执行完系统
LINUX 编译内核选项 向作者致敬 Linux 2.6.19.x 内核编译配置选项简介作者:金步国版权声明本文作者是一位自由软件爱好者,所以本文虽然不是软件,但是本着 GPL 的精神发布。任何人都可以自由使用、转载、复制和再分发,但必须保留作者署名,亦不得对声明中的任何条款作任何形式的修改,也不得附加任何其它条件。您可以自由链接、下载、传播此文档,但前提是必须保证全文完整转载,包括完整的版权信息和作译者声明。其他作品本文作者十分愿意与他人共享劳动成果,如果你对我的其他翻译作品或者技术文章有兴趣,可以在如下位
Intel manual appendix a 说明intel可以监控到的事件 APPENDIX APERFORMANCE-MONITORING EVENTSThis appendix lists the performance-monitoring events that can be monitored withthe Intel 64 or IA-32 processors. The ability to monitor performance events and theevents that can be monitored in these pr
Intel manual appendix a 说明intel可以监控到的事件 APPENDIX APERFORMANCE-MONITORING EVENTSThis appendix lists the performance-monitoring events that can be monitored withthe Intel 64 or IA-32 processors. The ability to monitor performance events and theevents that can be monitored in these pr
IBM utrace ptrace uprobes论文 Ptrace, Utrace, Uprobes: Lightweight, Dynamic Tracing of User AppsJim Keniston Ananth Mavinakayanahalli Prasanna PanchamukhiIBM IBM IBMjkenisto@us.ibm.com ananth@in.ibm.com prasanna@in.ibm.comVara PrasadIBMva
IBM utrace ptrace uprobes论文 Ptrace, Utrace, Uprobes: Lightweight, Dynamic Tracing of User AppsJim Keniston Ananth Mavinakayanahalli Prasanna PanchamukhiIBM IBM IBMjkenisto@us.ibm.com ananth@in.ibm.com prasanna@in.ibm.comVara PrasadIBMva