The last series of articlesMixed Department-On the CPU Isolation of Cloud Native Resource Isolation Technology (1)introduced the core technology of CPU resource isolation in the cloud native mixed scene: the kernel scheduler, this series of articles "Linux kernel scheduler source code "Analysis" wil...
0. 引言1. open() syscall2. close() syscall 0. 引言 在linux的哲学中,所有的磁盘文件、目录、外设设备、驱动设备全部被抽象为了"文件"这个概念,所以本文提到的"File IO"适用于linux下所有的IO操作,需要明白的的,本文分析的是linux下的IO系统调用对应的内核源代码,linux下每一个系统调用都有对应的内核源代码,...
software architecture design,windows kernel/CLR debugging skills,SQL Server 、MySQL,Database architecture、Query Optimization、troubleshooting and high availability, parallel/multi-threaing programming,distributed computing,cloud computing ,Apache Storm, Spark, Flink,Machine Learning, Deep Learning ,TensorFlow an...
inotify-source-code-analysis.md add inotify feature 16 months ago interrupt_hardware.md Update interrupt_hardware.md 3 years ago interrupt_softward.md Update interrupt_softward.md 3 years ago ip-source-code.md Update ip-source-code.md 2 years ago ipc-shm.md Update ipc-shm.md 3 years...
linux kernel source code analysis,https://www.kernel.org/pub/linux/kernel/people/linux内核:systemtap内核调试例子
Linux.com is the go-to resource for open source professionals to learn about the latest in Linux and open source technology, careers, best practices, and industry trends. Get news, information, and tutorials to help advance your next project or career –
微软VSCode IDE源码分析:VSCode是一个运行于 Mac OS X、Windows和 Linux 之上的,针对于编写现代 Web 和云应用的跨平台源代码编辑器。 采用Electron (JavaScript, HTML 和 CSS 等 Web 技术) 创建原生程序的框架。 - fzxa/VSCode-sourcecode-analysis
perf annotate:源码级别的性能分析 (perf annotate: Source Code-Level Performance Analysis) perf annotate 命令可以实现源码级别的性能分析。它展示了各个函数中指令的性能数据,帮助用户发现程序中的瓶颈。 $ perf annotate [options] [symbol] 以下是 perf annotate 的一些常用参数: -i 或 --input:指定要读取的输...
CodeFoundation-type constant strings -fno-coverage-mapping Disable code coverage analysis -fno-crash-diagnostics Disable auto-generation of preprocessed source files and a script for reproduction during a clang crash -fno-cuda-approx-transcendentals Don't use approximate transcendental functions -fno-cxx-...
8 set termencoding=utf-8 set formatoptions+=mM set fencs=utf-8,gbk if v:lang =~? '^\(zh\)\|\(ja\)\|\(ko\)' set ambiwidth=double endif if has("win32") source $VIMRUNTIME/delmenu.vim source $VIMRUNTIME/menu.vim language messages zh_.utf-8 endif else echoerr "Sorry...