摘要:
目录来源man bpftrace笔记-v--info支持if和else if支持的基本数据类型sizeofoffsetofbufwatchpoint和asyncwatchpoint循环的3中写法map变量(@)和临时变量($)位置变量内核栈的输出格式打印map变量的最高若干个遍历kfunckprob 阅读全文
摘要:
官网 Android Open Source Project 搭建构建环境 ubuntu18及以上:sudo apt-get install git-core gnupg flex bison build-essential zip curl zlib1g-dev libc6-dev-i386 li 阅读全文
摘要:
mermaid 文本描述文档图形 目前Typora支持这个工具。 https://mermaid.js.org/intro/ https://gitee.com/mirrors/mermaid#mermaid 截图 Ubuntu: Ubuntu截屏工具推荐:flameshot Windows: Fa 阅读全文
摘要:
Rust 参考 Rust 程序设计语言 Rust 参考手册 中文版 Rust 教程 vim插件 rust语言官网 Rust 官方文档中文教程 通过例子学 Rust 中文版 crates.io 开源项目 十大 Rust 开源项目 Rust for Linux 可重用操作系统内核技术 Go Go语言10 阅读全文
摘要:
目录重要网站eBPF大会编程eBPF 汇编ebpf-librarieslibbpf-bootstraplibbpfBCCbpftracebpftimeubpfrbpf技术专题入门man手册编译器Kfunc/FentryCO-REpaholeTail CallMAPbpftool调试网络XDPCili 阅读全文
摘要:
指令集解析 Assembler and Disassembler x86/64 x86处理器零碎知识 x64内核研究 X86汇编语言:实模式到保护模式 X64架构汇编语言和操作系统基础 x86_64汇编基础:Basics ABI x86_64 i386 Intel处理器 Intel处理器技术 AMD 阅读全文
摘要:
[TOC] # 硬件虚拟化 - [硬件虚拟化在不同平台的实现:X86、ARM 和 RISC-V - 王老师](https://www.bilibili.com/video/BV1Zs4y1L7KZ/?share_source=copy_web&t=0 "硬件虚拟化在不同平台的实现:X86、ARM 和 阅读全文
摘要:
技术博客 Hello 算法 二叉树 二叉树的前中后序遍历 阅读全文
摘要:
云计算 https://space.bilibili.com/14871346 极术社区:Arm服务器专栏 RAS 内存 edac-utils APEI Error INJection 服务器知识 硬件 光纤网卡、HBA卡和RAID卡的区别 记录:FC-SAN与IP-SAN比较 光纤网卡和服务器HB 阅读全文
摘要:
论文 Storage Systems topics and related papers Storage System and File System Courses Linux I/O栈 Linux内核的I/O栈大图 知乎Linux I/O专栏1 Linux 块设备之Block Layer层架构演 阅读全文
摘要:
参考 最牛B的Linux Shell命令 杂项 ssh免密登录 ssh-copy-id remote-machine 比如 ssh-copy-id pengdl@localhost -p 8765 这个命令把当前用户的公钥串写入到远程主机的~/.ssh/authorized_keys内,这样下次使用 阅读全文
摘要:
技术博客 https://blog.csdn.net/dog250 Linux操作系统学习笔记(二十二)网络通信之发包 Linux操作系统学习笔记(二十三)网络通信之收包 理解 Linux 网络栈(1):Linux 网络协议栈简单总结 Linux内核网络中数据报在协议层的处理 LINUX网络子系统中 阅读全文
摘要:
参考 https://blog.csdn.net/rikeyone/category_10354155.html Linux内核故障分类和排查 Linux内核中oops 错误解析以及问题定位 panic和oops的区别 内核问题分析文章 Linux中的错误码 Remote Serial Consol 阅读全文
摘要:
参考 整理一些大厂的开源平台及github,向他们看齐... 安装、引导、启动 BIOS/UEFI https://www.cnblogs.com/pengdonglin137/p/16618789.html 百敖BIOS培训系列一:UEFI启动流程总览 UEFI原理及开发视频教程 UEFI/Leg 阅读全文
摘要:
目录参考Ftrace经典用法function_graphtrace_point时间延迟标志histtrace_optionperf-toolstrace-cmd参考事件列举函数图示跟踪函数跟踪事件跟踪远程kernelsharkkprobeuprobeeBPFbpftraceplyBCCperf参考p 阅读全文
摘要:
综合 Linux 内核揭秘 Linux 内核教学 酷 壳 https://www.cnblogs.com/LoyenWang/ https://github.com/0voice/kernel_memory_management 59问:内存管理.md https://blog.csdn.net/u 阅读全文
摘要:
参考: https://makelinux.github.io/kernel/map/ https://www.cnblogs.com/xuxinkun/p/5541894.html https://www.cnblogs.com/zhengchunyuan/p/9639245.html https 阅读全文
摘要:
参考: linux操作系统测试工具 几款优秀的Linux基准测试工具 Linux性能测试工具-UnixBench linux下内存性能测试工具STREAM Intel® VTune™ Profiler LTP 工具分类 工具 CPU 内存 磁盘 IO 综合 stream √ fio √ atop √ 阅读全文
摘要:
采用的Linux是Debian6,虚拟机采用VirtualBox。 用VirtualBox安装Debian的方法,可以参见我的另一篇博客http://www.cnblogs.com/pengdonglin137/p/3343135.html,这里仅补充说明一下。 1、修改VirtualBox的虚拟机 阅读全文
摘要:
文件查找 find * -name "xarina_evb_defconfig" grep "TEXT_BASE" * -nR find . ! -name "*.txt" -print 搜索除了*.txt之外的文件 find -name *.patch | xargs -i cp '{}' ./p 阅读全文
摘要:
最近遇到几次误执行reboot导致机器意外重启的问题,下面我写了一个替换reboot命令的脚本,相当于在原来的reboot命令上再包了一层,将原来的reboot命令重命名成reboot.bak,如果没有权限的话,可以修改PATH环境变量,优先执行reboot脚本,抑或是使用alias,将reboot 阅读全文
摘要:
https://mp.weixin.qq.com/s/sxMZgfKJuDDVeU4yX9ijCg 阅读全文
摘要:
https://mp.weixin.qq.com/s/QHDl9GazamSpaQWkx5mV7w 阅读全文
摘要:
Patch链接: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/?id=21e92806d39c68af2accd1fb238c2daecfcf9fbd 阅读全文
摘要:
参考 https://www.cnblogs.com/joezh/p/13894145.html 用法 将脚本中的ABS_PATH="D:/si_code/linux-6.12/"路径换成在windows上可以访问的路径 将源码完整编译一遍 在源码目录下执行下面的脚本即可,最后会在当前目录下生成文件 阅读全文
摘要:
最终效果 文件 扫码关注下面的公众号,回复关键字"PPT简易动画"获取PPT文件的下载链接 导出成GIF文件 如何将PPT动画转换为GIF格式? 阅读全文
摘要:
参考 官网:https://zellij.dev/ 一个比 tmux 更友好的终端复用工具:Zellij 简介及使用技巧 zellij - 比tmux更容易学习和上手的终端复用工具 阅读全文
摘要:
官网 https://landley.net/toybox/ 下载 toybox-0.8.9.tar.gz 编译 export CFLAGS=-g make 调试 $ gdb --args ./generated/unstripped/toybox ls GNU gdb (Ubuntu 10.2-0 阅读全文
摘要:
参考 https://zhuanlan.zhihu.com/p/675491529 https://github.com/rust-lang/rust.vim/tree/master?tab=readme-ov-file#pathogen 配置 我的vim是用pathogen来管理插件,下面是配置方 阅读全文
摘要:
仓库 https://github.com/pizhenwei/irqtop https://github.com/util-linux/util-linux/blob/master/sys-utils/irqtop.c 修改Makefile: IRQTOP=irqtop all : gcc *.c 阅读全文
摘要:
参考 Uprobe-tracer: Uprobe-based Event Tracing 深入ftrace uprobe原理和功能介绍 Linux uprobe: User-Level Dynamic Tracing perf-tools -- uprobe 用bpftrace跟踪C++代码 Wha 阅读全文
摘要:
参考 systrace/perfetto中需要actrace打tag相关方法-车载车机framework系统开发实战 示例: +#define ATRACE_TAG ATRACE_TAG_ALWAYS + #include <dlfcn.h> #include <iostream> +#includ 阅读全文
摘要:
参考 https://blog.csdn.net/wuquan_1230/article/details/105782687 在tty_init中会创建/dev/console: int __init tty_init(void) { register_sysctl_init("dev/tty", 阅读全文
摘要:
参考 Android 系统源码编译 https://xdaforums.com/t/lunch-failed.4665348/ https://www.huigll.com/cannot-display-lunch-menu/ 现象 android-14.0.0_r74$ . build/envse 阅读全文
摘要:
参考 https://blog.csdn.net/M1234uy/article/details/126721833 一次性解决: git config --global --add safe.directory "*" 阅读全文
摘要:
示例: sudo apt install ./cuttlefish-base_*.deb ./cuttlefish-user_*.deb 在安装的时候,会自动安装依赖,比用dpkg的安装方式更好。 与此类似,对于红帽系的,也可以使用dnf install来安装本地rpm软件包。 阅读全文
摘要:
有时我们需要在容器里运行adb,下面的命令可以创建这样的容器: sudo docker run -it --privileged=true \ -v /dev/bus/usb:/dev/bus/usb \ --restart=unless-stopped \ --name "ubuntu_22" \ 阅读全文
摘要:
资料 NCURSES Programming HOWTO 中文手册 NCURSES Programming HOWTO 英文手册 NCURSES-Programming-HOWTO.pdf Writing Programs with NCURSES Guide to Ncurses Programm 阅读全文
摘要:
参考 https://lwn.net/Articles/934679/ Scope-based Cleanup Helpers Automatic Cleanup 1/2 Automatic Cleanup 2/2 下面是network子系统对使用guard的建议: Using device-man 阅读全文
摘要:
参考 PAC和BTI机制杂谈 Android中 void OfflineUnwinder::CollectMetaInfo(std::unordered_map<std::string, std::string>* info_map __attribute__((unused))) { #if de 阅读全文
摘要:
工具栏格式乱了怎么办 https://blog.csdn.net/qq_23327993/article/details/115567723 Linux内核中有很多宏定义,sourceinsight不识别,导致解析出问题 https://blog.csdn.net/nust20/article/de 阅读全文
摘要:
PATCH链接 function_graph: Allow multiple users for function graph tracing 效果 如果多个用户都想使用ftrace,而且之间又不相互影响,通过/sys/kernel/debug/tracing/instances可以做到,可以在这个 阅读全文
摘要:
参考 Faster kernel testing with virtme-ng https://github.com/arighi/virtme-ng vtime:https://git.kernel.org/pub/scm/utils/kernel/virtme/virtme.git/about/ 阅读全文
摘要:
lunch目标 aosp_cf_x86_64_phone-userdebug 配置文件: device/google/cuttlefish/vsoc_x86_64/phone/aosp_cf.mk 阅读全文
摘要:
toybox 类似busybox 阅读全文
摘要:
参考 Cache Line 伪共享发现与优化 什么是伪共享?又该怎么避免伪共享的问题? 内核文档:False Sharing C2C - False Sharing Detection in Linux Perf 阅读全文
摘要:
平台 ARM64 Linux 6.10 作者 pengdonglin137@163.com 背景 最近在学习Linux的缺页异常时突然奇想,在不进行内存换出的情况下,如何让进程再次触发缺页? 基于对ARMv8的理解,它的MMU的页表项中有个AF位,当AF为0时,当访问到对应的虚拟页时,会触发缺页。 阅读全文
摘要:
参考文档 工具:WSS Working Set Size Estimation clear_refs: Soft-Dirty PTEs https://man7.org/linux/man-pages/man5/proc_pid_clear_refs.5.html Idle Page Trackin 阅读全文
摘要:
参考 Linux 6.2 Implementing Dynamic Shadow Call Stack Support For AArch64 内核补丁: arm64: dynamic shadow call stack support arm64: unwind: add asynchronous 阅读全文
摘要:
正常的vm命令输出: crash_new> vm PID: 2380 TASK: ffffff88414bddc0 CPU: 5 COMMAND: "xxx" MM PGD RSS TOTAL_VM ffffff880a997c00 ffffff8825747000 16565804k 445353 阅读全文
摘要:
CFI/CFG 安全防护原理详解 https://github.com/Smilencelsy/Control-Flow-Integrity 介绍:https://en.wikipedia.org/wiki/Control-flow_integrity https://hikunpeng.csdn. 阅读全文
摘要:
文档: DDI0487J_a_a-profile_architecture_reference_manual.pdf 阅读全文
摘要:
参考 https://patchwork.kernel.org/project/linux-trace-kernel/patch/20230306122549.236561-1-douglas.raillard@arm.com/#25471294 现象 I/perfetto( 3707): prob 阅读全文
摘要:
参考 https://github.com/weidongshan/cpp_projects 《C++ Primer Plus》 C++ Standards Support in GCC GCC GCC中有libstdc++库的实现 LLVM LLVM中有libc++库的实现 C++参考手册 cpl 阅读全文
摘要:
环境搭建 https://blog.csdn.net/m0_56069910/article/details/135734840 插件 qt-vsaddin各版本下载及安装方法 文档 https://doc.qt.io/qt-5/ 阅读全文
摘要:
参考 https://fedoraproject.org/wiki/C_and_C%2B%2B_v2 https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries sudo dnf inst 阅读全文
摘要:
http://t.csdnimg.cn/IOITj 阅读全文
摘要:
Android系统学习 —— 替换crash_dump文件 阅读全文
摘要:
https://blog.csdn.net/pengdonglin137/article/details/137733696 阅读全文