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...
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 –
Ubuntu is the modern, open source operating system on Linux for the enterprise server, desktop, cloud, and IoT.
source $VIMRUNTIME/menu.vim language messages zh_CN.utf-8endifelseechoerr"Sorry, this version of (g)vim was not compiled with +multi_byte"endif " Buffers操作快捷方式!"nnoremap<C-RETURN>:bnext<CR>"nnoremap<C-S-RETURN>:bprevious<CR>" Tab操作快捷方式!"nnoremap<C-TAB>:tabnext<CR>"nnorem...
32. JIT编译器(937) 33. Threadpool dump(921) 34. stackoverflow(918) 35. flinkML(913) 36. windbg(909) 37. Redis source code analysis(892) 38. Docker Resources(888) 39. SQL Debugging(876) 40. Deep Reinforcement Learning(874) 评论...
微软VSCode IDE源码分析:VSCode是一个运行于 Mac OS X、Windows和 Linux 之上的,针对于编写现代 Web 和云应用的跨平台源代码编辑器。 采用Electron (JavaScript, HTML 和 CSS 等 Web 技术) 创建原生程序的框架。 - code20i9/VSCode-sourcecode-analysis
perf annotate:源码级别的性能分析 (perf annotate: Source Code-Level Performance Analysis) perf annotate 命令可以实现源码级别的性能分析。它展示了各个函数中指令的性能数据,帮助用户发现程序中的瓶颈。 $ perf annotate [options] [symbol] 以下是 perf annotate 的一些常用参数: -i 或 --input:指定要读取的输...