Linux perf相关
https://rtoax.blog.csdn.net/?type=blog&year=2021&month=05
https://www.brendangregg.com/perf.html
https://zhuanlan.zhihu.com/p/573703139
https://zhuanlan.zhihu.com/p/573633261
https://blog.csdn.net/Rong_Toa/article/details/116991729
perf相关资料:
https://www.kernel.org/doc/html/v5.14/translations/zh_CN/riscv/pmu.html
https://blog.csdn.net/u013983194/article/details/112209853
https://zhuanlan.zhihu.com/p/674203047 (重点参考)
https://zhuanlan.zhihu.com/p/573703139 (重点参考)
https://hotttao.github.io/posts/linux/linux_perf/04_perf/ (重点参考)
perf event资料:
https://zhuanlan.zhihu.com/p/572533736 (重点参考)
https://blog.csdn.net/pwl999/article/details/81200439 (重点重点重点参考)
http://liujunming.top/2018/05/10/perf%E5%86%85%E6%A0%B8%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90/
https://blog.csdn.net/weixin_33756418/article/details/89720185
https://blog.csdn.net/Orwell_VII/article/details/124095967
https://blog.csdn.net/pwl999/article/details/81200439
hw_breakpoint
https://martin.uy/blog/hardware-breakpoints-in-the-linux-kernel-through-perf_events/
http://www.manongjc.com/detail/16-nrvphswwszmagwl.html
https://www.cnblogs.com/smilingsusu/p/12768182.html
https://www.kernel.org/doc/ols/2009/ols2009-pages-149-158.pdf
posted on 2023-07-31 08:31 lh03061238 阅读(42) 评论(0) 编辑 收藏 举报
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· winform 绘制太阳,地球,月球 运作规律
· AI与.NET技术实操系列(五):向量存储与相似性搜索在 .NET 中的实现
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
2021-07-31 60 动态内存分配的实现(下)
2021-07-31 59 动态内存分配的实现(中)